Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
Legacy
gde_calculations_prototype
Commits
5f520e09
Commit
5f520e09
authored
May 17, 2021
by
Cecilia Nievas
Browse files
Added section SERA_creating_industrial_cells: GDE_config_file_TEMPLATE
parent
2475017b
Changes
1
Hide whitespace changes
Inline
Side-by-side
GDE_config_file_TEMPLATE.ini
View file @
5f520e09
...
...
@@ -274,3 +274,36 @@ occupancy_cases = Res, Com, Ind, Oth
decimal_places_gral
=
4
decimal_places_costs
=
0
[SERA_creating_industrial_cells]
# Countries to process (if many, separate with comma and space):
countries
=
Albania, Austria, Belgium, Bosnia_and_Herzegovina, Bulgaria, Croatia, Cyprus, Czechia, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Latvia, Lithuania, Luxembourg, Malta, Moldova, Montenegro, Netherlands, North_Macedonia, Norway, Poland, Portugal, Romania, Serbia, Slovakia, Slovenia, Spain, Sweden, Switzerland, United_Kingdom
# Names of the columns in the SERA model that contain longitudes and latitudes:
col_lon
=
LONGITUDE
col_lat
=
LATITUDE
# Width of the cell in the East-West direction, in arcseconds, >0:
width_EW
=
30
# Width of the cell in the North-south direction, in arcseconds, >0:
width_NS
=
30
# First part of the string used to generate IDs of the inidividual points (e.g. "IND").
# Do not include country's ISO2 code:
id_str
=
IND
# Number of decimal places to be used to determine unique points present in the aggregated
# exposure model (4 is a reasonable value):
precision_points
=
4
# Run consistency checks (True) or not (False):
consistency_checks
=
True
# Autoadjust potential leftover overlaps and gaps (True) or not (False):
autoadjust
=
True
# Print statemens of progress while running:
verbose
=
False
# CRS of the SERA files:
in_crs
=
EPSG:4326
# Tolerance to assess how large the maximum distance between the original points and the
# centroids of the generated cells is with respect to the width of the cells. Only needed
# if consistency_checks is True (e.g. 0.05 implies a 5% of the width as tolerance):
consistency_tol_dist
=
0.05
# Tolerance to assess how large the variability of the area of the generated cells is. Only
# needed if consistency_checks is True:
consistency_tol_area
=
0.05
# File type to export the created cells to ("shp"=Shapefile, "gpkg"=Geopackage):
export_type
=
shp
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment