dibs-data


Namedibs-data JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryData used for DIBS---Dynamic-ISO-Building-Simulator 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 underlying resistance-capacity-model is based on the simplified hourly method of ISO 13790:2008.
upload_time2024-03-21 13:35:27
maintainerNone
docs_urlNone
authorSimon Knoll, Michael Hörner
requires_python>=3.10.0
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DibsData

This module contains data for simulating buildings. The data contained in this module is used by another module called `dibs_computing_core`
to perform the simulation. Make sure that the `dibs_computing_core` module is installed in your project and configured correctly to
utilize the full functionality of this module.

## Usage

To use this module in your project, follow these steps:

1. Install the module:

   ```bash
   pip install dibs_data

2. Import the module

 ```python
   import dibs_data
   ```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dibs-data",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Simon Knoll, Michael H\u00f6rner",
    "author_email": "Julian Bischof <j.bischof@iwu.de>, Wail Samjouni <w.samjouni@iwu.de>, Andr\u00e9 M\u00fcller <a.mueller@iwu.de>, Jens Calisti <j.calisti@iwu.de>",
    "download_url": "https://files.pythonhosted.org/packages/51/1f/b1c7e1aa65eb7b576e93402872a760e0b187a62953c2df850e8455eedbe5/dibs_data-1.0.1.tar.gz",
    "platform": null,
    "description": "# DibsData\n\nThis module contains data for simulating buildings. The data contained in this module is used by another module called `dibs_computing_core`\nto perform the simulation. Make sure that the `dibs_computing_core` module is installed in your project and configured correctly to\nutilize the full functionality of this module.\n\n## Usage\n\nTo use this module in your project, follow these steps:\n\n1. Install the module:\n\n   ```bash\n   pip install dibs_data\n\n2. Import the module\n\n ```python\n   import dibs_data\n   ```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Data used for DIBS---Dynamic-ISO-Building-Simulator 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\u00e4udeenergiegesetz). The underlying resistance-capacity-model is based on the simplified hourly method of ISO 13790:2008.",
    "version": "1.0.1",
    "project_urls": {
        "Repository": "https://github.com/IWUGERMANY/DibsData"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "feda1ca6442f3935cdc3535dc1a571424fa217291a9fa59cfb7d6fdf4abbc8f6",
                "md5": "89bcf32305c253da897a8e6048a57b13",
                "sha256": "ccd726840806d7303c6fef96278951f216977b78efbbc3be788db65c00faa4fc"
            },
            "downloads": -1,
            "filename": "dibs_data-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89bcf32305c253da897a8e6048a57b13",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.0",
            "size": 54186938,
            "upload_time": "2024-03-21T13:28:34",
            "upload_time_iso_8601": "2024-03-21T13:28:34.742084Z",
            "url": "https://files.pythonhosted.org/packages/fe/da/1ca6442f3935cdc3535dc1a571424fa217291a9fa59cfb7d6fdf4abbc8f6/dibs_data-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "511fb1c7e1aa65eb7b576e93402872a760e0b187a62953c2df850e8455eedbe5",
                "md5": "8a1659c992563e856bf0c33a206edb81",
                "sha256": "3f0d9409850a469c5dc92f2d35657b4728e838ff69d3984774a10dae02e552fa"
            },
            "downloads": -1,
            "filename": "dibs_data-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8a1659c992563e856bf0c33a206edb81",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.0",
            "size": 51892726,
            "upload_time": "2024-03-21T13:35:27",
            "upload_time_iso_8601": "2024-03-21T13:35:27.290420Z",
            "url": "https://files.pythonhosted.org/packages/51/1f/b1c7e1aa65eb7b576e93402872a760e0b187a62953c2df850e8455eedbe5/dibs_data-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 13:35:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IWUGERMANY",
    "github_project": "DibsData",
    "github_not_found": true,
    "lcname": "dibs-data"
}
        
Elapsed time: 0.19750s