a617f598ff
Add unit tests and requirements for geopandas factory.
...
Geopandas factory now can receive a geojson file or a pandas data frame by using the optional variable data_frame in the constructor to be consistent with the rest of the factories
So from:
ConstructionFactory('gpandas', dataframe)
to:
ConstructionFactory('gpandas, '', dataframe)
2022-11-16 16:26:45 -05:00
Pilar
406e04ccf8
ca is not a usage library anymore, it has been erased from test
...
internal gains are calculated from occupancy and so again for monthly energy balance calculations
2022-11-07 11:49:59 -05:00
c621e33466
Add method to merge cities
2022-10-20 11:34:22 -04:00
Pilar
e3acabeb74
fixing bug in test_enrichment.py
2022-06-08 16:22:12 -04:00
9b5577c677
Small bug corrections + rename libs to hub
2022-05-02 17:39:37 -04:00
Pilar
74dfa69aea
modified year of construction in tests to be able to run ConstructionFactory with nrel
2022-04-26 19:14:12 -04:00
a273c38a45
remove nrcan construction library and fix some unit tests
2022-04-11 14:32:44 -04:00
0592f2ce04
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# exports/formats/idf.py
2022-04-08 09:36:53 -04:00
920cb3015a
License header change to better reflect the coder and code contributors, remove the Model creators from the contributors as it may be misleading
2022-04-08 09:35:33 -04:00
Pilar
50490df965
Fixed bugs in thermal zone and checked that all tests affected pass
2022-04-07 16:50:36 -04:00
Pilar
7a29bef239
Major changes with two objectives: homogenize the usage parameters regardless the data source, and completely uncouple geometry and construction library (before the geometry was modified after reading storey high from construction library), and construction and usage libraries (before the usage library could only be read after construction library, now ant order is accepted).
2022-03-24 18:43:55 -04:00
Pilar
62dcc3805b
complete modification of the structure of the classes that define the buildig for a better adjustment to the different data sources and the connected tools. NOT finished
2022-03-24 18:43:55 -04:00