Open Issues Need Help
View All on GitHubAI Summary: The task requires modifying the pre-processing stage of the flood inundation mapping software to remove National Water Model (NWM) stream segments that intersect with the LandSea mask. This involves updating the code to incorporate a spatial filter that identifies and removes these intersecting segments before further processing.
Flood inundation mapping and evaluation software configured to work with U.S. National Water Model.
AI Summary: Update a hardcoded file path in the `fim_post_processing.sh` script to use an environment variable. The current hardcoded path points to a renamed file; the fix involves replacing the hardcoded path with the `input_WBD_gdb` environment variable.
Flood inundation mapping and evaluation software configured to work with U.S. National Water Model.