This release is a pre-release and may not be stable for production use.
HouseholdSim
This is pseudo simulator to serve residual load profiles to mosaik.
Status
Installation
$ pip install mosaik-householdsim
Tests
You can run the tests with:
$ git clone https://bitbucket.org/mosaik/mosaik-householdsim $ cd mosaik-householdsim $ pip install -r requirements.txt $ pip install -e . $ pytest $ tox
Documentation
This simulator consists of a a model (householdsim/model.py) and the mosaik API implemenation (householdsim/mosaik.py).
The model processes the data from a NumPy *.npz file (see householdsim/test/test_model.py for an example of its layout). Basically, the file contains a number of load profiles for a given period of time. It also contains ID lists that describe which load profile belongs to which node ID in a power grid. The first entry in an ID list relates to the first entry of the profiles list, the second entry in the ID list to the second load profile and so on. If the number of entires in the ID list is larger than the number of load profiles, we start again with the first load profile.
Internally, the model works with minute. Since mosaik is based on seconds, the mosaik API implementation converts between them.
Usually, residual load profiles have a resolution of 15 minutes. It is no problem for this simulator to step in 1 minute steps, though.
Changelog
2.0.3 – 2019-09-27
[FIX] Fixed incompatibility with new arrow version.
[FIX] Fixed time offset bug.
2.0.2 – 2014-09-22
[CHANGE] Updated to mosaik-api 2.0.
2.0.1 – 2014-06-26
[CHANGE] Adopted latest changes of the mosaik low-level API.
2.0 – 2014-03-26
Updated API implementation for mosaik2.
1.0 – 2014-01-30
Initial release.
Release files for mosaik.HouseholdSim-SemVer 2.0.4rc20200428204731
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mosaik.HouseholdSim_SemVer-2.0.4rc20200428204731-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / mosaik.HouseholdSim_SemVer-2.0.4rc20200428204731-py2.py3-none-any.whl
| Download URL | mosaik.HouseholdSim_SemVer-2.0.4rc20200428204731-py2.py3-none-any.whl |
|---|---|
| Size | 17.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
0499a7ed5c2a10ffd97b13414db9ae487a68ab46f0f2ecffbe171666cda52465
|
|
BLAKE2b-256 checksum How to use checksums |
0ac832c4dffa514f3afa412f88295b0183af694fbfafa81a1b483d6c54a6a13d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
|