Isone#
Module Contents#
Classes Summary#
ISO New England (ISONE) |
Attributes Summary#
Contents#
- class gridstatus.isone.ISONE[source]#
Bases:
gridstatus.base.ISOBaseISO New England (ISONE)
Attributes
default_timezone
US/Eastern
hubs
None
interconnection_homepage
interfaces
None
iso_id
isone
markets
None
name
ISO New England
status_homepage
https://www.iso-ne.com/markets-operations/system-forecast-status/current-system-status
zones
None
Methods
Return BTM solar at a previous date in 5 minute intervals
Return fuel mix at a previous date
Get the interconnection queue. Contains active and withdrawm applications.
Find Node ID mapping:
Return load at a previous date in 5 minute intervals
Return forecast at a previous date
Extract raw ISONE interconnection queue data.
Return solar forecast published on a specific date
Get latest status for ISO NE
Return wind forecast published on a specific date
- get_btm_solar(date, end=None, verbose=False)[source]#
Return BTM solar at a previous date in 5 minute intervals
- get_fuel_mix(date, end=None, verbose=False)[source]#
Return fuel mix at a previous date
Provided at frequent, but irregular intervals by ISONE
- get_interconnection_queue(verbose=False)[source]#
Get the interconnection queue. Contains active and withdrawm applications.
More information: https://www.iso-ne.com/system-planning/interconnection-service/interconnection-request-queue/
- Returns:
interconnection queue
- Return type:
pandas.DataFrame
- get_lmp(date, end=None, market: str = None, locations: list = None, include_id=False, verbose=False)[source]#
- Find Node ID mapping:
https://www.iso-ne.com/markets-operations/settlements/pricing-node-tables/
- get_load(date, end=None, verbose=False)[source]#
Return load at a previous date in 5 minute intervals
- get_raw_interconnection_queue(verbose=False) BinaryIO[source]#
Extract raw ISONE interconnection queue data.
ISONE interconnection queue data is available on a webpage as an HTML table or you can download it as an excel file. Obviously an excel file would be much easier to work with however, the helpful generalized “Status” column (Withdrawn, Active, Commercial) and the “Jurisdiction” column are only available as HTML.
Also, there is helpful detailed status information in the FS, SIS, OS, FAC, IA columns that are represented as <img> tags in the HTML.
This function replaces the <img> tags that convey detailed status information as text and extracts the html as a dataframe. You can see the image to text mapping in the upper left hand corner of the ISONE Queue data page: https://irtt.iso-ne.com/reports/external.
- get_solar_forecast(date, end=None, verbose=False)[source]#
Return solar forecast published on a specific date
Forecast is published for 7 days and generated daily by 10 am. https://www.iso-ne.com/isoexpress/web/reports/operations/-/tree/seven-day-solar-power-forecast
- get_wind_forecast(date, end=None, verbose=False)[source]#
Return wind forecast published on a specific date
Forecast is published for 7 days and generated daily by 10 am. https://www.iso-ne.com/isoexpress/web/reports/operations/-/tree/seven-day-wind-power-forecast