A MIDAS module for the Smart Nord dataset.
Project description
MIDAS Smart Nord Data Simulator
Description
This package contains a MIDAS module providing a simulator for the Smart Nord data set.
Although this package is intended to be used with MIDAS, it does not depend from anything MIDAS-related except for the midas-util
package. You can use in any mosaik simulation scenario.
Installation
This package will usually installed automatically together with midas-mosaik
. It is available on pypi, so you can install it manually with
pip install midas-sndata
Usage
The complete documentation is available at https://midas-mosaik.gitlab.io/midas.
Inside of MIDAS
To use the powergrid inside of MIDAS, just add powergrid
to your modules
my_scenario:
modules:
- sndata
- ...
and configure it with:
sndata_params:
my_grid_scope:
step_size: 900
grid_name: my_grid_scope
start_date: 2020-01-01 00:00:00+0100
load_scaling: 1.0
household_mapping: {}
land_mapping: {}
cos_phi: 0.9
filename: SmartNordProfiles.hdf5
data_path: path/to/hdf-specified-by-filename
interpolate: False
randomize_data: False
noise_factor: 0.2
randomize_cos_phi: False
seed: ~
seed_max: 1_000_000
One of the mappings is required to create load models. All other attributes show their default values and can optionally be left out.
License
This software is released under the GNU Lesser General Public License (LGPL). See the license file for more information about the details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for midas_sndata-1.0.0rc7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34661bf0e317776ada14f41e1ac4b796e5c0601640bbc49947a0bd99bed06084 |
|
MD5 | 3706b134d1a6043302f1569c6e46ff1f |
|
BLAKE2b-256 | fb307f0933df6bcc3eee638c1c2097d376c71d1e6a57d191280591d12259886d |