You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the function makeGrid became better for regional-local scales, but it does not work for continental to intercontinental scales.
It has to do with poly <- st_transform(poly, crs = st_crs(getUTMproj(poly))) to choose planar coordinates.
A solution is to let the user choose a planar CRS, else pick a UTM.
The text was updated successfully, but these errors were encountered:
the function makeGrid became better for regional-local scales, but it does not work for continental to intercontinental scales.
It has to do with
poly <- st_transform(poly, crs = st_crs(getUTMproj(poly)))
to choose planar coordinates.A solution is to let the user choose a planar CRS, else pick a UTM.
The text was updated successfully, but these errors were encountered: