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
Running reverse dependency checks on rgdal, I've hit an error
Error in RGEOSBinTopoFunc(spgeom1, spgeom2, byid, id, drop_lower_td, unaryUnion_if_byid_false, :
TopologyException: Input geom 0 is invalid: Ring Self-intersection at or near point 2 3 at 2 3
in the Grid2Polygons() example. It occurs in sp.polys.df <- raster::crop(sp.polys.df, ply) which uses rgeos. My GEOS is 3.7.2-CAPI-1.11.2.
The text was updated successfully, but these errors were encountered:
Running reverse dependency checks on rgdal, I've hit an error
in the Grid2Polygons() example. It occurs in
sp.polys.df <- raster::crop(sp.polys.df, ply)
which uses rgeos. My GEOS is 3.7.2-CAPI-1.11.2.The text was updated successfully, but these errors were encountered: