H2Crop
收藏H²Crop数据集概述
数据集简介
H²Crop是一个用于层次化作物分类的大规模基准数据集,通过整合30米分辨率的EnMAP高光谱数据和10米分辨率的Sentinel-2时间序列数据构建而成。该数据集专注于法国农业区域,覆盖2022-2023生长季节。
关键特征
- 数据规模:包含1,023,489个标注地块
- 图像数量:16,344幅图像(EnMAP高光谱数据和Sentinel-2多光谱数据)
- 层次结构:四层分类体系(6 → 36 → 82 → 101类)
- 数据对齐:像素级对齐的高光谱-时序数据,无云采集
- 辅助数据:提供对应地块的shapefile文件用于边界分析
数据集结构
H2Crop/
│
├── data_lists/ # 样本划分定义
│ ├── train.txt # 12,016个训练样本
│ ├── val.txt # 2,112个验证样本
│ └── test.txt # 2,216个测试样本
│
├── h5_data/ # HDF5格式数据
│ ├── sample_001.h5 # 样本数据文件
│ ├── sample_002.h5
│ └── ...
数据格式
每个HDF5文件包含以下标准化组:
| 组名 | 形状 | 数据类型 | 描述 |
|---|---|---|---|
/EnMAP |
(218, 64, 64) | int16 | EnMAP高光谱立方体(400-2500nm) |
/S2 |
(12, 10, 192, 192) | int16 | 月度Sentinel-2合成数据 |
/label |
(4, 192, 192) | uint8 | 层次化标签(L1-L4) |
/prior |
(4, 192, 192) | uint8 | 上一年作物类型(L1-L4) |
获取方式
数据集可从以下地址下载:H2Crop数据集下载
引用信息
如需在研究中引用本数据集,请使用以下BibTeX条目:
@misc{li2025finegrainedhierarchicalcroptype, title={Fine-grained Hierarchical Crop Type Classification from Integrated Hyperspectral EnMAP Data and Multispectral Sentinel-2 Time Series: A Large-scale Dataset and Dual-stream Transformer Method}, author={Wenyuan Li and Shunlin Liang and Yuxiang Zhang and Liqin Liu and Keyan Chen and Yongzhe Chen and Han Ma and Jianglei Xu and Yichuan Ma and Shikang Guan and Zhenwei Shi}, year={2025}, eprint={2506.06155}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2506.06155}, }
许可协议
本项目采用Apache 2.0许可证。




