-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_example.yaml
50 lines (41 loc) · 1.28 KB
/
config_example.yaml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
OUTPUT_DIR: ''
PICKLES_DIR: ''
TMP_DIR: ''
# General options
CRS: 'EPSG:2056'
YEAR_START_MOBILIAR: 2013
YEAR_END_MOBILIAR: 2022
YEAR_START_GVZ: 2005
YEAR_END_GVZ: 2022
# CID (cells IDs) raster path (not needed for Switzerland)
CID_PATH: 'path/to/cids.tif'
# Contract and damage data directories
DIR_EXPOSURE_MOBILIAR: ''
DIR_CLAIMS_MOBILIAR: ''
DIR_EXPOSURE_GVZ: ''
DIR_CLAIMS_GVZ: ''
# Path to the events parquet file
EVENTS_PATH: 'path/to/prec_events_2005-2023_no_smoothing.parquet'
# Path to the precipitation directory
DIR_PRECIP: ''
# DEMs (with different resolutions)
DEM_PATH: 'path/to/dem_cids.tif'
DEM_PATHS:
- 'path/to/dem_250m.tif'
- 'path/to/dem_100m.tif'
- 'path/to/dem_050m.tif'
- 'path/to/dem_025m.tif'
- 'path/to/dem_010m.tif'
# Computation of the flow accumulation
LAKES_PATH: ''
FLOWACC_RIVER_THRESHOLD: 50000
# Path to the static attributes as csv files
CSV_FILE_SWF: 'path/to/cpc_grid_exposure_swf.csv'
CSV_FILE_TERRAIN: 'path/to/static_terrain.csv'
CSV_FILE_FLOWACC: 'path/to/static_flowacc.csv'
CSV_FILE_TWI: 'path/to/static_twi.csv'
CSV_FILE_RUNOFF_COEFF: 'path/to/static_runoff_coeff.csv'
CSV_FILE_LAND_COVER: 'path/to/static_land_cover.csv'
# Path to the buildings layer
BUILDINGS_GPKG: 'path/to/Buildings_TLM.gpkg'
BUILDINGS_LAYER: 'tlm_bauten_gebaeude_footprint'