-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
30 lines (28 loc) · 1.39 KB
/
config.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
[endpoints]
kg = http://127.0.0.1:9999/blazegraph/namespace/anp/sparql
[paths]
root = # will be dynamically filled in with root directory of this project.
input = ${paths:root}\data_submission\input
out_dir = ${paths:root}\data_submission\output
zurich_boundary_path = ${paths:input}\Zurich City Boundaries\Zurich_city_boundaries_final.shp
road_network_path = ${paths:input}\road_network\data\data.gpkg
slope_layer = vas.vas_steigung_event
surface_layer = vas.vas_strassenbelag_event
pt_stops_path = ${paths:input}\2024_google_transit\stops.txt
air_pollution_path = ${paths:input}\air_quality\data\ugz.no2_passivsammler_jahreswerte.shp
traffic_volume_path = ${paths:input}\traffic_load_ADT\aadt_zurich.shp
speed_limit_path = ${paths:input}\speed_limit\data\taz.view_geoserver_tempo_ist.shp
bike_parking_path = ${paths:input}\bike_parking\data\data.gpkg
landuse_path = ${paths:input}\land_use\data\afs.bzo_zone_v.shp
trees_path = ${paths:input}\tree_inventory\data\data.gpkg
green_spaces_path = ${paths:input}\green_spaces\data\data.gpkg
population_path = ${paths:input}\population\Raumliche_Bevolkerungsstatistik_-OGD\Raumliche_Bevolkerungsstatistik_-OGD.gpkg
zurich_districts = ${paths:input}\zurich_kreise\data\data.gpkg
ebikecity_network = ${paths:input}\optimized_network\rebuild_whole_graph.gpkg
[constants]
crs = 2056
default_crs = 4326
place_name = "Zurich, Switzerland"
buffer = 30
incl_criteria = 75
bike_speed = 15