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

worldclim_country() for more than one country #46

Open
AMBarbosa opened this issue May 11, 2023 · 0 comments
Open

worldclim_country() for more than one country #46

AMBarbosa opened this issue May 11, 2023 · 0 comments

Comments

@AMBarbosa
Copy link

When the country argument for worldclim_country() has length >1, only the first element is used, and the other are silently ignored.

tavg <- geodata::worldclim_country(country = c("Luxembourg", "Netherlands", "Belgium"), var = "tavg", path = tempdir())
terra::plot(tavg[[1]])
terra::plot(vect(system.file("ex/lux.shp", package="terra")), add = TRUE)  # only Luxembourg was taken

I think there should be at least a warning about this, or (ideally) the function could take more than one country at a time.

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

1 participant