pysat / pysatNASA

pysat support for NASA Instruments
BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

ENH: JPL GPS data products #93

Closed jklenzing closed 1 year ago

jklenzing commented 3 years ago

Describe the solution you'd like Support for JPL GPS data products

Describe alternatives you've considered none

Additional context Requires #92 first

jklenzing commented 1 year ago

Looking over the data products, if we follow the standard set by jpl_roti, then we would have

Or we could try to combine in a single instrument module, but I'm not sure what that would look like yet.

https://cdaweb.gsfc.nasa.gov/pub/data/gps/

jklenzing commented 1 year ago

Looking at how the CDAWeb data is organized, as well as our init methods (see #121), I think the cleanest way of moving forward is platform = 'igs' name = 'gps' tags = ['tec', 'roti'] inst_ids = cadence

The JPL data is derived from the IGS database