Go to file
2022-02-21 13:26:14 -05:00
city_model_structure Partial implementation of the new iot sensors, this change broke the sensor factories and a few unit tests that will be fixed in next commit. 2022-02-21 13:26:14 -05:00
config Added new values to configuration.ini for comnet usage 2021-11-11 17:28:28 -05:00
data Adding the LoD1 EV Building gml file 2022-01-08 12:33:07 -05:00
exports Rhino implementation partially completed, need to be fully tested 2022-02-16 15:08:05 -05:00
helpers Partial implementation of the new iot sensors, this change broke the sensor factories and a few unit tests that will be fixed in next commit. 2022-02-21 13:26:14 -05:00
imports Partial implementation of the new iot sensors, this change broke the sensor factories and a few unit tests that will be fixed in next commit. 2022-02-21 13:26:14 -05:00
unittests Partial implementation of the new iot sensors, this change broke the sensor factories and a few unit tests that will be fixed in next commit. 2022-02-21 13:26:14 -05:00
.gitignore updated file with output files generated by insel 2021-11-12 10:21:37 +00: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 created weather_factory but not completed 2020-10-28 13:14:05 -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
requirements.txt Integrate Peter's head pump branch into master 2021-11-15 09:47:09 -05: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.