Spaces:
Sleeping
Sleeping
File size: 1,042 Bytes
d92e7dc 5b938bb d92e7dc 5b938bb f91ce39 d92e7dc 7e3e04c 5b938bb d92e7dc 7e3e04c 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 |
#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"
|