diff --git a/README.md b/README.md index 6adbae0..f88a372 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DibsComuptingCore -![DIBS_Logo](src/docs/img/DIBS_Logo.png) +![DIBS_Logo](src/img/DIBS_Logo.png) Dynamic ISO Building Simulator (DIBS) is a simulation program for calculating the space heating, occupancy hot water, cooling and electricity demand of German non-residential buildings. Further the DIBS calculates the heating value based energy uses, the primary energy and the greenhouse gas emission based on the defined factors of the German building energy ordinance (Gebäudeenergiegesetz). The adapted hourly dynamic building energy simulator for single buildings and building stocks is ready to use with [ENOB:dataNWG interview](https://www.datanwg.de/stichprobenerhebung/breitenerhebung) and [on-site inspection](https://www.datanwg.de/stichprobenerhebung/tiefenerhebung) data. The underlying resistance-capacity-model is based on the simplified hourly method of ISO 13790:2008. DIBS is based on the [RC_BuildingSimulator](https://github.com/architecture-building-systems/RC_BuildingSimulator) and represents an extension of capabilities and adaptation to the requirements of the ENOB:dataNWG project. ## Getting Started @@ -46,7 +46,7 @@ import dibs-computing-core The Dynamic ISO Building Simulator has been developed in context of the 'ENOB:DataNWG Forschungsdatenbank Nichtwohngebäude' (www.datanwg.de) project and the project 'FlexGeber - Demonstration of flexibility options in the building sector and their integration with the energy system in Germany' at Institut Wohnen und Umwelt (IWU), Darmstadt.

- +

ENOB:DataNWG @@ -63,7 +63,7 @@ The Dynamic ISO Building Simulator has been developed in context of the 'ENOB:Da All funded by:

- +

in accordance with the parliamentary resolution of the German Parliament. diff --git a/dist/dibs_computing_core-1.0.0-py3-none-any.whl b/dist/dibs_computing_core-1.0.0-py3-none-any.whl deleted file mode 100644 index 7736c3f..0000000 Binary files a/dist/dibs_computing_core-1.0.0-py3-none-any.whl and /dev/null differ diff --git a/dist/dibs_computing_core-1.0.0.tar.gz b/dist/dibs_computing_core-1.0.0.tar.gz deleted file mode 100644 index 5a2be29..0000000 Binary files a/dist/dibs_computing_core-1.0.0.tar.gz and /dev/null differ diff --git a/src/DibsDocumentation.pdf b/src/DibsDocumentation.pdf new file mode 100644 index 0000000..d72f6cd Binary files /dev/null and b/src/DibsDocumentation.pdf differ diff --git a/src/dibs_computing_core/iso_simulator/exceptions/__init__.py b/src/dibs_computing_core/iso_simulator/exceptions/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/docs/img/BMWi_Logo.png b/src/img/BMWi_Logo.png similarity index 100% rename from src/docs/img/BMWi_Logo.png rename to src/img/BMWi_Logo.png diff --git a/src/docs/img/DIBS_Logo.png b/src/img/DIBS_Logo.png similarity index 100% rename from src/docs/img/DIBS_Logo.png rename to src/img/DIBS_Logo.png diff --git a/src/docs/img/IWU_Logo.PNG b/src/img/IWU_Logo.PNG similarity index 100% rename from src/docs/img/IWU_Logo.PNG rename to src/img/IWU_Logo.PNG diff --git a/src/docs/img/electricity_boxplot_all.png b/src/img/electricity_boxplot_all.png similarity index 100% rename from src/docs/img/electricity_boxplot_all.png rename to src/img/electricity_boxplot_all.png diff --git a/src/docs/img/heat_boxplot_all.png b/src/img/heat_boxplot_all.png similarity index 100% rename from src/docs/img/heat_boxplot_all.png rename to src/img/heat_boxplot_all.png diff --git a/src/docs/img/scatterplot_electricity_verbrauch_bedarf_dibs_hk_geb_trends.png b/src/img/scatterplot_electricity_verbrauch_bedarf_dibs_hk_geb_trends.png similarity index 100% rename from src/docs/img/scatterplot_electricity_verbrauch_bedarf_dibs_hk_geb_trends.png rename to src/img/scatterplot_electricity_verbrauch_bedarf_dibs_hk_geb_trends.png diff --git a/src/docs/img/scatterplot_heat_verbrauch_bedarf_dibs_hk_geb_trends.png b/src/img/scatterplot_heat_verbrauch_bedarf_dibs_hk_geb_trends.png similarity index 100% rename from src/docs/img/scatterplot_heat_verbrauch_bedarf_dibs_hk_geb_trends.png rename to src/img/scatterplot_heat_verbrauch_bedarf_dibs_hk_geb_trends.png