d025·dataset
Methane across the whole planet
Sentinel-5P TROPOMI Methane (mirrored at GES DISC)
GES DISC (mirror; original at ESA Copernicus) S5P_L2_CH4 cloud-native 5.5 × 7 km daily NetCDF atmospheregreenhouse-gases
Daily global methane column at moderate resolution. The widely-used complement to EMIT (high-res but sparse) for global methane budgeting.
Sentinel-5P TROPOMI Methane (mirrored at GES DISC)
Daily global methane column at moderate resolution. The widely-used complement to EMIT (high-res but sparse) for global methane budgeting.
Access
- Python (earthaccess):
short_name='S5P_L2__CH4____' - Portal: https://disc.gsfc.nasa.gov/datasets?keywords=S5P
Gotchas
- Mirror of ESA product; the ESA Copernicus catalog has the primary source
- 5.5×7 km is coarse for point-source attribution; complement with EMIT
- v2.4 is current
Related
- Other datasets: d007
- Questions: q02
Sources
The access details, code, and sources below are kept in the original English for technical accuracy.
Quick access (cloud-direct)
import earthaccess
earthaccess.login(strategy="netrc")
results = earthaccess.search_data(
short_name="S5P_L2__CH4____",
bounding_box=(-122.5, 37.2, -121.8, 37.9),
temporal=("2024-01-01", "2024-12-31"),
)
files = earthaccess.open(results) # stream from GES DISC (mirror; original at ESA Copernicus) Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. 📚 Problem Finder KB
Not yet tracked in the KB.