8c6e34cd22
Merge remote-tracking branch 'origin/master' into geojson
...
# Conflicts:
# city_model_structure/building.py
# city_model_structure/bus_system.py
# city_model_structure/city_object.py
# city_model_structure/city_objects_cluster.py
# city_model_structure/energy_system.py
# imports/energy_systems/air_source_hp_parameters.py
# imports/energy_systems/water_to_water_hp_parameters.py
# imports/geometry/citygml.py
# imports/geometry/gpandas.py
# imports/geometry/obj.py
# imports/geometry/rhino.py
# imports/geometry_factory.py
2022-11-28 13:13:55 -05:00
a0445200a5
assign lod at city level and correct unit tests
2022-11-25 15:25:59 -05:00
5b932a8ac6
Bug fix in geojson import
2022-11-25 14:39:35 -05:00
Pilar
07e2ee9773
reorganized the exports factories
2022-11-25 12:34:11 -05:00
6be5325f75
Correct unit tests due latest changes in gpandas handler.
...
Partial rollback of some changes
2022-11-21 13:53:58 -05:00
Pilar
ac9b51b8b9
Temporary fixed in geopandas importer
2022-11-21 11:31:30 -05:00
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
7e5ead2363
small style correction
2022-11-15 11:25:38 -05:00
Pilar
e9559a8485
finished the reorganization between thermal boundaries and surfaces
2022-11-09 14:22:26 -05:00
Pilar
f5fe1fd4d9
added associated_thermal_boundaries to Surface
2022-11-08 16:28:07 -05:00
97f45f1b13
Unit tests corrections
2022-06-08 13:02:24 -04:00
920d95eef2
Citygml can now generate the envelop out of the buildings
2022-06-07 13:31:35 -04:00
f53beb4a0a
Correct rhino read
2022-05-04 05:09:43 -04:00
0ec80dacc0
Correct rhino read
2022-05-03 14:50:41 -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
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
Pilar
cf19f6fce5
fixed bug saving values
2022-03-24 18:43:55 -04:00
ba72bd9043
Partial test corrections
2021-09-23 09:17:23 -04:00
d4056c4fb8
Review overall code quality and refactor tests folders
2021-08-30 11:38:28 -04:00