File size: 2,093 Bytes
b7afbde 0bb7342 cebfe33 0bb7342 cebfe33 0bb7342 cebfe33 0bb7342 cebfe33 0bb7342 cebfe33 0bb7342 cebfe33 0bb7342 cebfe33 0bb7342 cebfe33 0bb7342 cebfe33 0bb7342 cebfe33 0bb7342 cebfe33 0bb7342 cebfe33 0bb7342 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
---
license: mit
task_categories:
- image-segmentation
language:
- en
tags:
- climate
pretty_name: scburning
size_categories:
- 10K<n<100K
---
## πΎ 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](https://github.com/jfloresf17/scburning)
To download it, use the following commands:
```bash
git clone https://huggingface.co/datasets/jfloresf/scburning
cd scburning
```
Revert the multipart compression by merging and extracting:
```bash
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
| βββ ...
```
|