UoA-eResearch / SPOC-Rongowai-L1

Translation of the Matlab L1 files into Python
MIT License
0 stars 1 forks source link

Automatic retrieval of Satellite orbits #1

Closed mike-ivs closed 1 year ago

mike-ivs commented 1 year ago

This will need to be done automatically, and may have a delay in their upload that requires reprocessing when new orbits available.

mike-ivs commented 1 year ago

See https://github.com/UoA-eResearch/SPOC-live-flight/issues/4 for possible lead.

mike-ivs commented 1 year ago

For the orbit SP3 files, I manually download from IGS server:

https://cddis.nasa.gov/archive/gnss/products/

More information can be found from IGS website:

https://igs.org/products-access/#gps-orbits-clocks

mike-ivs commented 1 year ago

https://urs.earthdata.nasa.gov/documentation/for_users/data_access/python

https://github.com/GNSSpy-Project/gnsspy/blob/master/gnsspy/download.py

mike-ivs commented 1 year ago

Done