1
0
Fork 0
satnogs-db/db/base/fixtures/operators.json

23 lines
594 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

[
{
"model": "base.operator",
"pk": 1,
"fields": {
"name": "Libre Space Foundation",
"names": "LSF",
"description": "The Libre Space Foundation promotes open source space technologies.",
"website": "https://libre.space"
}
},
{
"model": "base.operator",
"pk": 2,
"fields": {
"name": "Radio Amateur Satellite Corporation",
"names": "AMSAT",
"description": "The goal of AMSAT is to foster Amateur Radios participation in space research and communication.",
"website": "https://www.amsat.org"
}
}
]