0x365/eo-crop-type-belgium
Crop Type Segmentation Earth Observation Dataset of Belgium 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. Author of this dataset: Robert Cowlishaw (0x365) Input data -… See the full description on the dataset page: https://huggingface.co/datasets/0x365/eo-crop-type-belgium.
Crop Type Segmentation Earth Observation Dataset of Belgium
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.
- Author of this dataset: Robert Cowlishaw (0x365)
Input data - Sentinel-2 Satellite Imagery from ESA Copernicus
- Bands: 2, 3, 4, 5, 6, 7, 8, 11, 12
- GSD: 10m
- Image Dimensions: 256x256 pixels
- Date of acquisition: 29/06/2018 to 01/07/2018
- Location: Belgium
Label data - ESA WorldCereal dataset originally created by Department of Agriculture and Fisheries of the Flemish government (Belgium)
- GSD: 10m
- Image Dimensions: 256x256 pixelsB02
- Date of observation: 01/06/2018
- Location: Belgium
Licensing Information
The dataset is available under the Creative Commons License (CC BY 4.0). Please read further information about the datasets used to build this one to correctly credit the data creators here.
- Contains modified Copernicus Sentinel data 2018
- Contains modified Copernicus Service information 2018
Load dataset
from datasets import load_dataset
dataset = load_dataset("0x365/eo-crop-type-belgium", split="train")