Pilar
77d1c01755
added one more class in transport
2021-08-09 11:27:25 -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
533e117b03
modified structure to new concept (thermal zones created after building division). Thermal_zone still not created, all tests related to thermal zones don't pass.
2021-06-23 09:53:33 -04:00
Pilar
6b7dac8123
added class Point and used in polygon.py
2021-06-22 13:16:17 -04:00
Pilar
e5cc627ce4
just changed pilar_monsalvete@yahoo.es with pilar.monsalvete@concordia.ca
2021-06-10 08:29:24 -04:00
Pilar
e4cf62b2ff
updating comments in classes for documentation
2021-06-09 14:23:45 -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
Pilar
1d4841df83
city_objects_clusters are now city_objects
...
test_sensors_factory.py passes
2021-06-03 15:56:59 -04:00
Pilar
673c809dd4
fixing sensor tests (not working version)
2021-06-03 13:34:41 -04:00
de471ee88a
Temporary fix sensor test
2021-06-03 12:42:00 -04:00
eb249f84d3
Temporary fix sensor test
2021-06-03 11:52:00 -04:00
Pilar
311342e17e
added clusters to the city
2021-06-03 11:45:17 -04:00
Pilar
df407a6dfa
added clusters to the city
2021-06-03 11:23:09 -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
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
Pilar
360003276a
changes to add new sensors of other types
2021-06-02 11:24:58 -04:00
Pilar
2f0da19293
some typos fixed
2021-06-02 10:55:04 -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
4b7ae34985
Sra step repaired. Wall changed to WallSurface in simplified_radiosity_algorithm.py. A decision on the internal names of the surfaces must be also taken (not yet).
2021-05-28 11:53:23 -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
33ac71d5a6
added 'year' to 'minute' as constants in constants.py and adapted the code to that
2021-05-25 13:34:57 -04:00
Pilar
a7b7e6bb0d
added pv and hp classes and modified surface to include pv_systems
2021-04-15 17:26:00 -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
3a0eb76834
Correct errors in simplified radiosity algorithm export
2021-04-14 10:41:51 -04:00
35667ab083
Correct errors in simplified radiosity algorithm export
2021-04-14 10:22:29 -04:00
Pilar
146162165f
created epw_weather_parameters.py
2021-04-13 19:00:28 -04:00
Pilar
a0613201e3
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# city_model_structure/attributes/surface.py
# city_model_structure/city.py
2021-04-13 15:11:39 -04:00
Pilar
ac902c6c97
created epw_weather_parameters.py
2021-04-13 15:09:13 -04:00
bfd4868005
Rollback behnam changes and add sra export to the export factory
2021-04-13 14:12:45 -04:00
Pilar
8fc66b7060
fixed unittests to adapt to last changes
2021-04-08 11:47:58 -04:00
82f029684e
Partial correction for unit test after merge
2021-04-07 14:33:08 -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
Pilar
5290cb6ba9
adding import obj (not yet working). Also erased accent from Alvarez
2021-04-07 11:47:39 -04:00
Pilar
39c6a3afd2
fixing tests after changes in Surface and building
2021-04-07 10:33:05 -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
bf0cda131e
max_x, max_y, max_z (and min) changed to envelope_upper_corner (and lower)
2021-04-01 15:51:09 -04:00
Pilar
48dfbb8c1f
Merge remote-tracking branch 'origin/master'
2021-04-01 10:36:14 -04:00
Pilar
fc588fab62
reorganized properties in city_object and building
2021-04-01 10:36:07 -04:00
cd607122d3
Partial implementation energy ADE, till thermal zones
2021-04-01 10:35:22 -04:00
7620f89629
Partial implementation energy ADE, till thermal zones
2021-04-01 09:25:39 -04:00
Pilar
1498731275
code for storeys division cleaned
2021-03-31 14:17:53 -04:00
Pilar
809dc1b3b6
storey division working, code needs to be cleaned
2021-03-30 17:57:38 -04:00