text stringlengths 9 9 |
|---|
env_03492 |
env_04214 |
env_00470 |
env_00916 |
env_01116 |
env_00066 |
env_01554 |
env_02551 |
env_03855 |
env_00132 |
env_00603 |
env_01577 |
env_04007 |
env_00094 |
env_01044 |
env_04066 |
env_03048 |
env_03255 |
env_03333 |
env_03616 |
env_04179 |
env_03272 |
env_02537 |
env_02420 |
env_00869 |
env_02454 |
env_01664 |
env_01538 |
env_02895 |
env_02088 |
env_03476 |
env_01658 |
env_02621 |
env_03212 |
env_03182 |
env_02328 |
env_01006 |
env_00555 |
env_04073 |
env_04015 |
env_02919 |
env_00538 |
env_02530 |
env_02133 |
env_00552 |
env_02873 |
env_00530 |
env_00027 |
env_01581 |
env_02553 |
env_02820 |
env_04096 |
env_04036 |
env_02375 |
env_00258 |
env_02384 |
env_01472 |
env_04268 |
env_01626 |
env_01036 |
env_00590 |
env_03240 |
env_02004 |
env_01528 |
env_02566 |
env_02763 |
env_00335 |
env_00255 |
env_00535 |
env_00148 |
env_02997 |
env_04193 |
env_01082 |
env_04245 |
env_00128 |
env_03166 |
env_02379 |
env_02572 |
env_00360 |
env_00692 |
env_03549 |
env_02272 |
env_00101 |
env_00451 |
env_00484 |
env_00923 |
env_03827 |
env_01527 |
env_04127 |
env_00990 |
env_02358 |
env_00895 |
env_01281 |
env_01270 |
env_00901 |
env_02984 |
env_04116 |
env_01616 |
env_03551 |
env_00776 |
South Korean Wildfire Episodes Dataset (300 m Grid)
A geospatial dataset of South Korean wildfire progression combining NASA FIRMS (VIIRS/MODIS) fire detections with static environmental layers (DEM, landcover, slope, NDVI, forest structure, etc.).
Tiles are preprocessed into a 300 m spatial grid and segmented into temporal wildfire episodes suitable for reinforcement-learning–based wildfire spread prediction research.
Overview
This dataset provides a unified, model ready representation of wildfire behavior across the Korean Peninsula from 2015–2025. Each episode contains:
- A temporal sequence of environmental feature tensors (16 channels)
- Corresponding fire spread masks at each timestep
- Pre-normalized and aligned geospatial layers
- Episode segmentation based on FIRMS temporal-spatial clustering
This dataset directly supports training RL models such as A3C-LSTM wildfire spread predictors.
Dataset Structure
Each episode is stored as a compressed .npz file:
episode_XXXX.npz
├── states # (T, 16, 30, 30) environmental grids over time
└── fire_masks # (T, 30, 30) binary wildfire progression masks
Where:
- T = number of timesteps in the episode
- 16 channels include:
- DEM (elevation, slope, aspect)
- Weather (temp, humidity, wind speed, wind direction, precip, pressure, cloud, visibility, dew point)
- NDVI
- FSM (forest susceptibility or categorical forest-type channels)
Data Fields
states
Shape: (T, 16, 30, 30)
Contains the full spatiotemporal feature tensor used by RL agents.
fire_masks
Shape: (T, 30, 30)
Binary wildfire mask where:
1= active fire0= non-burning cell
Preprocessing Pipeline
- FIRMS VIIRS/MODIS fire detections collected (2015–2025)
- Sliding Window Scan clustering applied to group detections into separate wildfire episodes
- All geospatial layers resampled to 300 m grid resolution
- Static layers embedded as multi-channel raster tiles
- Episode
.npzconstructed from:- FIRMS-derived fire mask sequence
- Environmental tensors per timestep
Intended Use
This dataset is designed for:
- Reinforcement-learning wildfire spread models (A3C, A2C, LSTM-based agents)
- Spatiotemporal forecasting research
- Geospatial ML and uncertainty modeling
- Comparative experiments with CNN/LSTM/U-Net wildfire models
Limitations
- FIRMS detections have temporal gaps and positional uncertainty
- Environmental features are aggregated to 300 m resolution
- Episode segmentation depends on clustering thresholds
- Dataset is not meant for operational wildfire forecasting without additional calibration
Citation
If you use this dataset, please cite:
Cha, S.J. (2025). Korean Peninsula Wildfire Episodes Dataset (300 m Grid).
WildFirePrediction Project, Chung-Ang University.
- Downloads last month
- 164