Baselight

INVESTIGATIVE WILDFIRE DATA FOR TURKEY/ NASA

INVESTIGATIVE WILDFIRE CSV DATA

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa

Loading...
Loading...

About this Dataset

INVESTIGATIVE WILDFIRE DATA FOR TURKEY/ NASA

INVESTIGATIVE WILDFIRE DATA FOR TURKEY/ NASA

BE CAREFUL OF THE FILE NAMES.

IT CONTAINS THE DATA NEEDED TO RESEARCH LATEST FOREST FIRES IN TURKEY.

PAY ATTENTION TO THE DATE INTERVALS. THESE ARE 7-11 DAILY DATA OF LAST TIMES.

  • fire _ nrt _ M _ C61 _ 212465 _ all _ countries.csv

This file is important for all countries becuase it contains fire data of last 11 days for all around the world

Content

Data on recent forest fires in Turkey, published with permission from NASA Portal.
The data was created based on the hotspots and obtained from the satellite.

3 SEPARATE SATELLITE DATA:

  • MODIS C6.1
  • SUOMI VIIRS C2
  • J1 VIIRS C1

GENERAL ATTRIBUTES

  • Latitude
    Center of nominal 375 m fire pixel

  • Longitude
    Center of nominal 375 m fire pixel

  • Bright_ti4
    (Brightness temperature I-4)
    VIIRS I-4: channel brightness temperature of the fire pixel measured in Kelvin.

  • Scan
    (Along Scan pixel size)
    The algorithm produces approximately 375 m pixels at nadir. Scan and track reflect actual pixel size.

  • Track
    (Along Track pixel size)
    The algorithm produces approximately 375 m pixels at nadir. Scan and track reflect actual pixel size.

  • Acq_Date
    (Acquisition Date)
    Date of VIIRS acquisition.

  • Acq_Time
    (Acquisition Time)
    Time of acquisition/overpass of the satellite (in UTC).

  • Satellite
    N Suomi National Polar-orbiting Partnership (Suomi NPP)

  • Confidence
    This value is based on a collection of intermediate algorithm quantities used in the detection process. It is intended to help users gauge the quality of individual hotspot/fire pixels. Confidence values are set to low, nominal and high. Low confidence daytime fire pixels are typically associated with areas of sun glint and lower relative temperature anomaly (15K) temperature anomaly in either day or nighttime data. High confidence fire pixels are associated with day or nighttime saturated pixels.

Please note:
  • Low confidence nighttime pixels occur only over the geographic area extending from 11° E to 110° W and 7° N to 55° S. This area describes the region of influence of the South Atlantic Magnetic Anomaly which can cause spurious brightness temperatures in the mid-infrared channel I4 leading to potential false positive alarms. These have been removed from the NRT data distributed by FIRMS.

  • Version
    Version identifies the collection (e.g. VIIRS Collection 1) and source of data processing: Near Real-Time (NRT suffix added to collection) or Standard Processing (collection only).

"1.0NRT" - Collection 1 NRT processing.

"1.0" - Collection 1 Standard processing.

  • Bright_ti5
    (Brightness temperature I-5)
    I-5 Channel brightness temperature of the fire pixel measured in Kelvin.

  • FRP
    (Fire Radiative Power)
    FRP depicts the pixel-integrated fire radiative power in MW (megawatts). Given the unique spatial and spectral resolution of the data, the VIIRS 375 m fire detection algorithm was customized and tuned in order to optimize its response over small fires while balancing the occurrence of false alarms. Frequent saturation of the mid-infrared I4 channel (3.55-3.93 µm) driving the detection of active fires requires additional tests and procedures to avoid pixel classification errors. As a result, sub-pixel fire characterization (e.g., fire radiative power [FRP] retrieval) is only viable across small and/or low-intensity fires. Systematic FRP retrievals are based on a hybrid approach combining 375 and 750 m data. In fact, starting in 2015 the algorithm incorporated additional VIIRS channel M13 (3.973-4.128 µm) 750 m data in both aggregated and unaggregated format.

