NASA FIRMS Active Fire Dataset (MODIS/VIIRS)
Global Active Fire Detections from MODIS and VIIRS (2024-11-01 to 2025-01-13)
@kaggle.vijayveersingh_nasa_firms_active_fire_dataset_modisviirs
Global Active Fire Detections from MODIS and VIIRS (2024-11-01 to 2025-01-13)
@kaggle.vijayveersingh_nasa_firms_active_fire_dataset_modisviirs
The dataset is sourced from NASA's Fire Information for Resource Management System (FIRMS), part of the Land, Atmosphere Near real-time Capability for EOS (LANCE). FIRMS provides both near real-time and archived fire detection data from NASA’s Earth observation satellites. The dataset includes three primary data sources, each utilizing advanced satellite instruments for active fire detection and monitoring.
Identify and analyze wildfire locations and intensities in near real-time.
Assess the effects of wildfires on air quality, carbon emissions, and ecosystems.
Examine relationships between wildfires and changing global climate patterns.
Inform disaster response teams and land managers about wildfire risks.
No Endorsement Disclaimer:
The use of NASA FIRMS data does not imply endorsement by NASA, its affiliates, or the United States Government. References to NASA or its data in this project, publication, or derivative work should not be construed as an official endorsement or partnership. Users are solely responsible for how the data is utilized and represented in their projects.
###Disclaimer:
This dataset is sourced from NASA's Fire Information for Resource Management System (FIRMS) and is provided "as-is." While the data is believed to be accurate, NASA and its affiliates disclaim any responsibility for errors, omissions, or consequences arising from the use of this data. Users are advised to independently verify the data before applying it to research or decision-making.Source and Licensing:
For more details, visit: NASA Earth Data Use Policy.
CREATE TABLE fire_nrt_j1v_c2_565335 (
"latitude" DOUBLE,
"longitude" DOUBLE,
"brightness" DOUBLE,
"scan" DOUBLE,
"track" DOUBLE,
"acq_date" TIMESTAMP,
"acq_time" BIGINT,
"satellite" VARCHAR,
"instrument" VARCHAR,
"confidence" VARCHAR,
"version" VARCHAR,
"bright_t31" DOUBLE,
"frp" DOUBLE,
"daynight" VARCHAR
);CREATE TABLE fire_nrt_m_c61_565334 (
"latitude" DOUBLE,
"longitude" DOUBLE,
"brightness" DOUBLE,
"scan" DOUBLE,
"track" DOUBLE,
"acq_date" TIMESTAMP,
"acq_time" BIGINT,
"satellite" VARCHAR,
"instrument" VARCHAR,
"confidence" BIGINT,
"version" VARCHAR,
"bright_t31" DOUBLE,
"frp" DOUBLE,
"daynight" VARCHAR
);CREATE TABLE fire_nrt_sv_c2_565336 (
"latitude" DOUBLE,
"longitude" DOUBLE,
"brightness" DOUBLE,
"scan" DOUBLE,
"track" DOUBLE,
"acq_date" TIMESTAMP,
"acq_time" BIGINT,
"satellite" VARCHAR,
"instrument" VARCHAR,
"confidence" VARCHAR,
"version" VARCHAR,
"bright_t31" DOUBLE,
"frp" DOUBLE,
"daynight" VARCHAR
);Anyone who has the link will be able to view this.