forked from iiasa/Lisflood_preprocessing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
13 lines (11 loc) · 979 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
input:
points: # CSV file defining four point attributes: 'ID', 'lat', 'lon', 'area' in km2
ldd_fine: # TIFF or NetCDF file of the local direction drainage in the high resolution grid
upstream_fine: # TIFF or NetCDF file of the upstream area (km2) in the high resolution grid
ldd_coarse: # TIFF or NetCDF file of the local direction drainage in the low resolution grid
upstream_coarse: # TIFF or NetCDF file of the upstream area (m2) in the low resolution grid
output_folder: # folder where catchment shapefiles will be saved. By default, './shapefiles/'
conditions:
min_area: # minimum catchment area (km2) to consider a station. By default, 10 km2
abs_error: # maximum absolute error (km2) allowed between the fine and coarse resolution catchments. By default, 50 km2
pct_error: # maximum percentage error (%) allowed between the fine and coarse resolution catchments. By default, 1%