-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
29 lines (20 loc) · 700 Bytes
/
config.py
File metadata and controls
29 lines (20 loc) · 700 Bytes
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
# Configuration settings for Cycling Quality Index
# ======> Edit <========
# Region = 'Birmingham'
#Region = 'Bristol'
# Region = 'Leeds'
# Region = 'Manchester'
# Region = 'London'
Region = 'Sheffield'
# Region = 'Liverpool'
#Add path here for geojson's from Overpass Turbo
osm_query_boxes_path = f'{Region}-Overpass-Query-Boxes'
# =======================
#Score Scripts File Path
score_datasets_path = f'Score Scripts/{Region}Datasets'
#Overall json file with CQI
cqi_scores_path = f'{Region}_cycling_quality_index_with_scores.geojson'
# Path for list of MSOA's to include
region_msoa_path = f"{Region}MSOA.csv"
# Path for msoa_scores
msoa_score_path = f"{Region}_msoa_scores.csv"