Pilar
|
3284215b5b
|
Merge remote-tracking branch 'origin/master'
|
2022-10-28 17:47:17 -04:00 |
|
Pilar
|
ba35ce361b
|
solved a bug found in the thermal zone when creating the classes related to the usage
|
2022-10-28 17:46:53 -04: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 |
|
|
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 |
|
|
dd3fc42d10
|
Merge remote-tracking branch 'origin/master'
|
2022-05-19 14:26:38 -04:00 |
|
|
e996bfb5bf
|
completed parser for the data sources
|
2022-05-19 14:24:24 -04:00 |
|
Pilar
|
9350013af9
|
erased not_detailed_source_mean_annual_internal_gains parameter and changed by internal_gains. During the import, for those catalogs that don't provide that information, the internal_gains are calculated and saved depending on the information they provide.
|
2022-05-18 14:52:41 -04:00 |
|
|
9b3241e1d7
|
partial parser for data sources
|
2022-05-17 22:22:40 -04:00 |
|
Pilar
|
9013dda26b
|
modified usage zone class to hide not_detailed_source_mean_annual_internal_gains
|
2022-05-16 10:19:03 -04:00 |
|
Pilar
|
1aeca13e01
|
greenery added to idf exporter and unittest created
|
2022-05-16 09:35:19 -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 |
|
Pilar
|
74dfa69aea
|
modified year of construction in tests to be able to run ConstructionFactory with nrel
|
2022-04-26 19:14:12 -04:00 |
|
Pilar
|
88c0e9fa5f
|
modifications in idf to import more complex schedules and schedules by file
|
2022-04-26 18:39:42 -04:00 |
|
Pilar
|
e2b882723b
|
Modified construction factory to read from catalogs instead of file
|
2022-04-19 15:49:41 -04:00 |
|
|
a273c38a45
|
remove nrcan construction library and fix some unit tests
|
2022-04-11 14:32:44 -04:00 |
|
|
9287da7a66
|
correct merge errors
|
2022-04-11 12:44:23 -04:00 |
|
|
8b952e3254
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# catalog_factories/construction_catalog_factory.py
# unittests/test_greenery_catalog.py
|
2022-04-11 12:39:45 -04:00 |
|
|
d7f1b46cf5
|
complete test and correct errors in construction catalog
|
2022-04-11 12:37:46 -04:00 |
|
Pilar
|
4da0a42530
|
Modifications in readme and code of conduct
|
2022-04-08 18:03:35 -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
|
5e51947d6a
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# city_model_structure/building_demand/usage_zone.py
# unittests/test_usage_factory.py
|
2022-04-07 16:52:34 -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
|
684238a3ff
|
Thermal zone concept modified. Now it includes all usage parameters associated to that thermal zone
|
2022-04-06 16:06:55 -04:00 |
|
|
5281b63de2
|
Remove unneeded files and wrong unittest, partial usage factory test correction
|
2022-03-29 07:33:04 -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
|
2585cd3245
|
partially finished usage factory test
|
2022-03-24 18:43:55 -04:00 |
|
Pilar
|
cf19f6fce5
|
fixed bug saving values
|
2022-03-24 18:43:55 -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 |
|
|
c8c4a681e3
|
Fixing bugs in idf export
|
2022-03-16 13:21:51 -04:00 |
|
Peter Yefi
|
380c6644a3
|
Changed how coefficients are generated
|
2022-03-10 12:44:04 -05:00 |
|
|
d5a4ffe0fa
|
Complete implementation for the greenery catalog integration
|
2022-03-09 11:40:06 -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 |
|
|
651151c6ac
|
Partial implementation of the new iot sensors, this change broke the sensor factories and a few unit tests that will be fixed in next commit.
|
2022-02-21 13:26:14 -05:00 |
|
Pilar
|
99f2dea55f
|
fixed bug saving values
|
2022-02-17 12:48:23 -05:00 |
|
Pilar
|
e74fa4dfe9
|
modified doe_idf.py to save on new schedule format
|
2022-02-17 12:37:14 -05:00 |
|
Peter Yefi
|
7f21cc22c3
|
Added Reactivation and Deactivation Temps
|
2022-02-02 07:03:22 -05:00 |
|
Peter Yefi
|
702c8c4103
|
Changed names of insel generated output files
|
2022-01-29 09:43:57 -05:00 |
|
Peter Yefi
|
ddbc047640
|
Fixed and merged conflicts
|
2021-12-15 09:30:53 +00:00 |
|
Peter Yefi
|
286a03441f
|
Added unit test for water to water source import
|
2021-12-15 09:25:56 +00:00 |
|
Peter Yefi
|
02882f5e1c
|
Added water to water heat pump
|
2021-12-15 09:19:10 +00:00 |
|
atiya
|
02d120add9
|
Contributors added in LCA code
|
2021-11-22 20:57:29 -05:00 |
|
Pilar
|
1e2234e4b4
|
Added 1 to fit with the length needed by FAST_READD
|
2021-11-18 13:07:49 -05:00 |
|