ropensci/prism

get_prism_annual error for tdmean and vpdmax

rabutler-usbr opened this issue · 1 comments

get_prism_annual("tdmean", 1970) downloads an empty file. However 1969 and 1971 both work.

same for get_prism_annual("vpdmax", 1920). However 1919 and 1921 both work.

This was because I tried downloading the same file too many times.

#80 will try and handle this error.