Spaces:
Sleeping
Sleeping
File size: 1,022 Bytes
eb1dd2f a9c0e57 5626333 2c33725 5b938bb d92e7dc 5b938bb 33cd63d d92e7dc 33cd63d 154fc51 33cd63d d92e7dc 33cd63d 5b938bb 5080e55 d92e7dc 5080e55 d92e7dc 5080e55 d92e7dc ea6a8c9 d92e7dc ea6a8c9 5080e55 5b938bb |
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 31 32 33 34 35 36 37 38 39 |
# ------------------------- Settings ------------------------- #
useNotionData = True
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"
|