Spaces:
Sleeping
Sleeping
File size: 684 Bytes
5b938bb bf5daa5 5b938bb 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 |
import sys
sys.path.append('C:/Users/anast/OneDrive/Doc/GitHub/gf/RECODE_speckle_utils') # Adjust path as necessary
# define variables
# distance matrices
distanceMatrixPath = "graph_geometry/distance_matrix"
distanceMatrixId = "cfde6f4ba4"
distanceMatrixActivityNodes = "activity_node+distance_matrix_ped_mm_noEntr"
distanceMatrixTransportStops = "an_stations+distance_matrix_ped_mm_art_noEntr"
# land use attributes
branch_name_lu = "graph_geometry/activity_nodes_with_land_use"
commit_id_lu = "13ae6cdd30"
# livability attributes
landuseDatabaseId = "407c2fce664f4dde8940bb416780a86d"
subdomainAttributesDatabaseId = "01401b78420f4296a2449f587d4ed9c9"
|