crop_calendar_sacks {geodata} | R Documentation |
Sacks crop calendar data
Description
Download Sacks crop calendar data. The crops available are returned by sacksCrops
Usage
crop_calendar_sacks(crop="", path, ...)
sacksCrops()
Arguments
crop |
character. Crop name. See |
path |
character. Path for storing the downloaded data. See |
... |
additional arguments passed to |
Value
SpatRaster
References
Sacks, W.J., D. Deryng, J.A. Foley, and N. Ramankutty, 2010. Crop planting dates: an analysis of global patterns. Global Ecology and Biogeography 19: 607-620. doi:10.1111/j.1466-8238.2010.00551.x.
See Also
https://sage.nelson.wisc.edu/data-and-models/datasets/crop-calendar-dataset/
Examples
# download may take > 5s
cas <- crop_calendar_sacks("cassava", path=tempdir())
[Package geodata version 0.6-2 Index]