Go to file
2020-06-23 11:35:02 -04:00
.idea update requirements.txt 2020-06-16 12:30:45 -04:00
city_model_structure Merge remote-tracking branch 'origin/master' 2020-06-22 14:35:59 -04:00
config Remove debug prints 2020-06-22 14:41:20 -04:00
docs Upload files to 'docs/img' 2020-06-23 11:32:08 -04:00
geometry Remove debug prints 2020-06-22 14:42:32 -04:00
helpers Add max distance for adjacent buildings in the config file. 2020-06-22 14:35:52 -04:00
physics added "residential" type to us_to_library_types.py 2020-06-22 14:34:29 -04:00
tests Implement lod2 2020-06-22 13:26:50 -04:00
tests_data Implement lod2 2020-06-22 13:26:50 -04:00
usage added "residential" type to us_to_library_types.py 2020-06-22 14:34:29 -04:00
venv Implement lod2 2020-06-22 13:26:50 -04:00
CODE_OF_CONDUCT.md Update 'CODE_OF_CONDUCT.md' 2020-06-08 10:37:09 -04:00
CONTRIBUTING.md Update 'CONTRIBUTING.md' 2020-06-09 08:48:16 -04:00
LICENSE.md Update 'LICENSE.md' 2020-06-08 10:31:36 -04:00
PYGUIDE.md Update 'PYGUIDE.md' 2020-06-09 12:11:57 -04:00
pylintrc Add the building/city_objects hierarchy to the city 2020-06-16 15:34:35 -04:00
README.md Update 'README.md' 2020-06-08 10:50:55 -04:00
requirements.txt update requirements.txt 2020-06-16 12:30:45 -04:00
WINDOWS_INSTALL.md Update 'WINDOWS_INSTALL.md' 2020-06-23 11:35:02 -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.