gridstatus icon indicating copy to clipboard operation
gridstatus copied to clipboard

Add interregional flows

Open kmax12 opened this issue 2 years ago • 0 comments

Add the flow of electricity between regions

Data Source

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()

kmax12 avatar Feb 03 '23 01:02 kmax12