ibm-nasa-geospatial/multi-temporal-crop-classification
收藏资源简介:
该数据集包含了2022年美国大陆范围内不同土地覆盖和作物类型的时序Harmonized Landsat-Sentinel图像,用于训练地理空间机器学习模型,特别是用于作物类型分割的模型。数据集由训练和验证数据集组成,图像经过质量控制,以确保无云和其他不良影响的数据。
This dataset contains temporal Harmonized Landsat-Sentinel imagery of diverse land cover and crop type classes across the Contiguous United States for the year 2022, intended for training geospatial machine learning models, particularly for crop type segmentation. The dataset is composed of training and validation sets with images that have undergone quality control to ensure cloud-free and other adversely affected data.
数据集概述
数据集名称
Multi-Temporal Crop Classification
数据集描述
该数据集包含2022年美国本土的Harmonized Landsat-Sentinel时间序列影像,涵盖多种土地覆盖和作物类型。目标标签来自美国农业部的Crop Data Layer (CDL)。主要用于训练地理空间机器学习模型。
数据集结构
- TIFF文件:每个TIFF文件覆盖224x224像素区域,空间分辨率为30米。每个输入卫星文件包含18个波段,包括6个光谱波段,分为三个时间步骤堆叠。每个GeoTIFF掩码文件包含一个波段,每个像素对应目标类别。
- 波段顺序:每个输入GeoTIFF中,以下波段重复三次,代表整个生长季节的三个观测:
- 1, Blue, B02
- 2, Green, B03
- 3, Red, B04
- 4, NIR, B8A
- 5, SW 1, B11
- 6, SW 2, B12
- 掩码值:
- 0 : "No Data"
- 1 : "Natural Vegetation"
- 2 : "Forest"
- 3 : "Corn"
- 4 : "Soybeans"
- 5 : "Wetlands"
- 6 : "Developed/Barren"
- 7 : "Open Water"
- 8 : "Winter Wheat"
- 9 : "Alfalfa"
- 10 : "Fallow/Idle Cropland"
- 11 : "Cotton"
- 12 : "Sorghum"
- 13 : "Other"
数据分割
数据集随机分为训练集(80%)和验证集(20%),对应的ID记录在train_data.txt和validation_data.txt文件中。
数据集创建
- 查询和场景选择:首先定义5000个芯片样本,确保CONUS的代表性。然后查询2022年3月至9月的HLS S30场景,选择低云覆盖的场景,并从中选择三个场景以代表生长季节的不同阶段。
- 芯片生成:对每个芯片的三个场景进行裁剪,并将18个光谱波段堆叠。应用质量控制,排除包含云、云影、邻近云或缺失值的芯片。
数据下载
数据以.tgz格式提供,需要安装Git Large File Storage进行下载。数据也托管在Source Cooperative的AWS S3上。




