jfloresf commited on
Commit
0bb7342
Β·
verified Β·
1 Parent(s): a0c340b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -13
README.md CHANGED
@@ -10,43 +10,52 @@ pretty_name: scburning
10
  size_categories:
11
  - 10K<n<100K
12
  ---
 
13
  This dataset was used for implementation of an ensemble model for sugar cane burning detection in North and Central Coast of Peru.
14
  For more information, please visit the [project](https://github.com/jfloresf17/scburning)
15
 
16
- To download the dataset, run the following command:
 
17
  ```bash
18
  git clone https://huggingface.co/datasets/jfloresf/scburning
19
  cd scburning
20
  ```
21
 
22
- Revert the multipart compression: merge first, then untar
 
23
  ```bash
24
  cat database/database.tar.* | tar -xzvf - -i
25
  cat inference/emergencies/emergencies.tar.* | tar -xzvf - -i
26
  cat inference/pilot/pilot.tar.* | tar -xzvf - -i
27
  ```
28
 
29
- <div style="text-align: justify;">
30
- Consists in 1,054 images of 512x512 pixels with different
31
- folders:
32
 
 
 
 
 
 
 
 
 
33
 
34
- 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:
35
- </div>
36
 
 
37
  ```
38
  database/
39
  β”œβ”€β”€ badi/
40
- β”‚ β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
41
  | β”œβ”€β”€ ...
42
  β”œβ”€β”€ dlc/
43
  β”‚ β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
44
  | β”œβ”€β”€ ...
45
  β”œβ”€β”€ nbr/
46
- β”‚ β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
47
  | β”œβ”€β”€ ...
48
  β”œβ”€β”€ ndvi/
49
- β”‚ β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
50
  | β”œβ”€β”€ ...
51
  |── ndwi/
52
  | β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
@@ -54,10 +63,10 @@ database/
54
  |── slope/
55
  | β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
56
  | β”œβ”€β”€ ...
57
- |── S2/
58
  | β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
59
  | β”œβ”€β”€ ...
60
  |── target/
61
- | β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
62
  | β”œβ”€β”€ ...
63
- ```
 
10
  size_categories:
11
  - 10K<n<100K
12
  ---
13
+ ## πŸ’Ύ Data
14
  This dataset was used for implementation of an ensemble model for sugar cane burning detection in North and Central Coast of Peru.
15
  For more information, please visit the [project](https://github.com/jfloresf17/scburning)
16
 
17
+ To download it, use the following commands:
18
+
19
  ```bash
20
  git clone https://huggingface.co/datasets/jfloresf/scburning
21
  cd scburning
22
  ```
23
 
24
+ Revert the multipart compression by merging and extracting:
25
+
26
  ```bash
27
  cat database/database.tar.* | tar -xzvf - -i
28
  cat inference/emergencies/emergencies.tar.* | tar -xzvf - -i
29
  cat inference/pilot/pilot.tar.* | tar -xzvf - -i
30
  ```
31
 
32
+ The dataset consists of 1,054 images (πŸ–Ό 512x512 pixels), organized into different folders:
 
 
33
 
34
+ - **Sentinel-2 10 bands** (`S2`)
35
+ - **Normalized Burn Ratio** (`nbr`)
36
+ - **Burned Area Detection Index** (`badi`)
37
+ - **Slope in percentage** (`slope`)
38
+ - **Normalized Difference Vegetation Index** (`ndvi`)
39
+ - **Normalized Difference Water Index** (`ndwi`)
40
+ - **Distance to Crop Cover** (`dlc`)
41
+ - **Ground Truth** (`target`)
42
 
43
+ 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.
 
44
 
45
+ ### Folder Structure
46
  ```
47
  database/
48
  β”œβ”€β”€ badi/
49
+ β”‚ β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
50
  | β”œβ”€β”€ ...
51
  β”œβ”€β”€ dlc/
52
  β”‚ β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
53
  | β”œβ”€β”€ ...
54
  β”œβ”€β”€ nbr/
55
+ β”‚ β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
56
  | β”œβ”€β”€ ...
57
  β”œβ”€β”€ ndvi/
58
+ β”‚ β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
59
  | β”œβ”€β”€ ...
60
  |── ndwi/
61
  | β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
 
63
  |── slope/
64
  | β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
65
  | β”œβ”€β”€ ...
66
+ |── S2/
67
  | β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
68
  | β”œβ”€β”€ ...
69
  |── target/
70
+ | β”œβ”€β”€ ROI_0000_01_04__..._20201008T082324.tif
71
  | β”œβ”€β”€ ...
72
+ ```