Datasets:
add typology
Browse files
README.md
CHANGED
|
@@ -22,12 +22,14 @@ The dataset is intended for research and development in remote sensing, Earth ob
|
|
| 22 |
|
| 23 |
<!--It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/hug<>gingface_hub/templates/datasetcard_template.md?plain=1).-->
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
| 26 |
The label data originates from the AI4LCC benchmark dataset: [https://doi.theia.data-terra.org/ai4lcc/?lang=en](https://doi.theia.data-terra.org/ai4lcc/?lang=en)
|
| 27 |
The Sentinel-2 imagery was retrieved from Planetary Computer for the same spatial locations and time periods (along 2020) corresponding to the labels.
|
| 28 |
|
| 29 |
|
| 30 |
-
## Dataset Details
|
| 31 |
### Supported Tasks
|
| 32 |
The dataset can be used for:
|
| 33 |
- Land-cover classification
|
|
@@ -67,11 +69,13 @@ dataset/ <br>
|
|
| 67 |
-->
|
| 68 |
|
| 69 |
### Dataset Creation
|
| 70 |
-
- Retrieving Sentinel-2 imagery (2020) within ground-truth bounding boxes using the Planetary Computer API and odc-stac
|
| 71 |
- Generating annual composites using median reduction with Xarray
|
| 72 |
-
- Simplifying the original 14 land-cover classes into 5 classes
|
| 73 |
- Combining imagery and labels
|
| 74 |
-
|
|
|
|
|
|
|
| 75 |
|
| 76 |
### Intended Use
|
| 77 |
This dataset is intended for:
|
|
|
|
| 22 |
|
| 23 |
<!--It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/hug<>gingface_hub/templates/datasetcard_template.md?plain=1).-->
|
| 24 |
|
| 25 |
+
|
| 26 |
+
## Dataset Details
|
| 27 |
+
|
| 28 |
+
### Dataset Source
|
| 29 |
The label data originates from the AI4LCC benchmark dataset: [https://doi.theia.data-terra.org/ai4lcc/?lang=en](https://doi.theia.data-terra.org/ai4lcc/?lang=en)
|
| 30 |
The Sentinel-2 imagery was retrieved from Planetary Computer for the same spatial locations and time periods (along 2020) corresponding to the labels.
|
| 31 |
|
| 32 |
|
|
|
|
| 33 |
### Supported Tasks
|
| 34 |
The dataset can be used for:
|
| 35 |
- Land-cover classification
|
|
|
|
| 69 |
-->
|
| 70 |
|
| 71 |
### Dataset Creation
|
| 72 |
+
- Retrieving Sentinel-2 imagery (2020) within ground-truth bounding boxes using the Planetary Computer API (sentinel-2-l2a) and odc-stac
|
| 73 |
- Generating annual composites using median reduction with Xarray
|
| 74 |
+
- Simplifying the original 14 land-cover classes into 5 classes as in Table 1 ref [Wenger et al., 2022](https://www.germain-forestier.info/publis/isprs2022.pdf)
|
| 75 |
- Combining imagery and labels
|
| 76 |
+
<p align="center">
|
| 77 |
+
<img src="images/typology_AI4LCC.png" alt="typology" width="400">
|
| 78 |
+
</p>
|
| 79 |
|
| 80 |
### Intended Use
|
| 81 |
This dataset is intended for:
|