Go to file
2022-04-26 18:43:53 -04:00
catalog_factories Add dompark aechetype 2022-04-26 18:43:48 -04:00
city_model_structure Modified construction factory to read from catalogs instead of file 2022-04-19 15:49:41 -04:00
config fixed bug saving values 2022-03-24 18:43:55 -04:00
data Add dompark aechetype 2022-04-26 18:43:48 -04:00
docs finished CONTRIBUTING_CENTRAL_DATA_MODEL.md 2022-04-20 18:33:10 -04:00
exports Merge branch 'heat_pump' into 'master' 2022-04-11 22:59:25 +00: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 check merge branches 2022-04-19 16:20:41 -04:00
unittests Modified construction factory to read from catalogs instead of file 2022-04-19 15:49:41 -04:00
.gitignore commit 2022-04-12 07:04:53 -04:00
CODE_OF_CONDUCT.md Modifications in readme and code of conduct 2022-04-08 18:03:35 -04:00
CONTRIBUTING_CENTRAL_DATA_MODEL.md one more comment in CONTRIBUTING_CENTRAL_DATA_MODEL.md 2022-04-21 10:50:19 -04:00
CONTRIBUTING_EXTERNALS.md added CONTRIBUTING_CENTRAL_DATA_MODEL.md file 2022-04-13 19:26:44 -04:00
LICENSE.md Update 'LICENSE.md' 2020-06-08 10:31:36 -04:00
PYGUIDE.md changes in PYGUIDE.md and WINDOWS_INSTALL.md 2022-04-11 19:29:29 -04:00
pylintrc Review overall code quality and improve pylintrc 2021-08-30 11:44:19 -04:00
README.md added CONTRIBUTING_CENTRAL_DATA_MODEL.md file 2022-04-13 19:26:44 -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 added CONTRIBUTING_CENTRAL_DATA_MODEL.md file 2022-04-13 19:26:44 -04:00

Libs

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

Libs repository contains:

  • city_model_structure: a central data model specifically design to model urban environments. An instance of this is called City.
  • catalog_factories: a set of classes to describe catalog structures used by the import and export factories.
  • imports: factories to import data from different formats to feed the city model structure (and create a City) or the catalog structures depending on the purpose.
  • exports: factories to export desired parts of the City to different formats depending on the purpose, or to export catalogs in a common format.
  • data: contains offered data, either for geometry, weather or different types of catalogs.
  • other folders to support manipulating data.

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.