livabilityAspern / config.py
nastasiasnk's picture
Update config.py
5626333 verified
raw
history blame
1 kB
# ------------------------- Settings ------------------------- #
useSpeckleData = True
alpha = 0.0038
threshold = 600
# ------------------------- Speckle variables ------------------------- #
streamId="68595ed2d2"
# distance matrix
dmBranchName = "data/distance_matrices"
dmCommitId = "8d9ac86d93"
distanceMatrixActivityNodes = "an+distance_matrix_ped_mm"
#distanceMatrixTransportStops = "an_stations+distance_matrix_ped_mm_art_noEntr"
# activity nodes with land use
luBranchName = "data/activitynodes_with_lu"
luCommitId = "2efefd9d11"
# ------------------------- Notion variables ------------------------- #
landuseDatabaseId = "407c2fce664f4dde8940bb416780a86d"
subdomainAttributesDatabaseId = "01401b78420f4296a2449f587d4ed9c9"
landuseColumnName = "LANDUSE"
subdomainColumnName = "SUBDOMAIN_LIVABILITY"
sqmPerEmployeeColumnName = "SQM PER EMPL"
thresholdsColumnName = "MANHATTAN THRESHOLD"
maxPointsColumnName = "LIVABILITY MAX POINT"
domainColumnName = "DOMAIN_LIVABILITY"