Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Update imports_utils.py
Browse files- imports_utils.py +3 -3
imports_utils.py
CHANGED
@@ -150,7 +150,7 @@ commit_id_lu = "13ae6cdd30"
|
|
150 |
# LIVABILITY DOMAINS ATTRIBUTES
|
151 |
notion_lu_domains = "407c2fce664f4dde8940bb416780a86d"
|
152 |
notion_domain_attributes = "01401b78420f4296a2449f587d4ed9c9"
|
153 |
-
|
154 |
|
155 |
|
156 |
#def streamNotionDatabases (notionToken, landuseDatabaseId, subdomainAttributesDatabaseId):
|
@@ -160,7 +160,7 @@ if notionToken:
|
|
160 |
livability_attributes = fetch_all_database_pages(notion, subdomainAttributesDatabaseId)
|
161 |
else:
|
162 |
print ("Notion token is not provided")
|
163 |
-
|
164 |
|
165 |
|
166 |
def streamMatrices (speckleToken, stream_id, branch_name_dm, commit_id):
|
@@ -250,5 +250,5 @@ def fetchDistanceMatrices (stream_distance_matrices):
|
|
250 |
|
251 |
|
252 |
|
253 |
-
df_dm_transport = distance_matrices[dm_transportStops]
|
254 |
|
|
|
150 |
# LIVABILITY DOMAINS ATTRIBUTES
|
151 |
notion_lu_domains = "407c2fce664f4dde8940bb416780a86d"
|
152 |
notion_domain_attributes = "01401b78420f4296a2449f587d4ed9c9"
|
153 |
+
|
154 |
|
155 |
|
156 |
#def streamNotionDatabases (notionToken, landuseDatabaseId, subdomainAttributesDatabaseId):
|
|
|
160 |
livability_attributes = fetch_all_database_pages(notion, subdomainAttributesDatabaseId)
|
161 |
else:
|
162 |
print ("Notion token is not provided")
|
163 |
+
"""
|
164 |
|
165 |
|
166 |
def streamMatrices (speckleToken, stream_id, branch_name_dm, commit_id):
|
|
|
250 |
|
251 |
|
252 |
|
253 |
+
#df_dm_transport = distance_matrices[dm_transportStops]
|
254 |
|