pysat / pysatNASA

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

BUG: ICON constellation #49

Closed jklenzing closed 3 years ago

jklenzing commented 3 years ago

The ICON constellation object still uses old tags and inst_ids, which means it will fail on load. The new standards for these instruments will include 8-12 distinct data products, depending on completeness. Do we want to support this in the future?

aburrell commented 3 years ago

It seems like a good idea? I like the idea of having all instruments on each of the satellite platforms load as a constellation. However, I haven't ever used this.

jklenzing commented 3 years ago

Update: version for pysat 2.3.0 will leave out the los (line-of-sight) winds, since there are mapped into the the vector wind data products.

jklenzing commented 3 years ago

Will test modified code tonight.

jklenzing commented 3 years ago

Updated code works as expected