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
4 changes: 2 additions & 2 deletions database/changelog/changelog-data/disbursement.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
databaseChangeLog:
- changeSet:
id: disbursement-monthly-25-June
author: Lindsay Goldstein
id: disbursement-monthly-25-July
author: Christine Thomas
changes:
- sql:
dbms: 'postgresql'
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-march
id: production-monthly-25-april
author: Christine Thomas
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-25-june
author: Christine Thomas
id: revenue-25-july
author: Christine L Thomas
changes:
- sql:
dbms: 'postgresql'
sql: |
TRUNCATE TABLE monthly_revenue_elt
- loadData:
tableName: monthly_revenue_elt
file: '../static/csv/revenue/June 2025 Revenue for Portal_csv.csv'
file: '../static/csv/revenue/July 2025 Revenue for Portal_csv.csv'
quotchar: '""'
columns:
- column:
Expand Down
736 changes: 361 additions & 375 deletions database/static/csv/disbursements/monthly_disbursements.csv

Large diffs are not rendered by default.

1,042 changes: 525 additions & 517 deletions database/static/csv/production/monthly_production.csv

Large diffs are not rendered by default.

1,919 changes: 1,919 additions & 0 deletions database/static/csv/revenue/July 2025 Revenue for Portal_csv.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.11.0',
version: 'v8.12.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 July 2025
Data published August 2025
</Box>
</Grid>
</Grid>
Expand Down
Loading
Loading