Go to file
Guillermo Gutierrez Morote 197ab4cbf0 Merge branch 'monthly_energy_balance' into 'master'
Monthly energy balance

See merge request Guille/hub!42
2022-12-06 19:21:56 +00:00
catalog_factories fixed some bug in the meb exporter as well as in the calculation of the overall U value of walls 2022-11-28 14:10:13 -05:00
city_model_structure added electrical demand attributes to the building 2022-12-06 14:18:36 -05:00
config added soil layer to ground surfaces 2022-11-28 15:26:31 -05:00
data solved a bug found in the thermal zone when creating the classes related to the usage 2022-10-28 17:46:53 -04:00
docs Added how to solve possible errors to WINDOWS_INSTALL.md 2022-05-10 12:13:52 -04:00
exports change units in monthly energy balance exporter 2022-12-01 15:33:14 -05:00
helpers Merge branch 'master' into bugs_in_meb_exporter 2022-12-01 15:11:30 -05:00
imports change units in monthly energy balance exporter 2022-12-01 15:33:14 -05:00
unittests Merge branch 'master' into bug_in_idf_exporter_wwr 2022-12-01 15:14:35 -05:00
.gitignore ignore __pycache__ 2022-11-17 17:28:24 -05: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 Small bug corrections + rename libs to hub 2022-05-02 17:39:37 -04:00
CONTRIBUTING_EXTERNALS.md Small bug corrections + rename libs to hub 2022-05-02 17:39:37 -04:00
LICENSE.md Update 'LICENSE.md' 2020-06-08 10:31:36 -04:00
MACOS_INSTALL.md Correct unit tests due latest changes in gpandas handler. 2022-11-21 13:53:58 -05:00
PYGUIDE.md Homogenize todos 2022-11-09 11:42:44 -05:00
pylintrc Review overall code quality and improve pylintrc 2021-08-30 11:44:19 -04:00
README.md Improved WINDOWS_INSTALL.md 2022-05-09 15:55:46 -04:00
RECOGNIZED_FUNTIONS_AND_USAGES.md Update recognized_functions_and_usages.md 2022-11-10 17:58:38 +00:00
requirements.txt Add unit tests and requirements for geopandas factory. 2022-11-16 16:26:45 -05:00
WINDOWS_INSTALL.md Correct unit tests due latest changes in gpandas handler. 2022-11-21 13:53:58 -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.