Skip to main content

Python3 client for the webservices of Elia

Project description

elia-py

Python 3 client for the Elia web services, the Belgian Transmission System Operator. For more information about the web services, please refer to this page.

Installation

pip install elia-py

Usage

import datetime as dt
from elia import elia

connection = elia.EliaPandasClient()
start = dt.datetime(2021,1,1)
end = dt.datetime(2021,1,5)

df = connection.get_forecast_solar(start, end)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elia-py-0.0.1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

elia_py-0.0.1-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page