-
Notifications
You must be signed in to change notification settings - Fork 966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Idaho (IPCO / US-ID) #1275
Comments
Excellent find as usual Alex! I have some problems getting the chart to work in firefox but chromium handles it fine. Watching the network requests the chart is populated by data from https://api.idahopower.com/Energy/Api/V1/GenerationAndDemand/Subset Looking at areas https://www.idahopower.com/about-us/service-area-map/ indicates they are separate from BPA. As an approximation for now we could represent this as the state of Idaho until better shapes are available. |
@systemcatch perfect! I also couldn't revisit the hourly chart, only works when I have been on another page of their site - maybe some cookie issue? Looks like Idaho has been a net importer in 2015, covering 62% of their domestic demand according to this chart from here (4th from the right): So we'll have to find some more info on the exchanges |
Hourly D-1 exchanges are available at https://www.eia.gov/opendata/qb.php?category=2122572 |
And "total" hourly exchanges close to real-time are here: |
I could figure out where the some of the recently excluded generation of IPC happens. :) Geothermal can safely be #uncommented in the parser and added to the map! 😃 I found the following info in the wind energy study for Idaho by Idaho Power.:
Vale, Oregon is very close to Idaho's border: LINK TO MAPS and located within the service area of Idaho Power. A seperate power line was built to connect it with Idaho Power's grid. The average sum of these of 35 MW makes up 100% of the recently contracted generation of these two mentioned above. I tried to find some more recent figures for the other installed capacity. For oil generation, it says on their site they have a 5 MW emergency generator power by diesel, that's all. I calculated some more capacity values from their data on "generation and demand". The hourly view lists the utilized capacity and generation per type. So after a simple calculation, these recent installed capacities are applicable:
Here's the summary:
I will investigate on where their solar and wind are really installed and will come back to this. |
🔍 Nice Job for geothermal ! We'll add it then. They don't write it "PURPA", that might explain why its still physically located under their "control area"? I'm very curious about this whole PURPA wind and solar thing. |
So happy to see this working! Anything left to be done here? |
|
Asked IdahoPower without answer. |
answer below: |
@brunolajoie From what I had seen on the map of EIA, about 660 MW of wind capacity are installed in the southwestern part of IdahoPower's area. This perfectly matches the 682 MW I calculated in the chart above. In terms of solar, there are around 270 MW of large-scale solar displayed on the map, which also almost perfectly coincide with the calculations of 291 MW. I'd say: Let's activate wind and solar for IPC, too!!! :) |
@alixunderplatz do you want to reactivate wind and solar? It should just be be a case of uncommenting a few things, else I will do it. |
@systemcatch I can do this! :) |
Awesome team work guys! 💪 |
There is generation data for Idaho Power Company:
https://www.idahopower.com/energy/delivering-power/generation-and-demand/
It has a delay of about 2-3 hours. It's also available as a table for the timeframe displayed in the chart.
If you select one of the bars, a new window will open with this link-structure:
https://www.idahopower.com/energy/delivering-power/generation-demand-detail/?date=2017undefined25&hr=19
I tried to find out the format of how to replace the "undefined" with the month. Just replace it with 03 for March and there you go. This option could retrieve data from the past as well.
See:
https://www.idahopower.com/energy/delivering-power/generation-demand-detail/?date=20180327&hr=19#tab-1-2
@systemcatch I am not sure if it is a sub-region of BPA #1040 , but BPA's transmission lines you see in the map below don't really cover much of Idaho. Do you have any insights?
I assume it is not part of BPA, because exchanges with "BPAT" are also shown on the EIA website.
Imports and exports seem to be relatively low, therer are mostly transit flows from "PACW" to "PACE" according to the chart on EIA
The text was updated successfully, but these errors were encountered: