sf icon indicating copy to clipboard operation
sf copied to clipboard

Simple Features for R

Results 188 sf issues
Sort by recently updated
recently updated
newest added

The documentation of `st_transform` states that > Projecting simple feature geometries to projections not supported by GDAL may be done by [st_transform_proj](https://rdrr.io/pkg/lwgeom/man/st_transform_proj.html), part of package lwgeom. As discussed with @Nowosad...

Hi! When a negative `.Machine$double.neg.eps` is on the boundary of values, it seems to be treated as an `NA` and no color is assigned when plotting (polygon is left blank)....

Hi, When calculating a buffer within a polygon that is projected in WGS84 st_buffer returns an empty polygon. However, when the polygon is projected in RD New, there is no...

Hi, I am using the flicker API to get the photo, and I faced some problems with the code in R. Here is my code and the error. Thanks, if...

The function ```intersection``` give the next error: ``` a

I've been trying to st_cast("POINT") a sf object containing POINT and MULTIPOINT geometries (we are looking at border crossings of GPS tracked animals, and some animals did it only once,...

Sorry, a novice question. I spent some time reading through the documentation/vignette, but I haven't manage to find an answer. I have csv files where one _string_ column contains the...

Taking the example from this [stackexchange question](https://gis.stackexchange.com/questions/358797/splitting-overlap-between-polygons-and-assign-to-nearest-polygon-using-r) and his `st_no_overlap` function: ``` st_no_overlap % st_voronoi() %>% st_collection_extract() # Put them back in their original order voronoi

`st_as_sf.ppplist()` does not add `marks` columns from the `spatstat` objects in the `ppplist`, i.e. if the objects in the `ppplist` have any additional variables in the `marks` element, these will...

I'm trying to check that **rgdal**, **terra** @rhijmans and **sf** not only find pipelines properly, but that they apply them properly: ``` f