iausathub / satchecker

IAU CPS SatHub tool for satellite position prediction
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Change JSON response format #53

Closed mdadighat closed 4 months ago

mdadighat commented 5 months ago

add source and version to header (IAU CPS SatChecker?)

Change from "field_name": "data" to

"count": 2, "fields": [ "field_name1", "field_name2", .... ], "data": [ [ "123", "123", ... ]