Dataset Viewer
Full Screen
The dataset viewer is not available for this split.
Server error while post-processing the split rows. Please report the issue.
Error code:   RowsPostProcessingError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

πŸ’Ύ Data

This dataset was used for implementation of an ensemble model for sugar cane burning detection in North and Central Coast of Peru. For more information, please visit the project

To download it, use the following commands:

git clone https://huggingface.co/datasets/jfloresf/scburning
cd scburning

Revert the multipart compression by merging and extracting:

cat database/database.tar.* | tar -xzvf - -i
cat inference/emergencies/emergencies.tar.* | tar -xzvf - -i
cat inference/pilot/pilot.tar.* | tar -xzvf - -i

The dataset consists of 1,054 images (πŸ–Ό 512x512 pixels), organized into different folders:

  • Sentinel-2 10 bands (S2)
  • Normalized Burn Ratio (nbr)
  • Burned Area Detection Index (badi)
  • Slope in percentage (slope)
  • Normalized Difference Vegetation Index (ndvi)
  • Normalized Difference Water Index (ndwi)
  • Distance to Crop Cover (dlc)
  • Ground Truth (target)

Additionally, the dataset includes the emergencies (58 images) and pilot (30 images) folders for inference purposes with the same structure, except for the Ground Truth subfolder.

Folder Structure

database/
β”œβ”€β”€ badi/
β”‚   β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
|   β”œβ”€β”€ ...
β”œβ”€β”€ dlc/
β”‚   β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
|   β”œβ”€β”€ ...
β”œβ”€β”€ nbr/
β”‚   β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
|   β”œβ”€β”€ ...
β”œβ”€β”€ ndvi/
β”‚   β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
|   β”œβ”€β”€ ...
|── ndwi/
|   β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
|   β”œβ”€β”€ ...
|── slope/
|   β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
|   β”œβ”€β”€ ...
|── S2/
|   β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
|   β”œβ”€β”€ ...
|── target/
|   β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
|   β”œβ”€β”€ ...
Downloads last month
37