Datasets:
Upload README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,67 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
|
|
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
## Labels
|
8 |
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: B02
|
7 |
+
dtype: image
|
8 |
+
- name: B03
|
9 |
+
dtype: image
|
10 |
+
- name: B04
|
11 |
+
dtype: image
|
12 |
+
- name: B05
|
13 |
+
dtype: image
|
14 |
+
- name: B06
|
15 |
+
dtype: image
|
16 |
+
- name: B07
|
17 |
+
dtype: image
|
18 |
+
- name: B08
|
19 |
+
dtype: image
|
20 |
+
- name: B11
|
21 |
+
dtype: image
|
22 |
+
- name: B12
|
23 |
+
dtype: image
|
24 |
+
- name: lon_min
|
25 |
+
dtype: float32
|
26 |
+
- name: lon_max
|
27 |
+
dtype: float32
|
28 |
+
- name: lat_min
|
29 |
+
dtype: float32
|
30 |
+
- name: lat_max
|
31 |
+
dtype: float32
|
32 |
+
- name: unclassified_space
|
33 |
+
dtype: float32
|
34 |
+
configs:
|
35 |
+
- config_name: default
|
36 |
+
license: cc-by-4.0
|
37 |
+
task_categories:
|
38 |
+
- image-segmentation
|
39 |
+
language:
|
40 |
+
- en
|
41 |
+
tags:
|
42 |
+
- belgium
|
43 |
+
- satellite
|
44 |
+
- eo
|
45 |
+
- crop
|
46 |
+
pretty_name: Satellite Earth Observation Crop Type Segmentation
|
47 |
+
---
|
48 |
|
49 |
+
# Crop Type Segmentation Earth Observation Dataset of Belgium
|
50 |
|
51 |
+
This dataset is a ML ready dataset with Earth Observation data from ESA Sentinel-2 with a GSD of 10m. The segmentation labels are given for the crop-type in each 10m pixel. The spectral bands provided are those suggest in ESA WorldCereal documentation (Bands: 2,3,4,5,6,7,8,11,12). The dataset covers the majority of Belgium. Each image is 256x256 pixels.
|
52 |
|
53 |
+
## Description
|
54 |
+
|
55 |
+
- **Input data source:** Sentinel-2 Satellite Imagery from ESA (Bands: 2,3,4,5,6,7,8,11,12)
|
56 |
+
- **Label data source:** [ESA WorldCereal dataset](https://worldcereal-rdm.geo-wiki.org/collections/details/?id=2018beflandersfullpoly110) originally created by [Department of Agriculture and Fisheries of the Flemish government (Belgium)](https://lv.vlaanderen.be/en)
|
57 |
+
- **Input data date:** 29/06/2018 to 01/07/2018
|
58 |
+
- **Label data date:** 01/06/2018
|
59 |
+
- **Author of this dataset** Robert Cowlishaw ([0x365](https://github.com/0x365))
|
60 |
+
|
61 |
+
|
62 |
+
## Licensing Information
|
63 |
+
|
64 |
+
The dataset is available under the [Creative Commons License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Please read further information about the datasets used to build this one to correctly credit the data creators [here](./license/LICENSE_INFO.md).
|
65 |
|
66 |
## Labels
|
67 |
|