livabilityAspern / config.py
nastasiasnk's picture
Update config.py
ea6a8c9 verified
raw
history blame
1.04 kB
#import sys
#sys.path.append('C:/Users/anast/OneDrive/Doc/GitHub/gf/RECODE_speckle_utils') # Adjust path as necessary
# ------------------------- Speckle variables ------------------------- #
streamId="ebcfc50abe"
# distance matrix
dmBranchName = "graph_geometry/distance_matrix"
dmCommitId = "cfde6f4ba4"
distanceMatrixActivityNodes = "activity_node+distance_matrix_ped_mm_noEntr"
distanceMatrixTransportStops = "an_stations+distance_matrix_ped_mm_art_noEntr"
# activity nodes with land use
luBranchName = "graph_geometry/activity_nodes_with_land_use"
luCommitId = "13ae6cdd30"
# ------------------------- 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"