-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from chihacknight/2024-12-update
update data for dec 2024
- Loading branch information
Showing
31 changed files
with
8,784 additions
and
6,047 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
layout: update | ||
categories: | ||
- update | ||
title: "Data update" | ||
description: "As of Dec 2, 2024, an additional 100 megawatts (MW) of solar have been energized in the State of Illinois. An additional 498 megawatts have been added to the planned queue." | ||
image: "/images/il-solar-map.png" | ||
author: "Derek Eder" | ||
date: 2024-12-02 | ||
published: true | ||
--- | ||
|
||
As of Dec 2, 2024, an additional 26 megawatts (MW) of solar have been energized in the State of Illinois. An additional 505 megawatts have been added to the planned queue. | ||
|
||
<table class='table'> | ||
<thead> | ||
<tr> | ||
<th>Category</th> | ||
<th>Nov 2, 2024</th> | ||
<th>Dec 2, 2024</th> | ||
<th>Change</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Energized</td> | ||
<td>2,499 MW</td> | ||
<td>2,599 MW</td> | ||
<td>+100 MW</td> | ||
</tr> | ||
<tr> | ||
<td>Planned</td> | ||
<td>5,645 MW</td> | ||
<td>6,143 MW</td> | ||
<td>+498 MW</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
Data from our 3 primary sources are updated at different intervals, so the above data is valid as of the following the dates: | ||
|
||
* Illinois Adjustable Block Program (ABP) **November 2024** | ||
* Illinois Solar for All (ILSFA) **November 2024** | ||
* US EIA-860M (Utility scale projects) **September 2024** |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2,609 changes: 951 additions & 1,658 deletions
2,609
data/final/all-projects_planned-w-districts.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Category,MW planned,Percent,Project count | ||
Utility,"4,056 MW",71.8%,62 | ||
Small DG,114 MW,2.0%,"13,045" | ||
Large DG,"1,475 MW",26.1%,986 | ||
Utility,"4,544 MW",74.0%,92 | ||
Small DG,108 MW,1.8%,"12,305" | ||
Large DG,"1,491 MW",24.3%,989 | ||
Community Solar,0 MW,0.0%,0 | ||
Total,"5,645 MW",100%,"14,093" | ||
Total,"6,143 MW",100%,"13,386" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Category,MW energized,Percent,Project count | ||
Utility,"1,311 MW",52.5%,169 | ||
Small DG,537 MW,21.5%,"68,744" | ||
Large DG,346 MW,13.9%,"1,367" | ||
Community Solar,304 MW,12.2%,157 | ||
Total,"2,499 MW",100%,"70,437" | ||
Utility,"1,369 MW",52.7%,174 | ||
Small DG,553 MW,21.3%,"70,682" | ||
Large DG,373 MW,14.3%,"1,449" | ||
Community Solar,304 MW,11.7%,157 | ||
Total,"2,599 MW",100%,"72,462" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.