Tidy up repo and prepare data structure

This commit is contained in:
2024-02-27 23:34:30 +00:00
parent f67a4213ef
commit dfb7d8824d
5 changed files with 33 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{"rptrs":[
{"locator":"2603154",
"id":"2603154",
"callsign":"SP3KFQ",
"city":"Chojnice",
"state":"Pomorskie",
"country":"Polska",
"frequency":"440.58750",
"color_code":2,
"offset":"+5.000",
"assigned":"Peer",
"ts_linked":"TS1 TS2",
"trustee":"SP2KFQ",
"map_info":"",
"map":0,
"ipsc_network":"HBLink"},
{"locator":"260312201",
"id":"260312201",
"callsign":"SP3PMK",
"city":"Torun",
"state":"Pomorskie",
"country":"Polska",
"frequency":"438.5175",
"color_code":2,
"offset":"+5.000",
"assigned":"Peer",
"ts_linked":"TS1 TS2",
"trustee":"SP3KFQ",
"map_info":"",
"map":0,
"ipsc_network":"HBLink"}
]}
+25
View File
@@ -0,0 +1,25 @@
{
"count": 2,
"results": [
{
"callsign": "N0CALL",
"city": "",
"country": "",
"fname": " ",
"id": 1234567,
"remarks": "",
"state": "",
"surname": ""
},
{
"callsign": "N0CALL",
"city": "",
"country": "",
"fname": " ",
"id": 0,
"remarks": "",
"state": "",
"surname": ""
}
]
}
+14
View File
@@ -0,0 +1,14 @@
{
"results": [
{
"tgid": 1,
"callsign": "TG Local 1",
"id": "1"
},
{
"tgid": 2,
"callsign": "TG Local 2",
"id": "2"
}
]
}
+14
View File
@@ -0,0 +1,14 @@
{
"results": [
{
"tgid": 7,
"callsign": "TG Local",
"id": "7"
},
{
"tgid": 9,
"callsign": "TG XLX",
"id": "9"
}
]
}