Test Ieso

Contents

Test Ieso#

Module Contents#

Classes Summary#

TestIESO

Attributes Summary#

file_vcr

TIME_COLUMN

Contents#

test_ieso.file_vcr[source]#
class test_ieso.TestIESO[source]#

Bases: gridstatus.tests.base_test_iso.BaseTestISO

Attributes

default_timezone

None

iso

None

REQUIRED_RESOURCE_ADEQUACY_COLUMNS

[‘Interval Start’, ‘Interval End’, ‘Publish Time’, ‘Forecast Supply Capacity’, ‘Forecast Supply Energy MWh’, ‘Forecast Supply Bottled Capacity’, ‘Forecast Supply Regulation’, ‘Total Forecast Supply’, ‘Total Requirement’, ‘Capacity Excess Shortfall’, ‘Energy Excess Shortfall MWh’, ‘Offered Capacity Excess Shortfall’, ‘Resources Not Scheduled’, ‘Imports Not Scheduled’, ‘Nuclear Capacity’, ‘Nuclear Outages’, ‘Nuclear Offered’, ‘Nuclear Scheduled’, ‘Gas Capacity’, ‘Gas Outages’, ‘Gas Offered’, ‘Gas Scheduled’, ‘Hydro Capacity’, ‘Hydro Outages’, ‘Hydro Forecasted MWh’, ‘Hydro Offered’, ‘Hydro Scheduled’, ‘Wind Capacity’, ‘Wind Outages’, ‘Wind Forecasted’, ‘Wind Scheduled’, ‘Solar Capacity’, ‘Solar Outages’, ‘Solar Forecasted’, ‘Solar Scheduled’, ‘Biofuel Capacity’, ‘Biofuel Outages’, ‘Biofuel Offered’, ‘Biofuel Scheduled’, ‘Other Capacity’, ‘Other Outages’, ‘Other Offered Forecasted’, ‘Other Scheduled’, ‘Manitoba Imports Offered’, ‘Manitoba Imports Scheduled’, ‘Minnesota Imports Offered’, ‘Minnesota Imports Scheduled’, ‘Michigan Imports Offered’, ‘Michigan Imports Scheduled’, ‘New York Imports Offered’, ‘New York Imports Scheduled’, ‘Quebec Imports Offered’, ‘Quebec Imports Scheduled’, ‘Total Internal Resources Outages’, ‘Total Internal Resources Offered Forecasted’, ‘Total Internal Resources Scheduled’, ‘Total Imports Offers’, ‘Total Imports Scheduled’, ‘Total Imports Estimated’, ‘Total Imports Capacity’, ‘Manitoba Exports Offered’, ‘Manitoba Exports Scheduled’, ‘Minnesota Exports Offered’, ‘Minnesota Exports Scheduled’, ‘Michigan Exports Offered’, ‘Michigan Exports Scheduled’, ‘New York Exports Offered’, ‘New York Exports Scheduled’, ‘Quebec Exports Offered’, ‘Quebec Exports Scheduled’, ‘Total Exports Bids’, ‘Total Exports Scheduled’, ‘Total Exports Capacity’, ‘Total Operating Reserve’, ‘Minimum 10 Minute Operating Reserve’, ‘Minimum 10 Minute Spin OR’, ‘Load Forecast Uncertainties’, ‘Additional Contingency Allowances’, ‘Ontario Demand Forecast’, ‘Ontario Peak Demand’, ‘Ontario Average Demand’, ‘Ontario Wind Embedded Forecast’, ‘Ontario Solar Embedded Forecast’, ‘Ontario Dispatchable Load Capacity’, ‘Ontario Dispatchable Load Bid Forecasted’, ‘Ontario Dispatchable Load Scheduled ON’, ‘Ontario Dispatchable Load Scheduled OFF’, ‘Ontario Hourly Demand Response Bid Forecasted’, ‘Ontario Hourly Demand Response Scheduled’, ‘Ontario Hourly Demand Response Curtailed’, ‘Last Modified’]

RESOURCE_ADEQUACY_TEST_DATES

[(), (), (), (), ()]

Methods

test_extract_hourly_values

test_get_all_resource_adequacy_json

test_get_all_resource_adequacy_report_date_range

test_get_fuel_mix_date_or_start

