Crop-Yield-Prediction-MODIS
收藏资源简介:
Crop Yield Prediction MODIS数据集是为DFYP项目中的作物产量回归任务而准备的经过处理的MODIS数据。该数据集包含预处理后的年度样本(按年份、县和样本ID索引的.npy文件)以及模型管道使用的直方图数据(histogram_all_full.npz)。数据来源于2003年至2015年的MODIS表面反射率、表面温度和土地覆盖产品,经过重新分类为作物掩膜并过滤非目标区域后,将反射率和温度通道堆叠为9通道的年度表示,最终转换为直方图以减少噪声并稳定输入表示。该数据集适用于从处理后的MODIS特征预测作物产量值的回归模型。
The Crop Yield Prediction MODIS dataset is a processed MODIS data prepared for the crop yield regression task in the DFYP project. The dataset contains pre-processed annual samples (indexed by year, county, and sample ID in .npy files) and histogram data used by the model pipeline (histogram_all_full.npz). The data is sourced from MODIS surface reflectance, surface temperature, and land cover products from 2003 to 2015. After reclassification into crop masks and filtering non-target areas, the reflectance and temperature channels are stacked into a 9-channel annual representation, which is then converted into histograms to reduce noise and stabilize the input representation. This dataset is suitable for regression models predicting crop yield values from processed MODIS features.
Crop Yield Prediction MODIS 数据集概述
数据集基本信息
- 数据集名称:Crop Yield Prediction MODIS
- 许可证:MIT
- 主要标签:农业、遥感、MODIS、作物产量预测
数据集内容与结构
- 数据文件位置:
datasets/modis/processed_data/ - 主要数据文件:
- 预处理后的年度样本文件,命名格式为
{年份}_{县代码}_{样本ID}.npy(例如:2003_17_1.npy,2016_5_95.npy)。 - 模型管道使用的直方图数据文件:
histogram_all_full.npz。
- 预处理后的年度样本文件,命名格式为
数据来源与背景
- 原始项目:该数据集来源于DFYP项目的MODIS分支。
- 项目仓库:https://github.com/onef1shy/DFYP
- 相关论文:https://doi.org/10.1109/TGRS.2026.3684831
数据预处理流程
- 数据源:使用了2003年至2015年的MODIS地表反射率、地表温度和土地覆盖产品。
- 年度分组:由于产品时间分辨率不同,按年份分组处理地表反射率和地表温度数据。
- 土地覆盖重分类:将土地覆盖数据重分类为作物掩膜。
- 区域过滤:应用作物掩膜过滤非目标区域。
- 通道堆叠:将反射率和温度通道堆叠成9通道的年度表征图像。
- 表征转换:最终的光谱图像被转换为直方图,以降低噪声并稳定输入表征。
预期用途
- 该数据集旨在用于从处理后的MODIS特征预测作物产量值的回归模型。
- 使用DFYP代码时,需保持指定的目录结构:
datasets/modis/processed_data/。
引用方式
若使用此数据集,请引用DFYP论文: bibtex @article{zhang2026dfyp, title={DFYP: A Dynamic Fusion Framework with Spectral Channel Attention and Adaptive Operator learning for Crop Yield Prediction}, author={Zhang, Juli and Yan, Zeyu and Zhang, Jing and Miao, Qiguang and Wang, Quan}, journal={IEEE Transactions on Geoscience and Remote Sensing}, year={2026}, publisher={IEEE} }




