CropNet/CropNet
收藏资源简介:
CropNet数据集是一个开放的大规模深度学习数据集,专门用于美国大陆县级的气候变化感知作物产量预测。数据集包含三种数据模态:Sentinel-2影像、WRF-HRRR计算数据集和USDA作物数据集,这些数据在空间和时间上对齐,覆盖了2017年至2022年间的2200多个美国县。数据集旨在帮助研究人员开发深度学习模型,通过考虑短期生长季节天气变化和长期气候变化对作物产量的影响,及时准确地预测县级作物产量。
The CropNet dataset is an open, large-scale, and deep learning-ready dataset, specifically targeting climate change-aware crop yield predictions for the contiguous United States (U.S.) continent at the county level. It is composed of three modalities of data, i.e., Sentinel-2 Imagery, WRF-HRRR Computed Dataset, and USDA Crop Dataset, aligned in both the spatial and temporal domains, for over 2200 U.S. counties spanning 6 years (2017-2022). It is expected to facilitate researchers in developing deep learning models for timely and precisely predicting crop yields at the county level, by accounting for the effects of both short-term growing season weather variations and long-term climate change on crop yields.
数据集概述
名称: CropNet
目的: 用于多模态气候变化感知作物产量预测的开放、大规模数据集。
数据组成:
- Sentinel-2 Imagery: 提供224x224 RGB农业影像(AG)和归一化植被指数(NDVI)图像,空间分辨率为9x9 km,每14天更新一次。
- WRF-HRRR Computed Dataset: 包含每日和每月的气象参数,用于捕捉短期生长季节天气变化和长期气候变化对作物产量的影响。
- USDA Crop Dataset: 提供美国各县的生产、产量等作物信息,包括玉米、棉花、大豆和冬小麦四种作物。
覆盖范围: 美国2291个县,时间跨度为2017至2022年。
数据集大小: 超过1TB。
数据集贡献
- CropNet数据集: 首个公开的、多模态的、用于气候变化感知作物产量预测的TB级数据集。
- CropNet包: 一个深度学习就绪的Python包,用于下载CropNet数据并开发深度神经网络模型。
教程
- Sentinel-2 Imagery Tutorial
- WRF-HRRR Computed Dataset Tutorial
- USDA Crop Dataset Tutorial
数据集使用
- DataDownloader: 允许用户根据时间和地区需求下载CropNet数据。
- DataRetriever: 方便用户获取本地存储的CropNet数据。
- DataLoader: 用于开发深度神经网络模型,结合所有三种数据模态创建数据集。
安装
python
创建并激活conda环境
conda create -n cropnet_api python=3.10 conda activate cropnet_api
安装CropNet
pip install cropnet
解决ecCodes库依赖问题
pip install ecmwflibs
许可证
CropNet遵循Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)许可证。