test_get_fuel_mix_historical

test_get_fuel_mix_historical_with_date_range

test_get_fuel_mix_in_future_raises_error

test_get_fuel_mix_latest

test_get_fuel_mix_range_two_days_with_day_start_endpoint

test_get_fuel_mix_start_end_same_day

test_get_generator_report_hourly_historical

test_get_generator_report_hourly_historical_with_date_range

test_get_generator_report_hourly_in_future_raises_error

test_get_generator_report_hourly_latest

test_get_generator_report_hourly_range_two_days_with_end

test_get_generator_report_hourly_start_end_same_day

test_get_generator_report_hourly_today

test_get_generator_report_hourly_too_far_in_past_raises_error

test_get_interconnection_queue

test_get_latest_resource_adequacy_json

test_get_latest_resource_adequacy_report_date_range

test_get_lmp_historical

test_get_lmp_latest

test_get_lmp_today

test_get_load_forecast_historical

test_get_load_forecast_historical_with_date_range

test_get_load_forecast_latest

test_get_load_forecast_today

test_get_load_historical

test_get_load_historical_with_date_range

test_get_load_latest

test_get_load_today

test_get_load_tomorrow_raises_error

test_get_load_too_far_in_past_raises_error

test_get_load_yesterday_full_day

test_get_resource_adequacy_data_structure_map

test_get_resource_adequacy_report_single_date_latest_report

test_get_status_latest

test_get_storage_historical

test_get_storage_today

test_get_zonal_load_forecast_historical

test_get_zonal_load_forecast_historical_with_date_range

test_get_zonal_load_forecast_latest

test_get_zonal_load_forecast_today

test_init

test_lmp_date_range

test_extract_hourly_values()[source]#
test_get_all_resource_adequacy_json()[source]#
test_get_all_resource_adequacy_report_date_range(date: str, end: str)[source]#
test_get_fuel_mix_date_or_start()[source]#
test_get_fuel_mix_historical()[source]#
test_get_fuel_mix_historical_with_date_range()[source]#
test_get_fuel_mix_in_future_raises_error()[source]#
test_get_fuel_mix_latest()[source]#
test_get_fuel_mix_range_two_days_with_day_start_endpoint()[source]#
test_get_fuel_mix_start_end_same_day()[source]#
test_get_generator_report_hourly_historical()[source]#
test_get_generator_report_hourly_historical_with_date_range()[source]#
test_get_generator_report_hourly_in_future_raises_error()[source]#
test_get_generator_report_hourly_latest()[source]#
test_get_generator_report_hourly_range_two_days_with_end()[source]#
test_get_generator_report_hourly_start_end_same_day()[source]#
test_get_generator_report_hourly_today()[source]#
test_get_generator_report_hourly_too_far_in_past_raises_error()[source]#
test_get_interconnection_queue()[source]#
test_get_latest_resource_adequacy_json()[source]#
test_get_latest_resource_adequacy_report_date_range(date: str, end: str)[source]#
test_get_lmp_historical(market=None)[source]#
test_get_lmp_latest(market=None)[source]#
test_get_lmp_today(market=None)[source]#
test_get_load_forecast_historical()[source]#
test_get_load_forecast_historical_with_date_range()[source]#
test_get_load_forecast_latest()[source]#
test_get_load_forecast_today()[source]#
test_get_load_historical()[source]#
test_get_load_historical_with_date_range()[source]#
test_get_load_latest()[source]#
test_get_load_today()[source]#
test_get_load_tomorrow_raises_error()[source]#
test_get_load_too_far_in_past_raises_error()[source]#
test_get_load_yesterday_full_day()[source]#
test_get_resource_adequacy_data_structure_map()[source]#
test_get_resource_adequacy_report_single_date_latest_report(date: str | datetime.date)[source]#
test_get_status_latest()[source]#
test_get_storage_historical()[source]#
test_get_storage_today()[source]#
test_get_zonal_load_forecast_historical()[source]#
test_get_zonal_load_forecast_historical_with_date_range()[source]#
test_get_zonal_load_forecast_latest()[source]#
test_get_zonal_load_forecast_today()[source]#
test_init()[source]#
test_lmp_date_range(market=None)[source]#
test_ieso.TIME_COLUMN = 'Interval Start'[source]#