EmilyDeardorff-NOAA
EmilyDeardorff-NOAA
This PR updates the CatFIM code to incorporate Alaska into processing. There are also commented sections included as temporary solutions to make debugging take less time (which eventually should be...
Currently, every time you run CatFIM it redownloads all of the metadata again. This process takes a really long time. Add a flag to the CatFIM run script (`generate_categorical_fim.py`) that...
Currently, the generate_categorical_fim.py script provides the option to download the metadata for all NWS LIDs or just one NWS LID. This adds a lot of processing time if you are...
Update the CatFIM code and data inputs as needed so that the stage-based and flow-based CatFIM can run in the newly incorporated southern Alaska HUCs.
In branch 6742000046 of HUC 01070006, there are two stream segments that have a NextDownID of -1. This makes it incompatible with the existing processing of the branch outlet backpools...
Branch `1469000015` in HUC `12040103` looks like it is exhibiting the backpool effect but it is not being picked up and trimmed by the branch outlet backpool algorithm. The branch...
Negative cells in the raw REM files can signal that there is a perched stream channel issue (as described in [#860 Investigate California over-flooding](https://github.com/NOAA-OWP/inundation-mapping/issues/860)). Write some code into `src/make_rem.py` that...
This card aims to further standardize how projection codes are handled throughout the code to accommodate more CRS's and reduce the risk of error. ## Current behavior Currently, there are...
_This is an EPIC card. As items from this list are addressed, their active cards will be linked._ For issues addressed in CatFIM 2.1, see the [CatFIM 2.1 Archive](https://github.com/NOAA-OWP/inundation-mapping/issues/1182#issuecomment-2518727427) For...
Currently, CatFIM will run for every HUC in the given output file. This makes testing and small-scale runs more difficult. Add an optional HUC list functionality to CatFIM that allows...