Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

FY Production Update #4981

Merged
merged 4 commits into from
Mar 25, 2020
Merged
Show file tree
Hide file tree
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
Binary file modified downloads/production/fiscal_year_production.xlsx
Binary file not shown.
164 changes: 35 additions & 129 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ const createProductVolumeNodeByProduct = (productVolumeData, type) => {
}
}

node.OffshorePlanningArea = node.OffshorePlanningArea || ''
node.ProductionDate = (node.ProductionYear)
? new Date(node.ProductionYear, getMonthFromString(node.ProductionMonth))
: new Date(node.FiscalYear, 0)
Expand Down
16 changes: 3 additions & 13 deletions src/markdown/downloads/federal-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ tag:
</ul>
</p>

<p class="downloads-download_links-intro">Download fiscal year data (2003-2018):
<p class="downloads-download_links-intro">Download fiscal year data (2003-2019):
<ul class="downloads-download_links list-unstyled">
<li><excel-link to="/downloads/production/fiscal_year_production.xlsx">Fiscal year production (Excel, 409 KB)</excel-link></li>
<li><csv-link to="/downloads/csv/production/fiscal_year_production.csv">Fiscal year production (csv, 528 KB)</csv-link></li>
<li><excel-link to="/downloads/production/fiscal_year_production.xlsx">Fiscal year production (Excel, 585 KB)</excel-link></li>
<li><csv-link to="/downloads/csv/production/fiscal_year_production.csv">Fiscal year production (csv, 854 KB)</csv-link></li>
</ul>
</p>

Expand All @@ -41,16 +41,6 @@ The dataset currently include data tracked and managed by the Department of the

## About the data

<h3 alt="Withheld data">Why was some solids data withheld?</h3>

ONRR <glossary-term>withheld</glossary-term> some solids production information out of an abundance of caution to ensure that there were no violations of the Trade Secrets Act.

* "W" is displayed in the Production Volume column for those products that reveal proprietary data at the county level.
* All "W" volumes are accounted for in separate line totals where state and county have been "Withheld" (columns C, D and E).

<h3 alt="National and state totals">Why aren’t national totals equal to the sum of all state totals?</h3>

In some cases, national totals include amounts that are withheld at the state or county level.

<h3 alt="Geothermal energy">Why is geothermal energy listed so many times?</h3>

Expand Down