CityBEM-CityLayers-SaeedRay.../hub
2024-11-08 11:35:49 -05:00
..
catalog_factories This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
city_model_structure This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
config This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
data This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
docs This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
exports A function within CityBEM_workflow is designed to handle user inputs related to the SRA model. If preferred, CityBEM can also read radiation data generated by SRA. Additionally, it's important to note that while the hub uses surface IDs, CityBEM operates on a triangular basis. Therefore, a file named buildingSurfaceId is generated, which maps each triangle to its corresponding surface by assigning surface numbers to each triangle in sequence. This enables CityBEM to accurately link each triangle to its associated surface. 2024-11-08 11:35:49 -05:00
helpers This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
imports This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
persistence This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
__init__.py This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
CODE_OF_CONDUCT.md This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
CONTRIBUTING_CENTRAL_DATA_MODEL.md This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
CONTRIBUTING_EXTERNALS.md This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
DEPLOYMENT.md This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
LICENSE.md This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
LINUX_INSTALL.md This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
MACOS_INSTALL.md This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
PYGUIDE.md This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
pylintrc This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
README.md This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
RECOGNIZED_FUNTIONS_AND_USAGES.md This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
version.py This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -05:00
WINDOWS_INSTALL.md This is the main commit containing all developments related to the CityBEM-CityLayers project. 2024-11-05 14:50:10 -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.