Open jsolbrig opened 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.
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.
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.
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.
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