Simple python wrapper for the National Grid ESO Portal
Project description
pyngeso
Simple python wrapper for the National Grid ESO Portal.
Getting started
- Example usage
from pyngeso import NgEso
resource = "historic-day-ahead-demand-forecast"
date_col = "TARGETDATE"
start_date = "2018-01-01"
end_date = "2018-01-01"
client = NgEso(resource)
# returns content of response
r: bytes = client.query(date_col=date_col, start_date=start_date, end_date=end_date)
Tested reports
historic-day-ahead-demand-forecast
day-ahead-demand-forecast
historic-2day-ahead-demand-forecast
2day-ahead-demand-forecast
historic-day-ahead-wind-forecast
day-ahead-wind-forecast
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
pyngeso-0.2.1.tar.gz
(5.0 kB
view hashes)