Skip to content
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 some links to the VCE RARE data source page. #3921

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion docs/templates/vcerare_child.rst.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@ detailed information.
{% for filename in download_paths %}
* :download:`{{ filename.stem.replace("_", " ").title() }} ({{ filename.suffix.replace('.', '').upper() }}) <{{ filename }}>`
{% endfor %}
* `NOAA HRRR Model Overview <https://rapidrefresh.noaa.gov/hrrr/>`__
* `NOAA High Resolution Rapid Refresh (HRRR) Model Overview <https://rapidrefresh.noaa.gov/hrrr/>`__
* `ESIG Weather Data for Power System Planning <https://www.esig.energy/weather-data-for-power-system-planning/>`__
White Paper
{% endblock %}


{% block availability %}
Hourly, county-level data from 2019 - 2023 is integrated into PUDL. There is a
second release of data for the years 2014 - 2018 expected in Q1 of 2025, which will be
integrated into PUDL pending funding availability.

You can explore the VCE RARE dataset with
`this Jupyter notebook on Kaggle <https://www.kaggle.com/code/catalystcooperative/04-renewable-generation-profiles>`__.
{% endblock %}

{% block respondents %}
Expand Down Expand Up @@ -50,6 +55,17 @@ bordering multiple states will appear more than once in the data. VCE used a nea
neighbor technique to assign the state waters to the counties (this pertains to coastal
areas as well).

Name and ID issues
------------------
* The place name for Lake Huron is misspelled "Hurron" in the original data.
* The place name for Lake Saint Claire in the original data uses the abbreviation "St."
including the period character -- this is the only abbreviation and only non
alphabetical or underscore character in any of the place names.
* In 2015 Shannon County, South Dakota was renamed Oglala Lakota County and assigned a
new FIPS code. The VCE data includes the new FIPS code (46102) but the old name, while
the Census DP1 dataset included with PUDL is from 2010, and so uses both the old name
and the old FIPS code (46113).

Capacity factors > 1
--------------------
There are a couple of capacity factor values for the solar pv data that exceed
Expand Down
Loading