gridstatus
gridstatus copied to clipboard
Add interregional flows
Add the flow of electricity between regions
Data Source
- NYISO
- MISO - Net Scheduled Interchange 1 and 5 minute resolutions available
- ISONE
- PJM ERCOT -
- SPP
- CAISO - can get net imports/exports from fuel mix
API
Common columns
- Time
- Interface Name
- Interface Id (optional)
- Flow (positive is import, negative is export)
- Import Limit (optional)
- Export Limit (optional)
iso = gridstatus.ISONE()
# TBD which is best method name
df = iso.get_interface_flows()
df = iso.get_interregional_flow()
df = iso.get_flows()
df = iso.get_interchange()