A MIDAS module for a electrical power timeseries simulator.
Project description
Midas PowerSeries
The midas power series module is a general purpose data simulator, currently focussed on csv files.
Although this package is intended to be used with midas, it can be used in any mosaik simulation scenario.
Version: 2.1
Installation
This package will usually be installed automatically by most of the other data simulators from midas. It is available on pypi, so you can install it manually with
pip install midas-powerseries
Usage
The complete documentation is available at https://midas-mosaik.gitlab.io/midas.
Inside of midas
There are already a few data simulators for specific data sets that can be used instead of this simulator.
However, if you have a csv file with time series and want to use it in a midas scenario, you have to add powerseries to your modules
my_scenario:
modules:
- powerseries
- ...
The configuration needs to provide the path to your csv file and how the data should be connected to the power grid.
powerseries_params:
my_grid_scope:
step_size: 900 # <-- Default value
data_path: "path/to/folder/containing/csv/file"
filename: "my_time_series.csv"
data_step_size: 900 # <-- Default value
data_scaling: 1.0 # Default value; use it if your data is, e.g., in kW instead of MW
meta_scaling: 1.0 # Default value; use it to scale all of the time series globally
active_mapping:
0: [[load_01_p_mw, 1.0], [load_02_p_mw], 1.2] # load_01_p_mw and load_02_p_mw have to be column names in the csv file
Any mosaik scenario
tbd
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file midas_powerseries-2.1.0.tar.gz.
File metadata
- Download URL: midas_powerseries-2.1.0.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62ff917314a567ee84f34e46e76b0aa97f841ffbed24a513f616d6e778c283e0
|
|
| MD5 |
1901b9ddede76718b1005cf9db736b62
|
|
| BLAKE2b-256 |
f0b1586d56f3ef19735b015aff58667d2b1c9666988f7ff2cd57a9c32ccd4f72
|
File details
Details for the file midas_powerseries-2.1.0-py3-none-any.whl.
File metadata
- Download URL: midas_powerseries-2.1.0-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80795031edb1b3d53c3a4778a2e2d01062ee22879dfd00f0fc63ce467e9136ff
|
|
| MD5 |
2a6cce3721e9ad36e1a8fa4a07ba4c88
|
|
| BLAKE2b-256 |
0697fbc4f95435ae0f9e82d012a6a0ab7b212189d1dd2f0dfadb3c7b11d6b456
|