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 |
|
|
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 |
|
Pilar
|
d6e09585ac
|
changed _city_debug with city
|
2021-04-07 14:39:50 -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 |
|
|
c480a6c4cb
|
Partial correction for unit tests
|
2021-04-07 12:06:21 -04:00 |
|
|
634bbc286f
|
Change export method from property to function to improve the semantic
|
2021-04-07 11:52:39 -04:00 |
|
|
7a77c47d04
|
Merge remote-tracking branch 'origin/master'
|
2021-04-07 11:48:00 -04:00 |
|
|
5084a4457c
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# tests/test_exports.py
|
2021-04-07 11:47:41 -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 |
|
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
|
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
|
1498731275
|
code for storeys division cleaned
|
2021-03-31 14:17:53 -04:00 |
|
Pilar
|
e353a7c800
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# city_model_structure/building.py
|
2021-03-25 09:15:05 -04:00 |
|
Pilar
|
9a40cfa54b
|
testing building separation in storeys with the new configuration of geometry using polygons and polyhedrons (NOT working yet).
|
2021-03-25 09:11:42 -04:00 |
|
|
636047b99c
|
Partial implementation energy ADE, till geometry export (LOD2) this commit is broken, due some missing attribute (max_(coord)) at surface class
|
2021-03-25 09:11:30 -04:00 |
|
Pilar
|
dbbe3d56fc
|
before behnam changes in libs
|
2021-03-23 10:13:01 -04:00 |
|
|
413c302ed3
|
Export energy ade as a file
|
2021-03-17 09:23:48 -04:00 |
|
|
f0e7f55535
|
Export energy ade
|
2021-03-16 20:14:40 -04:00 |
|
Pilar
|
7f902553cf
|
solved demand units
|
2021-03-16 19:40:41 -04:00 |
|
Pilar
|
b6c49b950d
|
with year
|
2021-03-16 19:28:21 -04:00 |
|
Pilar
|
67fe44e303
|
added two files to tests_data
|
2021-03-16 18:25:29 -04:00 |
|
Pilar
|
8f36b88571
|
obj export to ground reference
|
2021-03-16 16:58:52 -04:00 |
|
|
490fcb9563
|
Implement exports factories clases and export stl and obj city version.
|
2021-03-16 12:33:22 -04:00 |
|
Pilar
|
4e4875392f
|
modifications in classes for energyADE
|
2021-03-16 12:19:35 -04:00 |
|
Pilar
|
69d7f9d7af
|
actualized requirements.txt
|
2021-03-15 11:47:30 -04:00 |
|
Pilar
|
74732355d4
|
working version after creating polygon.py
|
2021-03-08 18:27:14 -05:00 |
|
Pilar
|
a9abb59835
|
removed remove_last parameter
|
2021-03-08 12:56:19 -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 |
|
Pilar
|
090e70a3d0
|
In building.py: added property storeys and corrected two bugs. In city_object.py, added property polyhedron. In polyhedron.py added documentation. In test_geometry_factory.py added new unittest test_divide_mesh_by_plane.
|
2021-03-01 16:42:03 -05:00 |
|
Pilar
|
6f58fde55b
|
added region to city.py
|
2021-01-27 16:08:11 -05:00 |
|
Pilar
|
9a55935add
|
working and cleaner triangulate function v1.1
|
2021-01-20 16:05:47 -05:00 |
|
Pilar
|
7a5b93466f
|
new triangulate function in polyhedron.py working. v1.0
|
2021-01-19 17:33:03 -05:00 |
|
Pilar
|
1fccac8f4c
|
first attempt to new triangulate function in polyhedron.py
|
2021-01-13 16:41:45 -05:00 |
|
Pilar
|
869cc8fd81
|
added tests to be erased, but temporally needed
|
2021-01-13 12:24:02 -05:00 |
|
Pilar
|
e9dd9c2221
|
eliminated many parameters from configuration.ini that will now depend on the workflow
added example iso 52016-1:2017
added new weather format defined in iso 52016-1:2017 (xls)
|
2021-01-11 17:11:50 -05:00 |
|
Guille
|
5c93b64cd3
|
Code review and small corrections over the new interfaces dor physics and usage factories
|
2021-01-08 09:37:38 -05:00 |
|
Guille
|
f2292a53e3
|
Merge remote-tracking branch 'origin/master'
|
2021-01-08 09:33:25 -05:00 |
|
Guille
|
feab805be2
|
Code review and small corrections over the new interfaces dor physics and usage factories
|
2021-01-08 09:16:01 -05:00 |
|
pilar
|
7e0840e759
|
adapted us and nyc to physics interface
|
2021-01-07 19:46:52 -05:00 |
|
pilar
|
67fe6a1ed4
|
adapted de and nyc to usage interface
|
2021-01-07 18:53:26 -05:00 |
|