energy_system_modelling_wor.../hub
Saeed Ranjbar 087fead489 Title: Finalizing the energy system data model and system factory
A new XML file named montreal_future_systems.xml is created where the elements of the file are the same as attributes of various classes. Therefore, the catalogue importer and energy system importer should have been updated accordingly. The catalog importer is organized in a general method so whenever someone wants to create a new catalogue they can use the created code as the blueprint.
2024-02-07 20:51:10 -05:00
..
__pycache__ Title: Finalizing the energy system data model and system factory 2024-02-07 18:54:09 -05:00
catalog_factories Title: Finalizing the energy system data model and system factory 2024-02-07 20:51:10 -05:00
city_model_structure Title: Finalizing the energy system data model and system factory 2024-02-07 18:54:09 -05:00
config erased not needed max_location_distance_for_shared_walls in configuration 2023-03-20 11:39:41 -04:00
data Title: Finalizing the energy system data model and system factory 2024-02-07 18:54:09 -05:00
docs Create Linux documentation and add INSEL to Windows documentation 2023-04-24 15:42:07 -04:00
exports Title: Finalizing the energy system data model and system factory 2024-02-07 18:54:09 -05:00
helpers Title: Finalizing the energy system data model and system factory 2024-02-07 18:54:09 -05:00
imports Title: Finalizing the energy system data model and system factory 2024-02-07 18:54:09 -05:00
persistence Basic style correction and missing docstrings 2023-10-05 11:30:20 +02:00
__init__.py Structure refactor 2023-05-17 12:30:11 -04: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 Partial correction persistence 2023-05-10 17:06:51 -04:00
DEPLOYMENT.md Structure refactor 2023-05-17 12:30:11 -04:00
LICENSE.md packaging version 2023-01-24 10:51:50 -05:00
LINUX_INSTALL.md Change INSEL setup for Linux to TBD 2023-08-22 15:59:03 -04:00
MACOS_INSTALL.md packaging version 2023-01-24 10:51:50 -05:00
PYGUIDE.md Partial correction persistence 2023-05-10 17:06:51 -04:00
pylintrc update pylintrc and correct setup.py 2023-05-31 11:04:41 -04:00
README.md packaging version 2023-01-24 10:51:50 -05:00
RECOGNIZED_FUNTIONS_AND_USAGES.md updated RECOGNIZED_FUNTIONS_AND_USAGES.md 2023-07-17 12:36:16 -04:00
version.py Update hub/version.py 2023-09-04 10:49:09 -04:00
WINDOWS_INSTALL.md Create Linux documentation and add INSEL to Windows documentation 2023-04-24 15:42:07 -04: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.