-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error in get_elev_raster for UTM CRS #66
Comments
I just pushed a fix for this. So if you install from GitHub it should work. Let me know if that does the trick. Probably won't get it up to CRAN for at least a week or so. I will leave this open as a reminder! |
Hi, |
D'oh! I forgot to push. Should be in main now so |
Works perfectly, thanks! |
Closing this as fixed on GitHub now. Hope to push to CRAN in coming days. |
Hi,
when trying to download elevation data for a polygon projected in a UTM CRS the function fails in loc_check() since the latest version update.
The same area transformed into a different CRS works fine, see reprex below:
Created on 2022-01-18 by the reprex package (v2.0.1)
Session info
The error seems to occur in this line
There the last check returns a TRUE. We want to implement the function in a shiny app, where you are able to draw your own AOI. To add a buffer we need to transform into a non-geographic CRS, hence the UTM transformation.
Thanks,
Caro
The text was updated successfully, but these errors were encountered: