Which minerals coat the ground surface (EMIT, 0.5 deg)
What it measures. Maps showing how abundant each of ten key minerals (such as calcite, gypsum, hematite, and kaolinite) is on the ground surface in Earth's arid, dust-producing regions, along with uncertainty estimates, summarized onto a half-degree grid.
How it's made. Derived from the EMIT imaging spectrometer mounted on the International Space Station, which fingerprints minerals by the light they reflect; this aggregated product builds on EMIT's lower-level mineral-identification data.
How & where you'd use it. Helps scientists understand the makeup of desert dust and how that airborne dust affects climate, air quality, and ecosystems.
What's measured
Coverage & cadence
- Time span2022-08-10 → 2023-07-30
- Measured byISS (EMIT Imaging Spectrometer)
- Processing levelLevel 3
- Spatial extent-165, -54.5, 179.5, 55
- FormatsnetCDF-4
- StatusCOMPLETE
What you can do with it
- Track deforestation, fire scars and land-cover change
- Monitor crop and vegetation health (NDVI/EVI)
- Map how built-up vs. green an area is over time
Official description
The Earth Surface Mineral Dust Source Investigation (EMIT) instrument measures surface mineralogy, targeting the Earth’s arid dust source regions. EMIT is installed on the International Space Station (ISS) and uses imaging spectroscopy to take mineralogical measurements of the sunlit regions of interest between 52° N latitude and 52° S latitude. An interactive map showing the regions being investigated, current and forecasted data coverage, and additional data resources can be found on the VSWIR Imaging Spectroscopy Interface for Open Science (VISIONS) [EMIT Open Data Portal](https://earth.jpl.nasa.gov/emit/data/data-portal/coverage-and-forecasts/). The EMIT Level 3 Aggregated Mineral Spectral Abundance and Uncertainty (EMITL3ASA) Version 1 data product provides an aggregated mineral spectral abundance of the 10 minerals that are the focus of the EMIT mission. These minerals, referred to as the EMIT-10 minerals, are calcite, chlorite, dolomite, goethite, gypsum, hematite, illite+muscovite, kaolinite, montmorillonite, and vermiculite. The EMITL3ASA granule consists of one network Common Data Format 4 (netCDF-4) file at a spatial resolution of 0.5 degrees. The data in EMITL3ASA relies heavily on the EMIT L2B Estimated Mineral Identification and Band Depth and Uncertainty (EMITL2BMIN) data. Using the EMITL2BMIN data, aggregated spectral abundance (ASA) is calculated for each of the EMIT-10 minerals as the simple average of relevant 60 m pixels within each 0.5 degree grid cell in the EMITL3ASA product, after controlling for the estimated fractional cover of bare soil within the pixel. The EMITL3ASA data product contains 22 Science Dataset (SDS) layers. There are two layers for each of the EMIT-10 minerals: mineral spectral abundance and mineral spectral abundance uncertainty. The latitude and longitude layers contain the coordinates for the upper left corner of each pixel. Known Issues * The current version of the spectral unmixing algorithm may retrieve spuriously high non-photosynthetic vegetation values over bare playas. Algorithmic fixes are underway and will be integrated during the first data reprocessing cycle. As such, some bare playas are excluded from the current L3 aggregation. * Spectral abundance is a measure of optical abundance, not of mass fraction. Conversion to mass or volume fraction requires leverage on particle grain size, which is not incorporated into the current model. Given this limitation, this product should not be used directly as a measure of mass fraction.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="EMITL3ASA",
version="001",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from LPCLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data. GET DATA
- The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products. VIEW RELATED INFORMATION
- The technical information in the User's Guide enables users to interpret and use the data products. VIEW RELATED INFORMATION
- EMIT Level 3 science data system repository. VIEW RELATED INFORMATION
- The LP DAAC GitHub repository provides guides, Python notebooks, and scripts to help users access and work with data from the EMIT mission. VIEW RELATED INFORMATION
- EMIT data E-Learning resources provided by NASA's LP DAAC. VIEW RELATED INFORMATION