File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2727* .lib
2828
2929# Generated Files
30+ __pycache__ /
3031build /.cmake
3132build /bin
3233build /Simulator
Original file line number Diff line number Diff line change 88import math
99
1010# Load data from XML
11- tree = ET .parse ('graph_files/ King_county_NG911.graphml' )
11+ tree = ET .parse ('Tools\gis2graph\ graph_files\ King_county_NG911.graphml' )
1212root = tree .getroot ()
1313
1414# Initialize the network graph
3131
3232square_counter = 0
3333
34- psap_layer = gpd .read_file ("GIS_data/ Layers/ PSAP_layer.gpkg" )
35- provisioning_layer = gpd .read_file ("GIS_data/ Layers/ Provisioning_layer.gpkg" )
34+ psap_layer = gpd .read_file ("Tools\gis2graph\ GIS_data\ Layers\ PSAP_layer.gpkg" )
35+ provisioning_layer = gpd .read_file ("Tools\gis2graph\ GIS_data\ Layers\ Provisioning_layer.gpkg" )
3636
3737 # create series of boolean values denoting whether geometry is within King County
3838psap_within_kc = psap_layer .within (provisioning_layer .iloc [21 ].geometry )
You can’t perform that action at this time.
0 commit comments