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

get_daymet returns purr error when using run example #112

Closed
rsmiller74 opened this issue Mar 29, 2024 · 1 comment
Closed

get_daymet returns purr error when using run example #112

rsmiller74 opened this issue Mar 29, 2024 · 1 comment

Comments

@rsmiller74
Copy link

get_daymet returning error below when using run example.

DAYMET <- FedData::get_daymet(
template = FedData::meve,
label = "meve",
elements = c("prcp", "tmin", "tmax"),
years = 1980:1985
)

Error in purrr::map():
i In index: 1.
i With name: prcp.
Caused by error:
! error in evaluating the argument 'x' in selecting a method for function 'rast': i In index: 1.
i With name: 1980.
Caused by error in download_daymet_thredds():
! Problem creating coverage [prcp].
Run rlang::last_trace() to see where the error occurred.

packageVersion("FedData")
[1] ‘4.0.1’

packageVersion("purrr")
[1] ‘1.0.2’

@bocinsky
Copy link
Collaborator

bocinsky commented Apr 8, 2024

This seems to have resolved itself... I looked into the Daymet THREDDS server the other day, and the netcdf subset service was down. Just ran the example, and it worked on my end, so I think they got the TDS back up.

@bocinsky bocinsky closed this as completed Apr 8, 2024
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