@@ -64,6 +72,7 @@ The following configuration options are available in the `config.yml`:
-`exposure_format`: Format of the input aggregated exposure model. Currently supported values: esrm20.
-`data_pathname`: Path to directory that contains the model data.
-`boundaries_pathname`: Path to directory that contains the boundary geodata files.
-`domain_boundary_filepath`: Path to the geodata file that contains the boundaries within which the input aggregated model is defined.
-`occupancies_to_run`: List of occupancies for which the code will be run, separated by ", " (comma and space). They need to exist for the indicated `exposure format`. Currently supported values: residential, commercial.
-`exposure_entities_to_run`: List of names of exposure entities for which the code will be run. Currently supported options:
- "all": The list of names will be retrieved from the metadata of the input aggregated exposure model.
...
...
@@ -73,6 +82,9 @@ The following configuration options are available in the `config.yml`:
-`number_cores`: Number of cores used for parallelisation.
-`database_built_up`: Credentials for the [database](https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/database-obmtiles#obm_built_area_assessments-completeness-assessments-information) where the built-up areas per quadtile are stored.
-`database_gde_tiles`: Credentials for the [database](https://git.gfz-potsdam.de/dynamicexposure/globaldynamicexposure/database-gdetiles) where information on the GDE tiles is stored.
-`data_units_surface_threshold`: Percentage difference (float between 0.0 and 100.0) of geographic areas to define the need to create data units to fill an exposure entity, if the data units defined in an aggregated exposure model do not fully cover the geographic extents of the exposure entity. Default: 1.0%.
-`force_creation_data_units`: Create data units to fill an exposure entity irrespective of other conditions (e.g. irrespective of `data_units_surface_threshold`). Default: False.