-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WEPP Location ID to database (PLATTS ID)
Addressing part of Issue #6, add a new field (`wepp_id`) to the output database. This field holds a reference to a unique plant identifier in the widely-used PLATTS-WEPP dataset. This should allow for intercomparisons with an independently derived dataset, and will be helpful to users who want to build a composite dataset for their analyses. The `wepp_id` field is a delimited field, with LOCATIONID values separated by the pipe character (|) if multiple LOCATIONIDs match to a single plant. With this update, there are 16460 plants with known `wepp_id`s, which account for 4312.6 GW in total (about 80% of all capacity in the output database). There are no changes to plants in the database except for the addition of this `wepp_id`. Database Version: 1.1.10
- Loading branch information
1 parent
54fec91
commit 383d6b3
Showing
29 changed files
with
2,003,638 additions
and
1,873,151 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
1.1.9 | ||
1.1.10 | ||
|
59,364 changes: 29,682 additions & 29,682 deletions
59,364
output_database/global_power_plant_database.csv
Large diffs are not rendered by default.
Oops, something went wrong.
426 changes: 213 additions & 213 deletions
426
output_database/global_power_plant_database_country_summary.csv
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
Oops, something went wrong.