Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download_daymet_ncss() not downloading some variables #49

Closed
johnwendt opened this issue May 26, 2021 · 1 comment
Closed

download_daymet_ncss() not downloading some variables #49

johnwendt opened this issue May 26, 2021 · 1 comment

Comments

@johnwendt
Copy link

The function is not working for param = "srad" with frequency = "monthly" or frequency = "annual". Tested with CRAN version and GitHub version. Also, param = "ALL" only downloaded tmin, tmax, prcp, and vp.

download_daymet_ncss(location = c(50, -114, 40, -97), start = 1980, end = 1980, param = "ALL", frequency = "monthly", mosaic = "na", path = "D:/NGP/data/daymet")

This returns the generic "data download failed" error message.

@khufkens
Copy link
Member

This is all which is available for the summary values. Not all variables are made available. This goes back to a previous issue, but I forgot to update the docs in the new release.

#44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants