{ "info": { "author": "Stefan Scherfke", "author_email": "mosaik@offis.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering" ], "description": "HouseholdSim\n============\n\nThis is pseudo simulator to serve residual load profiles to mosaik.\n\n\nInstallation\n------------\n\n::\n\n $ pip install mosaik-householdsim\n\nTests\n-----\n\nYou can run the tests with::\n\n $ git clone https://bitbucket.org/mosaik/mosaik-householdsim\n $ cd mosaik-householdsim\n $ pip install -r requirements.txt\n $ pip install -e .\n $ py.test\n $ tox\n\n\nDocumentation\n-------------\n\nThis simulator consists of a a *model* (``householdsim/model.py``) and the\nmosaik API implemenation (``householdsim/mosaik.py``).\n\nThe model processes the data from a NumPy *\\*.npz* file (see\n``householdsim/test/test_model.py`` for an example of its layout). Basically,\nthe file contains a number of load profiles for a given period of time. It\nalso contains *ID lists* that describe which load profile belongs to which\nnode ID in a power grid. The first entry in an ID list relates to the first\nentry of the profiles list, the second entry in the ID list to the second\nload profile and so on. If the number of entires in the ID list is larger than\nthe number of load profiles, we start again with the first load profile.\n\nInternally, the model works with minute. Since mosaik is based on seconds,\nthe mosaik API implementation converts between them.\n\nUsually, residual load profiles have a resolution of 15 minutes. It is no\nproblem for this simulator to step in 1 minute steps, though.\n\n\nChangelog\n=========\n\n2.0.3 \u2013 2019-09-27\n------------------\n\n- [FIX] Fixed incompatibility with new arrow version.\n- [FIX] Fixed time offset bug.\n\n\n2.0.2 \u2013 2014-09-22\n------------------\n\n- [CHANGE] Updated to mosaik-api 2.0.\n\n\n2.0.1 \u2013 2014-06-26\n------------------\n\n- [CHANGE] Adopted latest changes of the mosaik low-level API.\n\n\n2.0 \u2013 2014-03-26\n----------------\n\n- Updated API implementation for mosaik2.\n\n\n1.0 \u2013 2014-01-30\n----------------\n\n- Initial release.\n\n\nAuthors\n=======\n\nThe household simulator was created by Stefan Scherfke and Ontje L\u00fcnsdorf.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/mosaik/mosaik-householdsim", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mosaik-householdsim", "package_url": "https://pypi.org/project/mosaik-householdsim/", "platform": "", "project_url": "https://pypi.org/project/mosaik-householdsim/", "project_urls": { "Homepage": "https://bitbucket.org/mosaik/mosaik-householdsim" }, "release_url": "https://pypi.org/project/mosaik-householdsim/2.0.3/", "requires_dist": [ "arrow (>=0.9.0)", "mosaik-api (>=2.0)" ], "requires_python": "", "summary": "A simple simulator for household profiles.", "version": "2.0.3" }, "last_serial": 5894854, "releases": { "2.0": [ { "comment_text": "", "digests": { "md5": "6529477e02a0730fdae57742efaabfb5", "sha256": "17092de2a724dad49728298c98896d7e4f6618438ccafc78bc82d877a5561d75" }, "downloads": -1, "filename": "mosaik_householdsim-2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6529477e02a0730fdae57742efaabfb5", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 9883, "upload_time": "2014-03-26T20:38:04", "url": "https://files.pythonhosted.org/packages/a3/b1/9ecd289cd17474e6df71083f1d6f51137014a916eb37bb9b587c4168340c/mosaik_householdsim-2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44a2a4cbd64168e81d95824825023865", "sha256": "3be1fb29b27bd955854637920d24e0a7575c96fb4406b3d87121766200b4000f" }, "downloads": -1, "filename": "mosaik-householdsim-2.0.tar.gz", "has_sig": false, "md5_digest": "44a2a4cbd64168e81d95824825023865", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15677, "upload_time": "2014-03-26T20:37:52", "url": "https://files.pythonhosted.org/packages/8a/1e/ad743967fb96c20f2afd7f121f5dbd46ab5088f326d9691f15c00451b74a/mosaik-householdsim-2.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "1ef9453d64ef92aade5100dd889ac687", "sha256": "2af4e0092194460cf95f8ecf7f8fc1279580e3531ab1757e993d3f8f20183bd6" }, "downloads": -1, "filename": "mosaik_householdsim-2.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1ef9453d64ef92aade5100dd889ac687", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9681, "upload_time": "2014-06-26T08:12:08", "url": "https://files.pythonhosted.org/packages/26/84/bd8229190137b2dff53d8619a63ab1748e9080e0f430882976761627e11a/mosaik_householdsim-2.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6a38055624ec518f987fdb8b36f55dd9", "sha256": "99d56270cd5303c07feb5b3fd95e91f9200b637f80aa4646f970dc37293f2376" }, "downloads": -1, "filename": "mosaik-householdsim-2.0.1.tar.gz", "has_sig": false, "md5_digest": "6a38055624ec518f987fdb8b36f55dd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15847, "upload_time": "2014-06-26T08:12:11", "url": "https://files.pythonhosted.org/packages/a2/b7/a8c817499a11aa09bf98054e97cfda915ac5253a482ff88a4764ad6b0644/mosaik-householdsim-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "e292b233c06bb35a7226529c57fbee7c", "sha256": "dfbf2a50b1698b5565e04e7b3923bfe08f0d2ed82af9e0eee4a423ccd48bbdca" }, "downloads": -1, "filename": "mosaik_householdsim-2.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e292b233c06bb35a7226529c57fbee7c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9657, "upload_time": "2014-09-22T13:32:06", "url": "https://files.pythonhosted.org/packages/7c/24/80433ff5a906b39859f6ed1ab9e532524a2fbd3da041f6cddd77f4456b6b/mosaik_householdsim-2.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee9e92e533bcf683c59fec5fe5f57ad9", "sha256": "796a19081e8400b6e942cf9f8ae238514c35115415d1b98b5698e35c2d1b390e" }, "downloads": -1, "filename": "mosaik-householdsim-2.0.2.tar.gz", "has_sig": false, "md5_digest": "ee9e92e533bcf683c59fec5fe5f57ad9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16064, "upload_time": "2014-09-22T13:32:09", "url": "https://files.pythonhosted.org/packages/8a/7c/554be28b8118a8e8ccace0cafe7bc954566c5235afc93ed24653c7453eae/mosaik-householdsim-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "ffc8a900bce78168fd17f7996f6a6990", "sha256": "c70c66bc9d93f075842f019ef733b5a1b309d682907becf35e6975c25e766027" }, "downloads": -1, "filename": "mosaik_householdsim-2.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ffc8a900bce78168fd17f7996f6a6990", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16998, "upload_time": "2019-09-27T08:29:05", "url": "https://files.pythonhosted.org/packages/c8/e2/1d1c1bc30c8e4c7302f3c5d063d135c647de441b9a35cfa428c31a5ce5f9/mosaik_householdsim-2.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf5a4022741928663ec0325bbb27ef50", "sha256": "b274eda1df58751ceaf674b6c784e2d8e5e46bacfe2813c6c4a537ecdd89580b" }, "downloads": -1, "filename": "mosaik-householdsim-2.0.3.tar.gz", "has_sig": false, "md5_digest": "bf5a4022741928663ec0325bbb27ef50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16008, "upload_time": "2019-09-27T08:29:07", "url": "https://files.pythonhosted.org/packages/90/3d/c04cdf857e1c67ff86cced4555473b324f7d7776f4e8aee2964200220bb1/mosaik-householdsim-2.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ffc8a900bce78168fd17f7996f6a6990", "sha256": "c70c66bc9d93f075842f019ef733b5a1b309d682907becf35e6975c25e766027" }, "downloads": -1, "filename": "mosaik_householdsim-2.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ffc8a900bce78168fd17f7996f6a6990", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16998, "upload_time": "2019-09-27T08:29:05", "url": "https://files.pythonhosted.org/packages/c8/e2/1d1c1bc30c8e4c7302f3c5d063d135c647de441b9a35cfa428c31a5ce5f9/mosaik_householdsim-2.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf5a4022741928663ec0325bbb27ef50", "sha256": "b274eda1df58751ceaf674b6c784e2d8e5e46bacfe2813c6c4a537ecdd89580b" }, "downloads": -1, "filename": "mosaik-householdsim-2.0.3.tar.gz", "has_sig": false, "md5_digest": "bf5a4022741928663ec0325bbb27ef50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16008, "upload_time": "2019-09-27T08:29:07", "url": "https://files.pythonhosted.org/packages/90/3d/c04cdf857e1c67ff86cced4555473b324f7d7776f4e8aee2964200220bb1/mosaik-householdsim-2.0.3.tar.gz" } ] }