Skip to content

Commit

Permalink
Update gridpathratoolkit and vceregen metadata (#3897)
Browse files Browse the repository at this point in the history
* Add contributors to gridpathratoolkit

* Update link for vceregen

* Update email for contributor
  • Loading branch information
e-belfer authored Oct 4, 2024
1 parent a9477f0 commit 77c9206
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/pudl/metadata/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,14 @@
"zenodo_role": "producer",
"organization": "Vibrant Clean Energy",
},
"elaine-hart": {
"title": "Elaine Hart",
"email": "[email protected]",
"path": "https://www.momentenergyinsights.com/",
"role": "author",
"zenodo_role": "producer",
"organization": "Moment Energy Insights",
},
}
"""PUDL Contributors for attribution. See the Data Package metadata https://specs.frictionlessdata.io/data-package/#metadata
for examples. For zenodo_role, see the contributor types in the Zenodo documentation https://developers.zenodo.org/#representation."""
Expand Down
5 changes: 4 additions & 1 deletion src/pudl/metadata/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,9 @@
"wind_capacity_aggregations",
]
},
"contributors": [
CONTRIBUTORS["elaine-hart"],
],
},
"mshamines": {
"title": "Mine Safety and Health Administration (MSHA) Mines",
Expand Down Expand Up @@ -837,7 +840,7 @@
},
"vceregen": {
"title": "Vibrant Clean Energy Renewable Generation Profiles",
"path": "https://vibrantcleanenergy.com/wp-content/uploads/2020/08/VCE-Weather-Dataset-Overview_August2020.pdf",
"path": "https://vibrantcleanenergy.com/products/datasets/",
"description": (
"This dataset was produced by Vibrant Clean Energy, and is licensed to "
"the public under the Creative Commons Attribution 4.0 International "
Expand Down

0 comments on commit 77c9206

Please sign in to comment.