inundation-mapping icon indicating copy to clipboard operation
inundation-mapping copied to clipboard

Flood inundation mapping and evaluation software configured to work with U.S. National Water Model.

Results 100 inundation-mapping issues
Sort by recently updated
recently updated
newest added

Removes loading of `apache-arrow` repository from the Dockerfile where it was causing a GPG key error during `docker build`. Fixes #1168. ### Changes - Dockerfile: Adds a line remove the...

bug

This should be a new module in `tools/` that can identify the which bridge points in `osm_bridge_centroids.gpkg` are inundated by a given flow file. Inputs: - FIM outputs directory -...

enhancement

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...

CatFIM

In future editions of ras2fim releases, it will no longer create two giant concatenated table csv and points gkpg. It will be changed in ras2fim to submit the two files...

enhancement
FIM4
ras2fim

An error is occurring while building the docker image from the Dockerfile using `docker build --rm --no-cache --force-rm -t fim_4:4.5.0.1 .` ## Current behavior ``` Step 10/55 : RUN apt-get...

bug
help wanted
High Priority

During testing of a new tool that scans all log directories looking for the key word of "error", it found a couple hundred with the phrase of "Will not test...

bug
Low Priority
FIM4
good first issue

HydroVIS would like some 3m HAND data with which to do some testing and cost estimates for one HUC. I'd like to take this opportunity to create a `tools/subgrid_rem.py` module...

research

This tool scans all log directory looking for the word "error" (not case-sensitive). This is primary added to help find errors in the post processing logs such as src_optimization folder...

enhancement
FIM4

Add to the bottom of post processing, this command. grep -H -r -i -n "error" ./logs/ > $outputDestDir/all_errors_from_logs.log There are some errors that are perfectly legitimate but worth reviewing for...

enhancement
Med Priority
FIM4

Download and process the latest BLE benchmark data. ### Changes - `data/ble/ble_benchmark`: - `create_ble_benchmark.py`: Added logging system, added GDAL config to control output messages, add system to cleanup temp working...

enhancement
dependencies