Miso
Contents
Miso#
Module Contents#
Classes Summary#
Midcontinent Independent System Operator (MISO) |
Contents#
- class gridstatus.miso.MISO[source]#
Bases:
gridstatus.base.ISOBaseMidcontinent Independent System Operator (MISO)
Attributes
BASE
https://api.misoenergy.org/MISORTWDDataBroker/DataBrokerServices.asmx
default_timezone
US/Central
hubs
[‘ILLINOIS.HUB’, ‘INDIANA.HUB’, ‘LOUISIANA.HUB’, ‘MICHIGAN.HUB’, ‘MINN.HUB’, ‘MS.HUB’, ‘TEXAS.HUB’, ‘ARKANSAS.HUB’]
interconnection_homepage
https://www.misoenergy.org/planning/generator-interconnection/GI_Queue/
iso_id
miso
markets
None
name
Midcontinent ISO
Methods
Get the fuel mix for a given day for a provided MISO.
Get the interconnection queue
Supported Markets:
- get_fuel_mix(date, verbose=False)[source]#
Get the fuel mix for a given day for a provided MISO.
- Parameters
date (datetime.date, str) – “latest”, “today”, or an object that can be parsed as a datetime for the day to return data.
verbose (bool, optional) – print verbose output. Defaults to False.
- Returns
DataFrame with columns “Time”, “Load”, “Fuel Mix”
- Return type
pandas.DataFrame
- get_interconnection_queue(verbose=False)[source]#
Get the interconnection queue
- Returns
Interconnection queue
- Return type
pandas.DataFrame