b5dd5bf7ed
initial implementation of Geojson importer
...
Bug correction overall code quality improvement
2022-11-24 17:58:45 -05:00
1e24e43b64
Refactoring building creation and bringing code up to date
2022-11-23 10:20:33 -05:00
b357e4d6c7
Merge remote-tracking branch 'origin/master' into geojson
...
# Conflicts:
# unittests/test_geometry_factory.py
2022-11-21 14:12:18 -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
991e3df240
partial geojson implementation
2022-11-18 16:05:43 -05:00
home-imac
c24ad62081
fixed importer and geometr factory issue
2022-11-18 15:36:03 -05:00
13fa69b438
partial geojson implementation
2022-11-17 15:56:49 -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
d91da411fd
variable name correction, it will overwrite index and most likely case bugs in case of more than one scene.
2022-11-15 11:28:23 -05:00
7e5ead2363
small style correction
2022-11-15 11:25:38 -05:00
home-imac
de449edc76
added geopandas import support
2022-11-13 20:10:42 -05: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
9b5577c677
Small bug corrections + rename libs to hub
2022-05-02 17:39:37 -04:00
d5565530c1
Merge initial version for Catalogs as factories data sources
2022-04-26 19:41:00 -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
7498be0e1d
Remove prints
2022-04-04 19:51:30 -04:00
0c92e6e4ad
Fixing libs wrong commit
2022-03-30 13:26:31 -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
7db319f3fd
Partial implementation for the greenery catalog integration
2022-03-03 16:52:01 -05:00
024469ac0a
Link materials and lca_materials in the city
2022-03-02 12:56:20 -05:00
6b9e09ba88
Partial commit for dompark project including sensors, lca materials and overall improvements
2022-03-02 12:13:11 -05:00
atiya
a40c1a0154
Machines added into City class
2022-02-22 16:24:12 -05:00
becc8f6068
Rhino implementation for dompark project.
2022-02-17 11:35:34 -05:00
49bfc6eec9
Rhino implementation partially completed, need to be fully tested
2022-02-16 15:08:05 -05:00
d2d86bc942
Test driven partial corrections
2021-11-16 12:27:49 -05:00
cbc24917c1
import changes into typevar to avoid circular references when documentation is created
2021-10-25 13:28:43 -04:00
ba72bd9043
Partial test corrections
2021-09-23 09:17:23 -04:00
5282e51695
Review comments and homogenize getter and setters code comment texts
2021-08-30 14:39:24 -04:00
d4056c4fb8
Review overall code quality and refactor tests folders
2021-08-30 11:38:28 -04:00
Pilar
a78cb879a0
First working version of dynamic building simulation
2021-08-27 17:20:24 -04:00
62bca29a82
Quality improvements
2021-08-27 12:51:30 -04:00
Pilar
03a7f4cc33
Added new attributes in thermal_opening.py and thermal_boundary.py. Modified surface.py and thermal_boundary.py to adapt to dynamic simulation. First version of thermal_demand_dynamic_simulation.py working well (only tested for one room)
2021-08-26 09:36:10 -04:00
7772d807dc
correct idf factory
2021-08-12 11:58:24 -04:00
11982a35bd
Correct unit tests
2021-08-11 10:29:54 -04:00
Pilar
2d71136d33
Added first version of traffic classes.
...
Reorganized classes inside "attributes" into different folders by topic.
2021-08-06 12:28:20 -04:00
Pilar
b319ae50dc
erased populate and created enrich in libs.helpers.
...
add new constants to helpers.constants
2021-06-10 10:48:30 -04:00
Pilar
e5cc627ce4
just changed pilar_monsalvete@yahoo.es with pilar.monsalvete@concordia.ca
2021-06-10 08:29:24 -04:00
cae22102c9
Remove useless debug code
2021-06-08 11:41:45 -04:00
47c4cbed65
Reorganize the citygml classes
2021-06-08 11:34:30 -04:00
c1c0f598da
Reorganize the citygml classes
2021-06-04 09:22:06 -04:00
8def8ece2d
Merge remote-tracking branch 'origin/master'
2021-06-03 16:26:08 -04:00
5e65b09665
Fixt test and implement lod2 with multiparts
2021-06-03 16:26:00 -04:00
Pilar
1d4841df83
city_objects_clusters are now city_objects
...
test_sensors_factory.py passes
2021-06-03 15:56:59 -04:00
d37f8bc68c
Fixt test and implement lod2 with multiparts
2021-06-03 13:35:16 -04:00
de471ee88a
Temporary fix sensor test
2021-06-03 12:42:00 -04:00
Pilar
311342e17e
added clusters to the city
2021-06-03 11:45:17 -04:00