EnsembleGovServices / AtmosphericDensityAPI

API to acquire nowcast of Coupled Thermosphere Ionosphere Plasmasphere Electrodynamics (CTIPe)
0 stars 0 forks source link

Develop ISS orbit data extraction service #3

Open ensemblegov opened 2 years ago

ensemblegov commented 2 years ago

previously used HAPI, does HAPI real time data?

ensemblegov commented 2 years ago

Rebecca updated NASA github with a TLE fly through function, all fly throughs must TLE fly through function

https://github.com/nasa/Kamodo

ensemblegov commented 1 year ago

Need to test ISS TLE extraction service so that we can load into CITPe dashboard.

ensemblegov commented 1 year ago

example:

ISS (ZARYA)
1 25544U 98067A 22271.29875188 .00011405 00000+0 20504-3 0 9996 2 25544 51.6445 185.7292 0002377 302.6655 202.5977 15.50344723361171

BrianDalton commented 1 year ago

More background on TLE format https://en.wikipedia.org/wiki/Two-line_element_set

BrianDalton commented 1 year ago

Dhruv revised the script to pull TLE format, and I realized we need a .txt file, so I modified his script to create one in the working directory. Not sure if this will need tweaking to containerize the dashboard, but another option might be to revise the TLE_trajectory function to pull data directly from the API's response and circumvent writing to a txt file.