monthly_energy_balance_resu.../hub
2023-02-23 15:46:02 -05:00
..
catalog_factories added nrcan catalog 2023-02-22 08:31:14 -05:00
city_model_structure Merge branch 'master' into nrcan_catalog_importer 2023-02-22 08:36:16 -05:00
config packaging version 2023-01-24 10:51:50 -05:00
data added nrcan catalog 2023-02-22 08:31:14 -05:00
docs packaging version 2023-01-24 10:51:50 -05:00
exports Merge branch 'master' into nrcan_catalog_importer 2023-02-22 08:36:16 -05:00
helpers user_login method and bug fix 2023-02-21 09:41:26 -05:00
hub_logger packaging version 2023-01-24 10:51:50 -05:00
imports Merge branch 'master' into bug_in_nrcan_construction_importer 2023-02-23 15:46:02 -05:00
persistence Bug fix in user info 2023-02-21 10:03:37 -05:00
unittests Merge branch 'master' into nrcan_catalog_importer 2023-02-22 08:36:16 -05:00
.gitignore Included checks for import handlers and types 2023-01-25 19:13:00 -05:00
CODE_OF_CONDUCT.md packaging version 2023-01-24 10:51:50 -05:00
CONTRIBUTING_CENTRAL_DATA_MODEL.md packaging version 2023-01-24 10:51:50 -05:00
CONTRIBUTING_EXTERNALS.md packaging version 2023-01-24 10:51:50 -05:00
DEPLOYMENT.md Partial correction of persistence 2023-01-31 13:11:39 -05:00
LICENSE.md packaging version 2023-01-24 10:51:50 -05:00
MACOS_INSTALL.md packaging version 2023-01-24 10:51:50 -05:00
PYGUIDE.md packaging version 2023-01-24 10:51:50 -05:00
pylintrc packaging version 2023-01-24 10:51:50 -05:00
README.md packaging version 2023-01-24 10:51:50 -05:00
RECOGNIZED_FUNTIONS_AND_USAGES.md packaging version 2023-01-24 10:51:50 -05:00
requirements.txt Refactor in the dictionaries helper. 2023-02-06 06:29:21 -05:00
version.py Version 0.1.7.8 2023-02-21 10:04:02 -05:00
WINDOWS_INSTALL.md packaging version 2023-01-24 10:51:50 -05:00

Hub

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

Hub 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.