File size: 1,047 Bytes
eb1dd2f
 
 
a9c0e57
5626333
70abc70
 
ff5804b
 
5b938bb
 
d92e7dc
5b938bb
33cd63d
 
9cab40f
33cd63d
 
9cab40f
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

# ------------------------- Settings ------------------------- #

useNotionData = True
useSpeckleData = True

# if use Grasshopper data
alpha = 0.0038         # probability of travelling to a destination drops to 10% after 10 min travel time
threshold = 600        # sec


# ------------------------- 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"