scburning / README.md
jfloresf's picture
Create README.md
cebfe33 verified
|
raw
history blame
1.84 kB

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 the dataset, run the following command:

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

Revert the multipart compression: merge first, then untar

cat database/database.tar.* | tar -xzvf - -i
cat inference/emergencies/emergencies.tar.* | tar -xzvf - -i
cat inference/pilot/pilot.tar.* | tar -xzvf - -i
Consists in 1,054 images of 512x512 pixels with 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') according the following structure:

database/
β”œβ”€β”€ badi/
β”‚   β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif 
|   β”œβ”€β”€ ...
β”œβ”€β”€ dlc/
β”‚   β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
|   β”œβ”€β”€ ...
β”œβ”€β”€ landcover/
β”‚   β”œβ”€β”€ 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 
|   β”œβ”€β”€ ...