NASA FIRMS - Active Fire¶
NASA’s Fire Information for Resource Management System (FIRMS) distributes Near Real-Time (NRT) Active Fire Data within 3 hours of satellite observation from NASA’s Moderate Resolution Imaging Spectroradiometer (MODIS) and NASA’s Visible Infrared Imaging Radiometer Suite (VIIRS).
The European Forest Fire Information System (EFFIS) uses and redistributes the Active Fire Data provided by the NASA FIRMS.
Technical Background¶
The algorithms used by the MODIS and VIIRS instruments detect active fires on the basis of the thermal anomalies they produce. The contextual algorithms compare the temperature of a potential fire with the temperature of the land cover around it. If the difference in temperature is above a given threshold, the potential fire is confirmed as an active fire or “hot spot”.
A complete description of the MODIS and VIIRS algorithms can be found in the following articles:
Downloading Datasets¶
NASA FIRMS:
You can download MODIS and VIIRS Active Fire Data for the last 24, 48 hours and 7 days (.shp, .kml, .csv) from NASA Fire Information For Resource Management System here.
Archive downloads for active fire/hotspot information older than the last 7 days are accessible here (country yearly summaries).
EFFIS: You can access the Modis and VIIRS Active Fire Data via the EFFIS data request for: https://effis.jrc.ec.europa.eu/static/data.request.form/
VIIRS dataset used in Pyro-Risks Training
from pyro_risks.datasets import NASAFIRMS, NASAFIRMS_VIIRS
viirs = NASAFIRMS_VIIRS()
modis = NASAFIRMS()
Datasets Descriptions¶
VIIRS MODIS Differences¶
The spatial resolution of the active fire detection pixel from MODIS is 1 km. The VIIRS active fire products provides an improved spatial resolution, as compared to MODIS. The spatial resolution of the active fire detection pixel for VIIRS is 375 m. Additionally, VIIRS is able to detect smaller fires and can help delineate perimeters of ongoing large fires. Additional information on the MODIS and VIIRS Active Fire products is available here (MCD14DL, VNP14IMGTDL_NRT).
Datasets |
Availability |
Update |
Temporal |
Revisit |
Spatial |
Spatial |
---|---|---|---|---|---|---|
MODIS C6 |
2-3 month |
X |
November 2000 |
~4-6 hours |
1 km |
Global |
VIIRS 375 m |
2-3 month |
X |
January 2012 |
~4-6 hours |
375 m |
Global |
VIIRS 375 m |
2-3 month |
X |
January 2020 |
~4-6 hours |
375 m |
Global |
MODIS C6 |
~3 hours |
~6 hours |
November 2000 |
~4-6 hours |
1 km |
Global |
VIIRS 375 m |
~3 hours |
~6 hours |
January 2012 |
~4-6 hours |
375 m |
Global |
VIIRS 375 m |
~3 hours |
~6 hours |
January 2020 |
~4-6 hours |
375 m |
Global |
VIIRS NRT Attribute Fields¶
Attribute |
Short Description |
Long Description |
---|---|---|
Latitude |
Latitude |
Center of nominal 375 m fire pixel |
Longitude |
Longitude |
Center of nominal 375 m fire pixel |
Bright_ti4 |
Brightness |
VIIRS I-4 channel brightness temperature |
Scan |
Along Scan pixel size |
The algorithm produces approximately 375 m |
Track |
Along Track pixel size |
The algorithm produces approximately 375 m |
Acq_Date |
Acquisition Date |
Date of VIIRS acquisition. |
Acq_Time |
Acquisition Time |
Time of acquisition/overpass of the satellite |
Satellite |
Satellite |
N= Suomi National Polar-orbiting Partnership |
Confidence |
Confidence |
This value is based on a collection of intermediate |
Version |
Version |
Version identifies the collection (e.g. VIIRS Collection 1) |
Bright_ti5 |
Brightness |
I-5 Channel brightness temperature of the fire pixel measured |
FRP |
Fire Radiative Power |
FRP depicts the pixel-integrated fire radiative power in |
Type* |
Inferred hot spot type |
0 = presumed vegetation fire |
DayNight |
Day or Night |
D= Daytime fire, N= Nighttime fire |
*This attribute is only available for VJ114IMGT (standard quality) data (coming soon)
Full description of the VIIRS dataset is available on the NASA Earth science data platform VNP14IMGTDL_NRT page.
MODIS NRT Attribute Fields¶
Attribute |
Short Description |
Long Description |
---|---|---|
Latitude |
Latitude |
Center of 1km fire pixel but not necessarily the |
Longitude |
Longitude |
Center of 1km fire pixel but not necessarily the |
Brightness |
Brightness |
Channel 21/22 brightness temperature of the fire |
Scan |
Along Scan pixel size |
The algorithm produces 1km fire pixels but MODIS |
Track |
Along Track pixel size |
The algorithm produces 1km fire pixels but MODIS |
Acq_Date |
Acquisition Date |
Data of MODIS acquisition. |
Acq_Time |
Acquisition Time |
Time of acquisition/overpass of the satellite |
Satellite |
Satellite |
A = Aqua and T = Terra. |
Confidence |
Confidence |
This value is based on a collection of intermediate |
Version |
Version |
Version identifies the collection (e.g. MODIS |
Bright_T31 |
Brightness |
Channel 31 brightness temperature of the fire pixel |
FRP |
Fire Radiative |
Depicts the pixel-integrated fire radiative power |
Type* |
Inferred hot |
0 = presumed vegetation fire |
DayNight |
Day or Night |
D= Daytime fire, N= Nighttime fire |
*This attribute is only available for MCD14ML (standard quality) data
Full description of the MODIS dataset is available on the NASA Earth science data platform MCD14DL page.
Acknowledgments¶
Data were provided by the European Forest Fire Information System – EFFIS (https://effis.jrc.ec.europa.eu) of the European Commission Joint Research Centre.
We acknowledge the use of data and imagery from LANCE FIRMS operated by NASA’s Earth Science Data and Information System (ESDIS) with funding provided by NASA Headquarters.