NASA FIRMS Canada Fire Incidents (2019-2024)
Geospatial Fire Incidents and Environmental Conditions in Canada
@kaggle.tomasmayer73_nasa_firms_canada_fire_incidents_2019_2024
Geospatial Fire Incidents and Environmental Conditions in Canada
@kaggle.tomasmayer73_nasa_firms_canada_fire_incidents_2019_2024
This dataset contains fire incidents detected across Canada from the year 2019 to 2024. The data has been sourced from NASA's Fire Information for Resource Management System (FIRMS), which provides near-real-time active fire data globally. The dataset includes geospatial data capturing the coordinates of fire incidents along with various attributes that provide detailed information about each detected fire. This data is crucial for understanding fire patterns, analyzing fire impact, and aiding in fire management and mitigation strategies.
CREATE TABLE fire_nrt_j1v_c2_476323 (
"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,
"geometry" VARCHAR
);Anyone who has the link will be able to view this.