s_ranjbar
7846963271
The classes and scripts of costs library are copied in scripts folder fix: updating the energy system catalogue parameter importer fix: units are fixed in the sizing and simulation modules fix: adding costing workflow feat: new function created to store current and new system analysis results fix: updating the code to implement all the changes feat: new attributes added to energy system catalogue fix: samll bug in calculating capital cost of TES is solved feat: a new method for calculating peak dhw demand is created in building class fix: small bug in generation system class of CDM is fixed fix: small issues in current system simulation and sizing modules are resolved feat: new class called EnergySystemsSimulationFactory is created to handle all the system simulation models fix: the operational cost class is modified and completed fix: slight changes before merge fix: The simulation model for 1st archetype is modified. fix: small changes to building code that affect cost and total operational cost code feat: new attribute added to store fuel consumption values found from simulation fix: cleaning fix: redundant attributes removed from energy system data model feat: new setters added to classes Fix: codes modified to accommodate the changes |
||
---|---|---|
.. | ||
catalog_factories | ||
city_model_structure | ||
config | ||
data | ||
docs | ||
exports | ||
helpers | ||
imports | ||
persistence | ||
__init__.py | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING_CENTRAL_DATA_MODEL.md | ||
CONTRIBUTING_EXTERNALS.md | ||
DEPLOYMENT.md | ||
LICENSE.md | ||
LINUX_INSTALL.md | ||
MACOS_INSTALL.md | ||
PYGUIDE.md | ||
pylintrc | ||
README.md | ||
RECOGNIZED_FUNTIONS_AND_USAGES.md | ||
version.py | ||
WINDOWS_INSTALL.md |
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.