CoolFace
Datasetpublic

ellaampy/SpatioTemporalYield

On exploring spatio-temporal encoding strategies for county-level yield prediction Crop yield information plays a pivotal role in ensuring food security. Advances in Earth Observation technology and the availability of historical yield records have promoted the use of machine learning for yield prediction. Significant research efforts have been made in this direction, encompassing varying choices of yield determinants and particularly how spatial and temporal information are… See the full description on the dataset page: https://huggingface.co/datasets/ellaampy/SpatioTemporalYield.

sourceHugging Facecc-by-4.0updated 2y agoView on Hugging Face
4likes17downloads
Dataset Card

On exploring spatio-temporal encoding strategies for county-level yield prediction

Crop yield information plays a pivotal role in ensuring food security. Advances in Earth Observation technology and the availability of historical yield records have promoted the use of machine learning for yield prediction. Significant research efforts have been made in this direction, encompassing varying choices of yield determinants and particularly how spatial and temporal information are encoded. However, these efforts are often conducted under diverse experimental setups, complicating their inter-comparisons.

The dataset ``SpatioTemporalYield`` is the data used in our comparative studies.

Data coverage

  • —The United States of America (USA) is the world’s largest producer of corn, accounting for approximately one-third of global production.
  • —SpatioTemporalYield covers the USA’s top five corn-producing states: Iowa, Illinois, Indiana, Nebraska, and Minnesota.
  • —Altogether, they accounted for over one-half of the USA’s corn(grain) production in 2021.

Structure of the data

The folder contains numpy arrays (over 8000) in the form ``YYYY_GEOID.npy` and a single json file `labels.json`` corresponding to their labels.

  • —YYYY - is the year of acquisition (from 2003 to 2021)
  • —GEOID - a five-character code representing a stateid (first two characters) and a county id (next three characters)
  • —Each ``.npy` file has the structure `T (time) x C (channel) x S (number of pixels)``
  • —There are 46 sequences (observed from January to December) and 12 channels in each array.

The channels/features are in the following order

OrderBandSource
Index 0redMOD9A1.061
Index 1nirMOD9A1.061
Index 2blueMOD9A1.061
Index 3greenMOD9A1.061
Index 4nir2MOD9A1.061
Index 5swir1MOD9A1.061
Index 6swir2MOD9A1.061
Index 7tminDaymet
Index 8tmaxDaymet
Index 9prcpDaymet
Index 10ndviMOD9A1.061 (derived)
Index 11ndwiMOD9A1.061 (derived)

Citation

If you use this data, please cite our work as:

TBD

Notes

The ``SpatioTemporalYield`` is a first version of our on-going initiative to create a multi-task and multi-sensory benchmark dataset for agricultural monitoring in the USA Please check back for updates.