NRLMMD-GEOIPS / geoips

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

Create products for each possible product family handled by the single_source procflow #423

Open jsolbrig opened 9 months ago

jsolbrig commented 9 months ago

Task

Description

Create a set of products for every available product family that is handled by single_source procflow. Attempt to run each of these to determine which work and which don't. I would probably base it off of a simple product like ABI Infrared if possible.

A quick look at the code finds these available product families:

This looks pretty incomplete to me, but maybe that's actually it!

Background and Motivation

In order to determine which portions of code are used and which are not, we need to run data through every possible path within the single_source procflow.

Checklist for Completion

evrose54 commented 9 months ago

@jsolbrig I think this is the complete list of available product families; I could be wrong, but I'm assuming if they're not listed under the products schema, then they aren't a valid family.

Screenshot 2024-01-19 at 1 09 04 PM
jsolbrig commented 9 months ago

I'm not sure if they all actually work. It will be a good idea to get a handle on which do and don't work.

The good news is that it looks like we should be able to replicate all of these relatively easily in the order-based procflow while allowing the possibility for other configurations too.

evrose54 commented 9 months ago

See this branch for the current status of this issue. There was a bug found when creating this issue, which you can see in #428.

mindyls commented 7 months ago

I think it will be great to have these added, both for order based procflow devlopment, and for documentation NOW for people that want to use geoips with these various product families. So, adding test scripts and documentation for these families would be GREAT.

evrose54 commented 7 months ago

See this file on PR #433 for examples of all product families.