Skip to content

[1pt] Incorrect hardcoded file path in post-processing #1575

@mluck

Description

@mluck

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueThis would be well suited for a someone as a first contribution

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions