refactor: changing the algorithm

This commit is contained in:
Majid Rezaei 2024-06-07 18:44:21 -04:00
parent b7421fe22f
commit 8fc5c0610a
8 changed files with 1586274 additions and 3 deletions

1585013
input_files/roads.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
UTF-8

Binary file not shown.

View File

@ -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.

View File

@ -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

File diff suppressed because one or more lines are too long