Problem statement
The landcover_zonalhist.sh file has hard-coded values that lowers the flexibility in cases where MESH areas are different from the default one. This could be automated.
The hard-coded lines:
|
--shape-file="$(pwd)/../../../shape_file/catchment/BowAtBanff_cat.shp" \ |
|
--print-geotiff=true \ |
|
--output-dir="$(pwd)/../../workflow_data/domain_BowAtBanff/zonalhist/" \ |
|
--prefix="landsat_BowAtBanff_" \ |
Problem statement
The
landcover_zonalhist.shfile has hard-coded values that lowers the flexibility in cases where MESH areas are different from the default one. This could be automated.The hard-coded lines:
MESH-Scripts/Model_Workflow/vector_based_workflow/3_zonal_statistics/2a_gistool/landcover_zonalhist.sh
Lines 38 to 41 in e8fcba5