Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
@@ -8,15 +8,15 @@ threshold = 600
|
|
8 |
|
9 |
# ------------------------- Speckle variables ------------------------- #
|
10 |
|
11 |
-
streamId="
|
12 |
# distance matrix
|
13 |
-
dmBranchName = "
|
14 |
-
dmCommitId = "
|
15 |
-
distanceMatrixActivityNodes = "
|
16 |
-
distanceMatrixTransportStops = "an_stations+distance_matrix_ped_mm_art_noEntr"
|
17 |
# activity nodes with land use
|
18 |
-
luBranchName = "
|
19 |
-
luCommitId = "
|
20 |
|
21 |
|
22 |
# ------------------------- Notion variables ------------------------- #
|
|
|
8 |
|
9 |
# ------------------------- Speckle variables ------------------------- #
|
10 |
|
11 |
+
streamId="68595ed2d2"
|
12 |
# distance matrix
|
13 |
+
dmBranchName = "data/distance_matrices"
|
14 |
+
dmCommitId = "37b3cfed3f"
|
15 |
+
distanceMatrixActivityNodes = "an+distance_matrix_ped_mm"
|
16 |
+
#distanceMatrixTransportStops = "an_stations+distance_matrix_ped_mm_art_noEntr"
|
17 |
# activity nodes with land use
|
18 |
+
luBranchName = "data/activitynodes_with_lu"
|
19 |
+
luCommitId = "2efefd9d11"
|
20 |
|
21 |
|
22 |
# ------------------------- Notion variables ------------------------- #
|