Skip to content
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
databaseChangeLog:
- changeSet:
id: update-commodity-geothermal-millions-pounds
author: Jeff Schwartz
runOnChange: true
changes:
- sql:
dbms: 'postgresql'
sql: |
UPDATE commodity
SET product = 'Geothermal - Direct Use, Millions of Pounds'
WHERE product = 'Geothermal - direct use, millions of pounds';

UPDATE commodity
SET mineral_lease_type = 'Geothermal'
WHERE product = 'Geothermal - Direct Use, Millions of Pounds';
2 changes: 1 addition & 1 deletion database/changelog/changelog-data/disbursement.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
databaseChangeLog:
- changeSet:
id: disbursement-monthly-26-March
id: disbursement-monthly-26-April
author: Lindsay Goldstein
changes:
- sql:
Expand Down
2 changes: 1 addition & 1 deletion database/changelog/changelog-data/production-monthly.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
databaseChangeLog:
- changeSet:
id: production-monthly-25-December
id: production-monthly-25-January
author: Lindsay Goldstein
changes:
- sql:
Expand Down
6 changes: 3 additions & 3 deletions database/changelog/changelog-data/revenue.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
databaseChangeLog:
- changeSet:
id: revenue-26-march
author: Sean Boice
id: revenue-26-april
author: Lindsay Goldstein
changes:
- sql:
dbms: 'postgresql'
sql: |
TRUNCATE TABLE monthly_revenue_elt
- loadData:
tableName: monthly_revenue_elt
file: '../static/csv/revenue/March 2026 Revenue for Portal.csv'
file: '../static/csv/revenue/April 2026 Revenue for Portal.csv'
quotchar: '""'
columns:
- column:
Expand Down
828 changes: 350 additions & 478 deletions database/static/csv/disbursements/monthly_disbursements.csv

Large diffs are not rendered by default.

1,060 changes: 486 additions & 574 deletions database/static/csv/production/monthly_production.csv

Large diffs are not rendered by default.

2,045 changes: 2,045 additions & 0 deletions database/static/csv/revenue/April 2026 Revenue for Portal.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config = {
// eslint-disable-next-line max-len
'This site provides open data about natural resource management on federal lands and waters in the United States, including oil, gas, coal, and other extractive industries.',
keywords: 'Oil and gas, Coal, Renewable energy, Nonenergy minerals, Natural resource policy, Natural resource data, Extractives industries, Federal revenues, Production, 8(g) offshore revenue, offshore production, abanonded mine lands fund, mining reclamation tax, onrr state disbursement data, Native American land ownership, coal extraction, Department of the Interior, DOI, BLM coal leases, gomesa, gomesa funding, energy resource revenue, ONRR, state royalty, us eiti, solar industry, geothermal',
version: 'v8.25.0',
version: 'v8.26.0',
author: '',
dataRetrieval: {
name: 'Data Specialists',
Expand Down
2 changes: 1 addition & 1 deletion src/components/FactSheet/FactSheetBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const FactSheetBanner = () => {
</Grid>
<Grid item xs={12}>
<Box className={classes.dataPublished}>
Data published April 2026
Data published May 2026
</Box>
</Grid>
</Grid>
Expand Down
31 changes: 29 additions & 2 deletions src/components/sections/ReleaseDetails/ReleaseDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,41 @@ export default function ReleaseDetails() {
Latest release details
</Typography>
<Typography variant="inherit" className={classes.changes}>
May 1, 2026 changes:
May 18, 2026 changes:
</Typography>
<List className={classes.changeList}>
<ListItem>
<ListItemText
primary={
<>
Added <Link href="/downloads/production-by-disposition/">historical production disposition data</Link>
Added <Link href="/downloads/disbursements-by-month/">monthly disbursements data</Link>
</>
}
/>
</ListItem>
<ListItem>
<ListItemText
primary={
<>
Added <Link href="/downloads/revenue/">monthly revenue data</Link>
</>
}
/>
</ListItem>
<ListItem>
<ListItemText
primary={
<>
Added <Link href="/downloads/production-by-month/">monthly production data</Link>
</>
}
/>
</ListItem>
<ListItem>
<ListItemText
primary={
<>
Added <Link href="/downloads/production-by-disposition/">monthly production disposition data</Link>
</>
}
/>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/downloads/production-by-disposition.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ This dataset contains monthly information on the disposition of production for e
Download production disposition data by month:

<Link linkType="DownloadXls" href="/downloads/OGOR-B/OGORB.xlsx">
Production Disposition Volumes, January 2015 - December 2025
Production Disposition Volumes, January 2016 - January 2026
</Link>

<Link linkType="DownloadCsv" href="/downloads/OGOR-B/OGORBcsv.csv">
Production Disposition Volumes, January 2015 - December 2025
Production Disposition Volumes, January 2016 - January 2026
</Link>

Download historical production disposition data by month:
Expand Down
Binary file modified static/downloads/OGOR-B/OGORB.xlsx
Binary file not shown.
Loading
Loading