-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathca_ndr.ini
37 lines (32 loc) · 1.32 KB
/
ca_ndr.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[ca_ndr]
AOI_PATH=C:/Users/richp/repositories/esos-c/data/ndr/watershed_ca.shp
AOI_SUBDIVISION_AREA_MIN_THRESHOLD=1
GLOBAL_WORKSPACE_DIR=./ca_ndr_workspace
[projection]
PROJECTION_SOURCE={{AOI_PATH}}
SUBDIVISION_BLOCK_SIZE=14947307618.227
TARGET_PIXEL_SIZE=30.0
[non_spatial_input]
RESULTS_SUFFIX=
THRESHOLD_FLOW_ACCUMULATION=1000
K_PARAM=2
SINGLE_OUTLET={{multi_aoi_in_batch}}
BIOPHYSICAL_TABLE_PATH=C:/Users/richp/repositories/esos-c/data/ndr/LULC_BT_NDR.csv
BIOPHYISICAL_LUCODE_FIELDNAME=lucode
WORKSPACE_DIR={{shard_working_dir}}
WATERSHEDS_PATH={{shard_aoi_path}}
# the DEM is already pre-filled, no need to serach a fill
MAX_PIXEL_FILL_COUNT=0
[spatial_input]
DEM_PATH=C:/Users/richp/repositories/esos-c/data/ndr/dem_ca_bu_compressed.tif
LULC_PATH=C:/Users/richp/repositories/esos-c/data/ndr/landcover_ca_compressed.tif
RUNOFF_PROXY_PATH=C:/Users/richp/repositories/esos-c/data/ndr/runoff_proxy_ca_compressed.tif
FERTILIZER_PATH=C:/Users/richp/repositories/esos-c/data/ndr/N_load_ca_compressed.tif
[function]
MODULE=inspring.ndr_mfd_plus
FUNCTION_NAME=execute
[expected_output]
TARGET_PROJECTION_AND_BB_SOURCE={{AOI_PATH}}
TARGET_PIXEL_SIZE=30
N_EXPORT={{GLOBAL_WORKSPACE_DIR}}/global_n_export.tif,{{shard_working_dir}}/n_export.tif,-9999
N_RETENTION={{GLOBAL_WORKSPACE_DIR}}/global_n_retention.tif,{{shard_working_dir}}/n_retention.tif,-9999