Commit Graph

134 Commits

Author SHA1 Message Date
Pilar
c60aca4c07 Restore repo 2021-08-27 17:29:32 -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
312a9c34be Quality improvements 2021-08-26 13:27:43 -04:00
53a7e259e4 Change bounded to thermal_boundaries and overall code quality review 2021-08-26 11:00:59 -04:00
Pilar
8636f4693c Merge remote-tracking branch 'origin/master' 2021-08-26 09:45:29 -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
d86623f535 use small office as residential source for schedules till we got the proper idf file for it 2021-08-25 14:32:34 -04:00
d006bdf69d Complete idf schedule import (doe_idf) 2021-08-25 14:29:30 -04:00
c861dc6bc3 Partial implementation for idf schedule import (doe_idf) 2021-08-25 11:05:22 -04:00
5af0984aee Partial implementation for idf schedule import (doe_idf) 2021-08-25 07:24:21 -04:00
c8bdc0fb0f Partial implementation for idf schedule import (doe_idf) 2021-08-25 07:23:02 -04:00
Soroush Samareh Abolhassani
665adae908 Idf parser and standardization is done (correct version)_need to be updated 2021-08-20 18:36:28 -04:00
Soroush Samareh Abolhassani
1d0dd11409 Idf parser and standardization is done 2021-08-19 21:55:19 -04:00
13eb9eaaa7 Idf factory can export now one building in kelowna 2021-08-12 14:18:44 -04:00
7772d807dc correct idf factory 2021-08-12 11:58:24 -04:00
Pilar
6970bac1f0 Added a parameter in building.py to specifically decide whether dividing the building in storeys or not. By default, False. 2021-08-12 11:08:29 -04:00
49d97de3dd idf changes 2021-08-11 15:11:00 -04:00
f06c19722e Add c40 2021-08-11 12:13:16 -04:00
Pilar
2f86f6c8d4 only 2 unittest don't pass and must be reviewed, test_import_obj and test_subway 2021-08-11 11:14:06 -04:00
11982a35bd Correct unit tests 2021-08-11 10:29:54 -04:00
Pilar
a28774fde0 Finished the changes to divide buildings by storey to be used in dynamic bulding simulations. Some unittests don't pass yet but the problem can come from the gml reading. 2021-08-10 17:09:42 -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
6b7dac8123 added class Point and used in polygon.py 2021-06-22 13:16:17 -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
Pilar
31b5a26256 nrel_physics_interface.py: fixed a bug due to a refactor
polygon.py: fixed an error due to normal = 0 that created an infinite loop
simplified_radiosity_algorithm.py: added list of target buildings names to be simulated
2021-06-09 10:46:53 -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
Pilar
1431e86a37 Merge remote-tracking branch 'origin/master' 2021-06-03 13:45:18 -04:00
d37f8bc68c Fixt test and implement lod2 with multiparts 2021-06-03 13:35:16 -04:00
Pilar
663436c998 fixing sensor tests (not working version) 2021-06-03 13:34:56 -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
Pilar
f725ec9d4c Merge remote-tracking branch 'origin/master'
# Conflicts:
#	imports/geometry/citygml.py
2021-06-03 11:38:05 -04:00
23360021c3 Improve comments 2021-06-03 11:27:48 -04:00
62a1dbbf7f Partial correction citygml read 2021-06-03 11:16:21 -04:00
Pilar
9fdedc68d4 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	imports/geometry/citygml.py
#	imports/geometry/helpers/geometry_helper.py
2021-06-03 10:37:32 -04:00
Pilar
b9ca7d084a WallSurface was converted back in Wall (and all the other types) as internal naming. The previous change was due to an error in changes in citygml import 2021-06-03 10:17:36 -04:00
3005e5de6e Partial correction citygml read 2021-06-03 10:14:36 -04:00
81324c945e Partial correction citygml read 2021-06-03 10:12:06 -04:00
Pilar
f5e32e16ea finished the new sensors and added to the factory (concordia_temperature and concordia_gas_flow) 2021-06-02 11:56:38 -04:00
3e179e9dff Small modification to be able to work with city clusters for the sensors. 2021-06-02 11:24:53 -04:00
4d821880a4 Bug fix and generalization for more concordia sensors 2021-06-02 11:16:00 -04:00
Pilar
2f0da19293 some typos fixed 2021-06-02 10:55:04 -04:00
Pilar
40a52e3966 Merge remote-tracking branch 'origin/master' 2021-06-02 09:56:45 -04:00
Pilar
683b465895 just fixed some typological warnings 2021-06-02 09:56:38 -04:00
85a275d7c1 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	city_model_structure/attributes/concordia_energy_sensor.py
2021-06-02 09:31:04 -04:00
b29f3bf301 small improvements in sensors modeling including the posibility to update the measured dataframes 2021-06-02 09:30:01 -04:00
Pilar
917949f671 just fixed some typological warnings 2021-06-01 19:03:55 -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
67f5521d66 Some bugs of libs solved (due to last commit) and populate.py of Dynamic finished 2021-05-27 18:23:39 -04:00
Pilar
f8a65b6057 Changes in libs to new concept of keywords in libraries. Added new tests. 2021-05-27 17:20:06 -04:00
Pilar
9dcc12fd68 Changes in libs to new concept of keywords in libraries. Missing new tests. 2021-05-26 18:17:23 -04:00
Pilar
e486e352a4 Merge remote-tracking branch 'origin/master' 2021-05-25 13:35:06 -04:00
Pilar
33ac71d5a6 added 'year' to 'minute' as constants in constants.py and adapted the code to that 2021-05-25 13:34:57 -04:00
Guillermo Gutierrez Morote
950310febf Merge branch 'master' into 'master'
Master

