-
Notifications
You must be signed in to change notification settings - Fork 30
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
PR WIP - CatFIM 2.1: Add Alaska, reconcile sites, fix CatFIM V2.0 bugs #1285
Open
RobHanna-NOAA
wants to merge
136
commits into
dev
Choose a base branch
from
dev-catfim-v2-1
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RobHanna-NOAA
force-pushed
the
dev-catfim-v2-1
branch
from
October 31, 2024 20:10
b70d63d
to
2ed8ec0
Compare
This was
linked to
issues
Oct 31, 2024
This was
linked to
issues
Nov 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There is a very wide range of fixes in this PR as we made a CatFIM 2.1 (informal name). All of this was managed via a card we had called an "EPIC" card #1182 to manage all of the changes.
For a list of all of the changes, see that card.
Item numbers fixed from that card are and may also picked up their own card:
Other fixes:
catfim sites compare
tool. This allows us to compare outputs from one version to another. ie) compare sites or libraries from 4.4.0.0 to 4.5.2.11, etc.Note: This is now a bug in the linting system and is being addressed. The Github version of the linting tools do not match the versions in our
pyproject.toml
and the fix appears to be harder than it seems. It is WIP.Additions
tools
catfim
README.md
: Some notes about the system. It is incomplete but lets us track a bunch of info about the productcatfim_sites_compare.py
: As mentioned above, comparing outputs of versions.images
screenshot_vis_settings.jpg
: in support of the catfimREADME.md
file-
stage_based_ahps_restricted_sites.csv
: As described above.Files Renamed or Moved
tools
:.env.template
renamed tocatfim.env.template
generate_categorical_fim.py
: moved into acatfim
subfolder.generate_categorical_fim_flows.py
: moved into acatfim
subfolder.generate_categorical_fim_mapping.py
: moved into acatfim
subfolder.Changes
.gitignore
: to not load the newstage_based_ahps_restricted_sites.csv
file. Also blocks load of a catfim env template file.pyproject.toml
: WIP progress fixing linting issues as mentioned above.src/utils/fim_logger.py
: Small test and pattern changestools
catfim
generate_categorical_fim.py
,generate_categorical_fim_flows.py
andgenerate_categorical_fim_mapping.py
: as described above.Removals
tools\.gitignore
: not applicable after moving config.env to input parametersTesting
A very, very wide amount of testing was done throughout the processes. The logging system and some logging additions allowed for tracing of problems and data issues. It is currently running the stage based production outputs and will do flow based shortly.
Deployment Plan (For developer use)
How does the changes affect the product?
Issuer Checklist (For developer use)
You may update this checklist before and/or after creating the PR. If you're unsure about any of them, please ask, we're here to help! These items are what we are going to look for before merging your code.
[_pt] PR: <description>
dev
branch (the default branch), you have a descriptive Feature Branch name using the format:dev-<description-of-change>
(e.g.dev-revise-levee-masking
)dev
branchpre-commit
hooks were run locally4.x.x.x
Merge Checklist (For Technical Lead use only)