crop_calendar_Sacks.RdDownload Sacks crop calendar data. The crops available are returned by sacksCrops
crop_calendar_sacks(crop="", path, ...)
sacksCrops()character. Crop name. See sacksCrops for valid names
character. Path for storing the downloaded data. See geodata_path
additional arguments passed to download.file
SpatRaster
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.
# \donttest{
# download may take > 5s
cas <- crop_calendar_sacks("cassava", path=tempdir())
#> Cached as: /tmp/Rtmpj1ul8r/calendar/sacks/Cassava.crop.calendar.tif
# }