Max Kanter

Results 48 issues of Max Kanter

Add the flow of electricity between regions ## Data Source - [NYISO](http://mis.nyiso.com/public/P-32list.htm) - MISO - [Net Scheduled Interchange](https://www.misoenergy.org/markets-and-operations/RTDataAPIs/) 1 and 5 minute resolutions available - [ISONE](https://www.iso-ne.com/isoexpress/web/charts/guest-hub?p_p_id=fiveminuteexternalflowgraph_WAR_isoneportlet_INSTANCE_UWvoyghqfhX2&p_p_lifecycle=0&p_p_state=pop_up&p_p_mode=view&p_p_col_id=column-3&p_p_col_pos=3&p_p_col_count=6) - [PJM](https://dataminer2.pjm.com/feed/transfer_interface_infor) ERCOT -...

After #135 is merged, we no longer need to explicitly define the supported markets in each of the ISO subclasses. I propose we define a dynamic property of ISOBase that...

There is only one viz method right now, but hope to add more in the future

documentation

More info: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows

Here is a much better data source for MISO day ahead LMP market: https://www.misoenergy.org/markets-and-operations/real-time--market-data/market-reports/#nt=%2FMarketReportType%3ADay-Ahead%2FMarketReportName%3ADay-Ahead%20Pricing%20(xls)&t=10&p=0&s=MarketReportPublished&sd=desc Here is the similar source but for the real time market: https://www.misoenergy.org/markets-and-operations/real-time--market-data/market-reports/#nt=%2FMarketReportType%3AReal-Time%2FMarketReportName%3AReal-Time%20Pricing%20Report%20(xls)&t=10&p=0&s=MarketReportPublished&sd=desc These sources provide historical...

A users might want to programmatically determine method support for each iso. They can do that with `make_availability_df`, but it's not documented. We should add a Example notebook for how...

documentation

Each of the iso's now have a `get_interconection_queue` method that returns their respective queues. Some work was done to standardize columns names. Each queue is useful on it's own, but...

Now that the [new docs](https://docs.gridstatus.io./) are up, it makes sense to go through and clean up the doc strings for all the methods. Notes: - Can we document methods on...

documentation