-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5pt] Improve CatFIM site tracking from version to version #1440
Comments
I've updated the CatFIM site comparison tool, so now it creates tables with the following structure. This tool can produce a comparison of two or more CatFIM output folders. It will automatically sort the input paths into flow-based and stage-based comparison CSVs. I'm thinking about adding an optional argument that would make the output CSVs only retain sites where there is a status change. I'm also thinking about including a few more data columns, perhaps HUC8. |
I wonder if we have to put in output data for this tool to say which sites are now on the ahps_restricted_sites list. ie.. what if one drops off becuase of an earlier version to the new one.. ie) added that site to the restricted sites list since the last push. |
getting real crazy, and you mentioned it earlier.. what if we did feed in the older version of the sites package while we are processing CatFIM in the first place and added a new column for the reason for the change. ie) now on restricted sites, or flow data no longer available, etc. The one thing you would not be able to compare is status messages from one to the next. The text has changed quite a bit. This does put us back a little from "status" column to "error" versus "warning", but then again a single "status" column is so much cleaner. It does not mean we can not have error and warning as two separate field for processing and just roll them together into a "status' column at last min. |
Common site Changes from 4.5.2.11 to 4.5.11.1 - Stage-based CatFIMI've included a few example sites for each change.
|
Currently we don't have an established part of the CatFIM workflow to track which CatFIM sites have been added or removed or mapped vs unmapped between versions.
Improve CatFIM site tracking from version to version, so when we release a new version we can, 1. catch bugs that we might’ve introduced (that accidentally got rid of sites) and 2. keep the field informed of why certain sites are no longer there.
Create an updated version of the CatFIM site comparison tools that compares the most recent 3-4 versions of CatFIM and creates site tracker tables (outlined below) for stage-based and flow-based CatFIM.
The text was updated successfully, but these errors were encountered: