d008·dataset
What minerals the surface is made of
EMIT L2A Surface Reflectance
LP DAAC EMITL2ARFL cloud-native 60 m opportunistic COGENVI landmineralshyperspectral
285-band hyperspectral surface reflectance for the EMIT footprint. The data underneath methane retrievals — also enables mineral mapping, vegetation chemistry, water-quality (CDOM), and HABs.
EMIT L2A Surface Reflectance
285-band hyperspectral surface reflectance for the EMIT footprint. The data underneath methane retrievals — also enables mineral mapping, vegetation chemistry, water-quality (CDOM), and HABs.
Access
- Python (earthaccess):
short_name='EMITL2ARFL' - Portal: https://lpdaac.usgs.gov/products/emitl2arflv001/
Gotchas
- Files are large (~1 GB per granule)
- Use the EMIT Reader Python package for proper band handling
- Atmospheric correction over coastal/inland water is challenging
Related
- Other datasets: d007
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="EMITL2ARFL",
bounding_box=(-122.5, 37.2, -121.8, 37.9),
temporal=("2024-01-01", "2024-12-31"),
)
files = earthaccess.open(results) # stream from LP DAAC 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.