You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They don't get updated as regularly as the public market operations reports (i.e. the XML reports currently being parsed by IESOClient) but we could extend the historical range for get_trade(...) and get_load(...) by stitching the CSV content together with the existing content parsed from the existing XML reports. Notably, we could parse:
The IESO (Ontario) has archived very old content in CSV reports.
http://www.ieso.ca/en/power-data/data-directory
They don't get updated as regularly as the public market operations reports (i.e. the XML reports currently being parsed by
IESOClient
) but we could extend the historical range forget_trade(...)
andget_load(...)
by stitching the CSV content together with the existing content parsed from the existing XML reports. Notably, we could parse:get_trade(...)
from start of "this year" to the lower bound of XML report content: http://www.ieso.ca/-/media/files/ieso/uploaded/market-reports/hourlyimportexportschedules.csv?la=enget_trade(...)
for 2002 to the end of "last year": http://www.ieso.ca/-/media/files/ieso/power-data/data-directory/hourlyimportexportschedules_2002-2016.csv?la=enget_load(...)
from start of "this year" to the lower bound of XML report content: http://www.ieso.ca/-/media/files/ieso/uploaded/market-reports/hourlydemands.csv?la=enget_load(...)
from 2002 to the end of "last year": http://www.ieso.ca/-/media/files/ieso/power-data/data-directory/hourlydemands_2002-2016.csv?la=enget_load(...)
from 1994 through 2001: http://www.ieso.ca/-/media/files/ieso/power-data/data-directory/hourlydemands_1994-2002.csv?la=enThe text was updated successfully, but these errors were encountered: