sf icon indicating copy to clipboard operation
sf copied to clipboard

Simple Features for R

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

example: make a one-degree unit square, in epsg 4326 and equirectangular ``` > library(sf) Linking to GEOS 3.8.0, GDAL 3.0.4, PROJ 6.3.1 > m = cbind(c(0,1,1,0,0),c(0,0,1,1,0)) > p1 = st_sfc(st_polygon(list(m)),...

For: ``` library(spatstat) data(japanesepines) japanesepines #Planar point pattern: 65 points #window: rectangle = [0, 1] x [0, 1] units (one unit = 5.7 metres) str(japanesepines) #List of 5 # $...

**Describe the bug** I am running a postgis database on unRaid using what I understand to be the postgis/postgis docker image located at https://registry.hub.docker.com/r/postgis/postgis/ When I try to write to...

I'm trying to open some layers in the US National Hydrography Dataset cropped to my area using st_read with a wkt_filter. I always get an empty sf object; has all...

Dealing with big-but-not-huge datasets, some operations get quite long. Other times they simply freeze but you don't have an idea of it as long as R/Rstudio crashes. A recent case...

feature

See https://github.com/tidyverse/ggplot2/issues/4571

Hi, I'm having an issue where st_polygonize is returning empty geometry. I've created two linestring grids which I union together which I know intersect and can polygonize using QGIS. I...

reprex

**Describe the bug** I am creating circular buffers around points on a global scale. In some cases, this leads to polygons which cross the antimeridians, producing line artefacts when plotted....

This is an error that never used to arise. Is is due to an sf update or something else? Not sure how to trouble shoot this. shapefile (strata.shp) is located:...

It would be great to have an implementation of `st_expand()` in line with the definition at .

feature