Go to file
2022-04-08 11:51:58 -04:00
catalogs complete the data model for the construction catalog 2022-04-08 10:45:33 -04:00
city_model_structure Merge remote-tracking branch 'origin/master' 2022-04-08 09:36:53 -04:00
config fixed bug saving values 2022-03-24 18:43:55 -04:00
data Bug correction in the lca factory and lca_data.xml 2022-04-06 16:37:51 -04:00
exports Merge remote-tracking branch 'origin/master' 2022-04-08 09:36:53 -04:00
helpers 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
imports Merge remote-tracking branch 'origin/master' 2022-04-08 09:36:53 -04:00
unittests Merge remote-tracking branch 'origin/master' 2022-04-08 09:36:53 -04:00
.gitignore Removed unneeded attributes 2022-03-10 12:42:12 -05:00
CODE_OF_CONDUCT.md Update 'CODE_OF_CONDUCT.md' 2020-06-08 10:37:09 -04:00
CONTRIBUTING.md 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
LICENSE.md Update 'LICENSE.md' 2020-06-08 10:31:36 -04:00
PYGUIDE.md 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
pylintrc Review overall code quality and improve pylintrc 2021-08-30 11:44:19 -04:00
README.md New commit and push 2020-08-07 12:05:25 -04:00
recognized_functions_and_usages.md 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
requirements.txt Thermal zone concept modified. Now it includes all usage parameters associated to that thermal zone 2022-04-06 16:06:55 -04:00
WINDOWS_INSTALL.md Update 'WINDOWS_INSTALL.md' 2020-06-26 11:23:41 -04:00

Libs

Libs is part of Insel4D architecture for the urban simulations, created by the CERC group at Concordia University.

Libs repository contains a set of classes modeling the data for urban environments in the form of:

  • city_model_structure
  • geometry
  • physics
  • usages

Released under LGPL license, will provide an object-oriented, modular approach to urban simulations.

Our aims are:

  • involve as many scientists and contributors as possible
  • provide a complete set of classes that help scientists and students to model urban environments.

Please check the contributing information and code of conduct if you want to contribute, and let us know any new feature you may be of interest for you or your team.