-
At least one document from NYISO has moved pages.
```py
from gridstatus import NYISO
nyiso = NYISO()
nyiso.get_capacity_prices("today", verbose=True)
=> Requesting https://www.nyiso.com/doc…
-
**Python version**: 3.6.8
**pyiso version**: 0.4.0
When trying to get the generation for the NYISO BA, I got hit with a KeyError. It looks like pyiso is expecting a column name that no longer exis…
-
Realtime market: http://mis.nyiso.com/public/P-6Blist.htm
Day Ahead: http://mis.nyiso.com/public/P-5list.htm
-
# Visualization of static results
For now, AGVis is designed to show ***dynamic*** results from ANDES. In the future, we may also integrate ***dispatch*** results, or named ***static*** results, from…
-
Traceback:
```
File "/app/.heroku/python/lib/python2.7/site-packages/pyiso/nyiso.py", line 83, in get_trade
df = self.get_any('ExternalLimitsFlows', self.parse_trade)
File "/app/.heroku/python/…
aschn updated
8 years ago
-
Hovering over the section of the real-time fuel mix pie chart [here](https://www.nyiso.com/real-time-dashboard ) shows that NYISO lumps its reporting of coal and oil into "other fossil fuels."
Howe…
-
In the provided data file, [BA_Codes_930.xlsx](https://github.com/USEPA/ElectricityLCI/blob/development/electricitylci/data/BA_Codes_930.xlsx), the EIA 930 data table is used to match balancing author…
-
Success criteria: LBNL 2023 data in `dev`, create a brief narrative about what has changed.
- [x] Find previous notebook for updating LBNL.
- [x] Do columns differ?
- [x] queue id and regio…
-
I have executed nyiso, runpf,val_pf,run_sim, but can't find the _experiment folder. Is it because I need to extract it?
-
Where do I get the data set for this code?