Where fires burned, monthly (Terra, 1°)
What it measures. Monthly statistical summaries of where fires were detected from space, gridded into 1-degree squares.
How it's made. Derived from MODIS active-fire detections aboard NASA's Terra satellite, aggregated from finer half-degree products into monthly 1-degree maps.
How & where you'd use it. Helps researchers see broad patterns of fire activity month to month, supporting studies of land surface processes and climate modeling.
What's measured
Coverage & cadence
- Time span2000-11-01 → 2015-12-31
- Measured byTerra (MODIS)
- Processing levelLevel 3
- Spatial extent-180, -90, 180, 90
- StatusCOMPLETE
What you can do with it
- Map vegetation, forests and biomass
- Monitor ecosystem productivity and carbon
- Support habitat and biodiversity studies
Official description
The gridded MODIS active fire products present statistical summaries of fire pixel information (Giglio et al., 2003). The global monthly products are generated at 1x1 degree spatial resolution for time period of one calendar month. These products are derived from MODIS CMG 0.5 degree products (Giglio et al., 2006) for Northern Eurasia Earth Science Partnership Initiative (NEESPI) program in supporting researches on surface processes and climate modeling.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="MOD14CM1",
version="005",
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 GES_DISC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Access the data via HTTPS. GET DATA
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- README Document VIEW RELATED INFORMATION