NRLMMD-GEOIPS / geoips

Main Geolocated Information Processing System code base with basic functionality enabled.
https://nrlmmd-geoips.github.io/geoips/
Other
14 stars 11 forks source link

Create better names for microwave products and colormaps #204

Open jsolbrig opened 1 year ago

jsolbrig commented 1 year ago

Requested Update

Description

The current set of microwave product_defaults, algorithms, and colormaps are named in a confusing way. For example, in the pmw_37 product_defaults directory would, presumably, apply to 37 GHz imagery but it also contains plugins for 19 GHz imagery. Additionally, 19 GHz products currently use the colormap named pmw37 and have the pmw37 algorithm applied to them.

One suggestion might be to create algorithms, colormaps, and products_defaults plugins named for named frequency bands (e.g. https://www.everythingrf.com/tech-resources/frequency-bands).

We should discuss this and figure out the best organizational structure for these plugins.

jsolbrig commented 7 months ago

@mindyls Can you please update this issue regarding the product categories?

mindyls commented 7 months ago

I think this will likely be addressed by adding a "product_category" field to the product YAMLs. This would require updating schema to allow the "product_category" field. Product category wouldn't necessarily be used, but just additional metadata making a user-friendly category for a given product.

jsolbrig commented 4 months ago

@mindyls Can you update this issue again?