There is a hardcoded path in fim_post_processing.sh to a file that has been renamed. The incorrect line is
|
-wbd $inputsDir/wbd/WBD_National_EPSG_5070_WBDHU8_clip_dem_domain.gpkg \ |
This should be updated to use the environment variable input_WBD_gdb
|
export input_WBD_gdb=${inputsDir}/wbd/WBD_National_HUC8_EPSG_5070_HAND_domain.gpkg |
Search for the phrase "wbd_national" and there are a few handful of places that have the value hardcoded and need to also be changed.
There is a hardcoded path in
fim_post_processing.shto a file that has been renamed. The incorrect line isinundation-mapping/fim_post_processing.sh
Line 183 in ae35c8c
This should be updated to use the environment variable
input_WBD_gdbinundation-mapping/src/bash_variables.env
Line 25 in ae35c8c
Search for the phrase "wbd_national" and there are a few handful of places that have the value hardcoded and need to also be changed.