Spaces:
Sleeping
Sleeping
# ------------------------- Settings ------------------------- # | |
useNotionData = True | |
useSpeckleData = True | |
alpha = 0.0038 | |
threshold = 600 | |
# ------------------------- Speckle variables ------------------------- # | |
streamId="68595ed2d2" | |
dmBranchName = "data/distance_matrices" | |
dmCommitId = "" #takes the latest commit | |
distanceMatrixActivityNodes = "an+distance_matrix_ped_mm" | |
luBranchName = "data/activitynodes_with_lu" | |
luCommitId = "" #takes the latest commit | |
# ------------------------- 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" | |