See merge request Guille/libs!3
2021-04-30 17:08:32 +00:00
Behnam Farsi Balouch
6e360251fb Update citygml.py 2021-04-30 16:59:04 +00:00
Behnam Farsi Balouch
f831ed5d3c Behnam Contribution 2021-04-30 16:53:36 +00:00
Pilar
e31fc59b8f modified ca_usage_parameters.py to make a walk around for a bug in python 2021-04-15 11:20:11 -04:00
Pilar
7b9ce04e16 modified ca_usage_parameters.py to make a walk around for a bug in python 2021-04-15 10:04:44 -04:00
Pilar
146162165f created epw_weather_parameters.py 2021-04-13 19:00:28 -04:00
Pilar
ac902c6c97 created epw_weather_parameters.py 2021-04-13 15:09:13 -04:00
Pilar
8fc66b7060 fixed unittests to adapt to last changes 2021-04-08 11:47:58 -04:00
Pilar
48ed0ace4b fixed bug when merging 2021-04-07 14:31:16 -04:00
Pilar
ff701e7f77 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	city_model_structure/building.py
#	imports/geometry_feeders/citygml.py
2021-04-07 14:23:41 -04:00
Pilar
e19a22920b created import obj and tested 2021-04-07 14:20:13 -04:00
86fe064a25 Partial correction for unit tests 2021-04-07 12:57:56 -04:00
7a77c47d04 Merge remote-tracking branch 'origin/master' 2021-04-07 11:48:00 -04:00
Pilar
5290cb6ba9 adding import obj (not yet working). Also erased accent from Alvarez 2021-04-07 11:47:39 -04:00
09ee39c314 Review changes for CityGml import factory change to use the new format for surfaces based in polygons 2021-04-07 11:46:44 -04:00
88e43a0770 CityGml import factory change to use the new format for surfaces based in polygons 2021-04-06 18:06:19 -04:00
Pilar
ba735fb53d changes for new definition of surfaces (by polygons) and buildings (by polyhedrons) 2021-04-06 13:48:18 -04:00
Pilar
dbbe3d56fc before behnam changes in libs 2021-03-23 10:13:01 -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
74732355d4 working version after creating polygon.py 2021-03-08 18:27:14 -05:00
f3443acb30 CityGML Feeder now auto remove last duplicated point 2021-03-08 12:05:05 -05: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