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
home-imac
3568255c29
gpandas added in factory
2022-11-13 21:07:04 -05:00
920d95eef2
Citygml can now generate the envelop out of the buildings
2022-06-07 13:31:35 -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
d170f3a220
correct comment in rhino handler
2022-03-22 12:30:05 -04:00
172cecdb7b
correct another error in merge
2022-03-18 08:33:35 -04:00
f2ff10ad47
Merge remote-tracking branch 'origin/master' into heat_pump
...
# Conflicts:
# city_model_structure/city.py
# city_model_structure/energy_system.py
# city_model_structure/fuel.py
# city_model_structure/machine.py
# city_model_structure/vehicle.py
# data/life_cycle_assessment/lca_data.xml
# exports/energy_systems_factory.py
# helpers/constants.py
# helpers/yearly_from_daily_schedules.py
# imports/energy_systems/air_source_hp_parameters.py
# imports/geometry/rhino.py
# imports/geometry_factory.py
# imports/life_cycle_assessment/lca_fuel.py
# imports/life_cycle_assessment/lca_machine.py
# imports/life_cycle_assessment/lca_vehicle.py
# imports/life_cycle_assessment_factory.py
# requirements.txt
# unittests/test_life_cycle_assessment_factory.py
2022-03-17 14:34:11 -04:00
49bfc6eec9
Rhino implementation partially completed, need to be fully tested
2022-02-16 15:08:05 -05:00
Pilar
3adf8c9604
created customized imports factory and correspondent test
2021-11-15 11:02:52 -05:00
beec608229
import changes into typevar to avoid circular references when documentation is created
2021-11-15 11:02:51 -05:00
Pilar
ef6afb0ab4
created customized imports factory and correspondent test
2021-11-05 10:16:35 -04:00
cbc24917c1
import changes into typevar to avoid circular references when documentation is created
2021-10-25 13:28:43 -04:00
fde837150d
Small in the factories documentation
2021-09-22 07:25:53 -04:00
62bca29a82
Quality improvements
2021-08-27 12:51:30 -04:00
11982a35bd
Correct unit tests
2021-08-11 10:29:54 -04:00
5ea6a0f125
Create new factory to import concordia energy files into the libs.
...
Minor cosmetic changes
2021-06-01 18:31:50 -04:00
Pilar
8fc66b7060
fixed unittests to adapt to last changes
2021-04-08 11:47:58 -04:00
Pilar
e19a22920b
created import obj and tested
2021-04-07 14:20:13 -04:00
Pilar
5290cb6ba9
adding import obj (not yet working). Also erased accent from Alvarez
2021-04-07 11:47:39 -04:00
f0e7f55535
Export energy ade
2021-03-16 20:14:40 -04:00
Pilar
8f36b88571
obj export to ground reference
2021-03-16 16:58:52 -04:00
Pilar
dbd32e4d20
Surface and Polygon classes finished. Added test_surfaces to test_geometry_factory.py. Still not working version.
2021-03-03 16:33:33 -05:00
Pilar
fa83e195c4
Partial implementation of new concept surfaces vs. polygons, not a working version
2021-03-02 18:57:09 -05:00