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
Queryable via NG's api
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
demand-data-update
dc-results-summary
historic-demand-data-{year}
[2009-2022]historic-frequency-data
[Jan21-Jan22]transmission-entry-capacity-tec-register
Download of files
historic-generation-mix
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.3.2.tar.gz
(7.4 kB
view hashes)