fix/isolated-nodes-bug-fix #1
1585013
input_files/roads.json
Normal file
1585013
input_files/roads.json
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -1 +0,0 @@
|
|||
UTF-8
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
PROJCS["NAD_1983_MTM_8",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",304800.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-73.5],PARAMETER["Scale_Factor",0.9999],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]
|
Binary file not shown.
Binary file not shown.
2
main.py
2
main.py
|
@ -4,7 +4,7 @@ from DistrictHeatingNetworkCreator import DistrictHeatingNetworkCreator
|
|||
# Initialize the class
|
||||
network_creator = DistrictHeatingNetworkCreator(
|
||||
'./input_files/buildings.geojson',
|
||||
'./input_files/roads/geobase_mtl.shp'
|
||||
'./input_files/roads.json'
|
||||
)
|
||||
|
||||
# Create the network graph
|
||||
|
|
1260
test_some_stuff.ipynb
Normal file
1260
test_some_stuff.ipynb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user