Power Markets
This package includes data from power markets in Europe.
After installing the package, data is available as an intake catalog. As an example:
import intake
generation = intake.cat["markets"].generation(country="EL").read()
available_capacity = intake.cat["markets"].capacity(country="EL").read()
In addition, the package offers two CLI commands: one to download data from TSOs and one to extract datasets.
The type of data to download can be:
dispatchincludes the inputs and results of the day-ahead schedulingavailabilitiesincludes data about the available capacity for all dispatchable power generation unitsreservoirsincludes data about the filling rates of the hydropower plantsntcincludes data about the net transfer capability for power imports and exports.
The datasets to extract from the raw data can be:
load: extracts the load dataset from thedispatchdatareserves: extracts the secondary reserves dataset from thedispatchdatacommitted: extracts the committed capacity dataset from thedispatchdataimports: extracts the power imports dataset from thedispatchdataexports: extracts the power exports dataset from thedispatchdatares: extracts the RES generation dataset from thedispatchdataavailable: extracts the available capacity dataset from theavailabilitiesdatareservoirs: extracts the water reservoir levels (for hydro plants) dataset from thereservoirsdatantc_imports: extracts dataset for total NTC (net transfer capacity) for imports from thentcdatantc_exports: extracts dataset for total NTC (net transfer capacity) for exports from thentcdata.
Use
power-markets fetch -h
to see the arguments for the fetch command, and
power-markets extract -h
for the extract command.
The power-markets package can be installed using pip:
pip install power-markets
Release files for power-markets 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| power-markets-0.1.tar.gz | 2.0 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| power_markets-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.1 MB
Release files / power-markets-0.1.tar.gz
| Download URL | power-markets-0.1.tar.gz |
|---|---|
| Size | 2.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cbc6f7bf1ffd024c475789e62946dc2debe6e1bb290cb9112d5f5e6b6e5714ab
|
|
BLAKE2b-256 checksum How to use checksums |
3bc3ce26e3a6c12b2df0a5c1a48b691199f02a2f9cf35e56a41cf4904584a41e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.10
|
Release files / power_markets-0.1-py3-none-any.whl
| Download URL | power_markets-0.1-py3-none-any.whl |
|---|---|
| Size | 2.1 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d81911fbdabc98c497939ac94685d8dfc5fae53b0ab0c2f9a0427393d54a3588
|
|
BLAKE2b-256 checksum How to use checksums |
cdf9141fe077c051c0412f8f62682d045b6cdd2a1ba7f4dba42abff5e3f4a2b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.10
|