hectorespert / ree

UNOFFICIAL Red Eléctrica de España data client

Home Page:https://pypi.org/project/ree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ree (Red Eléctrica de España data)

Library to query information of Spain electric energy demand from Red Eléctrica de España.

Tests Quality Gate Status

Package install:

pip install ree

Example Code:

from ree import CanaryIslands

generation = CanaryIslands().get()
print(generation)

Output:

Response 2017-07-13T10:20:00+00:00 Demand 0.0 Diesel: 282.2 Gas: 159.4 Wind: 48.2 Combined: 338.3 Vapor: 329.5 Solar: 89.0 Hydraulic: -3.4

About

UNOFFICIAL Red Eléctrica de España data client

https://pypi.org/project/ree/

License:MIT License


Languages

Language:Python 100.0%