Satellite measurements of fire radiative power (FRP) are increasingly used to estimate the contribution of biomass burning to local and global carbon budgets. Without an associated uncertainty, however, FRP-based biomass burning estimates cannot be confidently compared across space and time, or against estimates derived from alternative methodologies. Differences in the per-pixel FRP measured near-simultaneously in consecutive MODIS scans are approximately normally distributed with a standard deviation (ση) of 26.6%. Simulations demonstrate that this uncertainty decreases to less than ~5% (at ±1 ση) for aggregations larger than ~50 MODIS active fire pixels. Although FRP uncertainties limit the confidence in flux estimates on a per-pixel basis, the sensitivity of biomass burning estimates to FRP uncertainties can be mitigated by conducting inventories at coarser spatiotemporal resolutions.

http://cedadocs.ceda.ac.uk/770/1/SEVIRI_FRP_documentdesc.pdf

  • Type
    (Inferred hot spot type)
    0 = presumed vegetation fire

1 = active volcano

2 = other static land source

3 = offshore detection (includes all detections over water)

  • DayNight
    (Day or Night)

D= Daytime fire

N= Nighttime fire

Tables

Modis 2017 Czech Republic

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_czech_republic
  • 18.12 KB
  • 199 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_czech_republic (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Democratic Republic Of The Congo

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_democratic_republic_of_the_congo
  • 6.6 MB
  • 456172 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_democratic_republic_of_the_congo (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Dem Rep Korea

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_dem_rep_korea
  • 39.9 KB
  • 938 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_dem_rep_korea (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Denmark

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_denmark
  • 12.29 KB
  • 47 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_denmark (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Djibouti

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_djibouti
  • 11.88 KB
  • 36 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_djibouti (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Dominica

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_dominica
  • 10.34 KB
  • 3 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_dominica (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Dominican Republic

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_dominican_republic
  • 37.65 KB
  • 1003 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_dominican_republic (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Ecuador

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_ecuador
  • 83.83 KB
  • 3281 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_ecuador (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Egypt

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_egypt
  • 53.24 KB
  • 1633 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_egypt (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 El Salvador

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_el_salvador
  • 53.95 KB
  • 1669 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_el_salvador (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Equatorial Guinea

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_equatorial_guinea
  • 13.79 KB
  • 85 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_equatorial_guinea (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Eritrea

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_eritrea
  • 16.54 KB
  • 157 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_eritrea (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Estonia

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_estonia
  • 10.76 KB
  • 11 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_estonia (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Ethiopia

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_ethiopia
  • 971.74 KB
  • 52866 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_ethiopia (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Falkland Islands

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_falkland_islands
  • 10.73 KB
  • 14 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_falkland_islands (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Fiji

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_fiji
  • 26 KB
  • 494 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_fiji (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Finland

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_finland
  • 15.13 KB
  • 119 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_finland (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 France

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_france
  • 82.21 KB
  • 2797 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_france (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 French Guiana

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_french_guiana
  • 18.26 KB
  • 216 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_french_guiana (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 French Polynesia

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_french_polynesia
  • 10.78 KB
  • 11 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_french_polynesia (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 French Southern And Antarctic Lands

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_french_southern_and_antarctic_lands
  • 10.2 KB
  • 1 row
  • 15 columns
Loading...

CREATE TABLE modis_2017_french_southern_and_antarctic_lands (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Gabon

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_gabon
  • 61.42 KB
  • 2063 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_gabon (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Georgia

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_georgia
  • 38.86 KB
  • 915 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_georgia (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Germany

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_germany
  • 54.26 KB
  • 2017 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_germany (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Modis 2017 Ghana

@kaggle.brsdincer_investigative_wildfire_data_for_turkey_nasa.modis_2017_ghana
  • 858.92 KB
  • 53752 rows
  • 15 columns
Loading...

CREATE TABLE modis_2017_ghana (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "brightness" DOUBLE,
  "scan" DOUBLE,
  "track" DOUBLE,
  "acq_date" TIMESTAMP,
  "acq_time" BIGINT,
  "satellite" VARCHAR,
  "instrument" VARCHAR,
  "confidence" BIGINT,
  "version" DOUBLE,
  "bright_t31" DOUBLE,
  "frp" DOUBLE,
  "daynight" VARCHAR,
  "type" BIGINT
);

Share link

Anyone who has the link will be able to view this.