Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,27 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
|
|
|
|
|
|
|
|
|
| 3 |
- satellite
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
Part of MONSTER: <https://arxiv.org/abs/2502.15122>.
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
***S2Agri*** is a land cover classification dataset and contains a single tile of Sentinel-2 data (T31TFM), which covers a 12,100 km<sup>2</sup> area in France [1, 2]. Ten spectral bands are used, and these are provided at 10m resolution. The dataset contains time series of length 24, observed between January and October 2017. The area has a wide range of crop types and terrain conditions.
|
| 8 |
|
| 9 |
The original S2Agri dataset is designed for parcel-based processing and contains data for 191,703 land parcels, with data for each parcel provided in a separate file. We have reorganised the data for pixel-based processing, leading to a dataset containing 59,268,823 pixels. Two sets of land cover classification labels are provided, one with $19$ classes and the other with 44 classes. However, some of the 44-classes are only represented by one land parcel. We have removed the pixels in these land parcels from the dataset. This means there are only 17 and 34 classes respectively that are represented in the final dataset. The class label of each parcel comes from the French Land Parcel Identification System. The dataset is unbalanced: the largest four of the 19-class labels account for 90% of the parcels.
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- time series
|
| 4 |
+
- time series classification
|
| 5 |
+
- monster
|
| 6 |
- satellite
|
| 7 |
+
license: cc-by-4.0
|
| 8 |
+
pretty_name: S2Agri-34
|
| 9 |
+
size_categories:
|
| 10 |
+
- 10M<n<100M
|
| 11 |
---
|
| 12 |
Part of MONSTER: <https://arxiv.org/abs/2502.15122>.
|
| 13 |
|
| 14 |
+
|S2Agri-34||
|
| 15 |
+
|-|-:|
|
| 16 |
+
|Category|Satellite|
|
| 17 |
+
|Num. Examples|59,268,823|
|
| 18 |
+
|Num. Channels|10|
|
| 19 |
+
|Length|24|
|
| 20 |
+
|Sampling Freq.|10 days|
|
| 21 |
+
|Num. Classes|34|
|
| 22 |
+
|License|[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)|
|
| 23 |
+
|Citations|[1] [2]|
|
| 24 |
+
|
| 25 |
***S2Agri*** is a land cover classification dataset and contains a single tile of Sentinel-2 data (T31TFM), which covers a 12,100 km<sup>2</sup> area in France [1, 2]. Ten spectral bands are used, and these are provided at 10m resolution. The dataset contains time series of length 24, observed between January and October 2017. The area has a wide range of crop types and terrain conditions.
|
| 26 |
|
| 27 |
The original S2Agri dataset is designed for parcel-based processing and contains data for 191,703 land parcels, with data for each parcel provided in a separate file. We have reorganised the data for pixel-based processing, leading to a dataset containing 59,268,823 pixels. Two sets of land cover classification labels are provided, one with $19$ classes and the other with 44 classes. However, some of the 44-classes are only represented by one land parcel. We have removed the pixels in these land parcels from the dataset. This means there are only 17 and 34 classes respectively that are represented in the final dataset. The class label of each parcel comes from the French Land Parcel Identification System. The dataset is unbalanced: the largest four of the 19-class labels account for 90% of the parcels.
|