Skip to content

Commit

Permalink
Add historical data for rhenium
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloarosado committed Dec 3, 2024
1 parent 2f8cad9 commit fdf48d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions etl/steps/data/garden/minerals/2024-07-15/minerals.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,7 @@
]
# Columns to plot with the individual data sources differentiated.
PLOT_TO_COMPARE_DATA_SOURCES = [
# "production|Chromium|Mine|tonnes",
# 'production|Titanium|Mine, ilmenite|tonnes',
# 'production|Helium|Mine|tonnes',
# "production|Potash|Mine|tonnes",
# "production|Rhenium|Mine|tonnes",
]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
("Pumice and Pumicite", "Total"): ("Pumice and pumicite", "Mine"),
("Quartz crystal", "Total"): None,
("Rare earths", "Total"): ("Rare earths", "Mine"),
("Rhenium", "Total"): ("Rhenium", "Mine"),
("Salt", "Total"): ("Salt", "Mine"),
("Selenium", "Total"): ("Selenium", "Refinery"),
("Silicon", "Total"): ("Silicon", "Processing"),
Expand Down Expand Up @@ -176,8 +177,6 @@
("Zinc", "Total"): ("Zinc", "Mine"),
# In USGS current data, "Hafnium" is not reported, only "Zirconium and Hafnium".
("Zirconium", "Total"): None,
# TODO: Include the relevant ones from below and sort alphabetically with the ones above.
("Rhenium", "Total"): None,
}

# Units can either be "metric tonnes" or "metric tonnes of gross weight".
Expand Down

0 comments on commit fdf48d4

Please sign in to comment.