You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing databases like GEODB, CARMA, PLATTS-WEPP are already being used by different research organizations. For various reasons (migration, intercomparison, ...) it would be very useful to have information that matches the primary keys across all these databases.
Possible Steps
[TODO]
Possible Data Sources
GEODB
CARMA
PLATTS-WEPP - location ids are being tracked as of 383d6b3
Enipedia
Challenges
One-to-many and many-to-one relations here. Also need to track which plants we don't know matches for versus which plants we know don't have matches. (null vs NoData).
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
Description
Existing databases like GEODB, CARMA, PLATTS-WEPP are already being used by different research organizations. For various reasons (migration, intercomparison, ...) it would be very useful to have information that matches the primary keys across all these databases.
Possible Steps
[TODO]
Possible Data Sources
PLATTS-WEPP- location ids are being tracked as of 383d6b3Challenges
One-to-many and many-to-one relations here. Also need to track which plants we don't know matches for versus which plants we know don't have matches. (
null
vsNoData
).Additional Info
keywords: identity, identifiers, cross reference, foreign key,
The text was updated successfully, but these errors were encountered: