sf
sf copied to clipboard
Simple Features for R
**Describe the bug** I'm using the `st_intersection()` function on a single `sf` object with overlapping polygons to extract the geometries with and without overlap. The polygons of the overlapping parts...
See https://mastodon.social/@EvenRouault/114037298138503303 ; unsure where to put this as versions are numeric, maybe a startup message?
There are already over 2k questions about `sf` on StackOverflow. Maybe you would like to add the badge to the README? If not, this can be closed. [](https://stackoverflow.com/questions/tagged/r-sf)
Hi, I was trying to figure out how I can achieve the best possible transformation for the spatial points I need to transform from GK4 (EPSG 31468) to UTM32 (EPSG...
See https://github.com/tidyverse/ggplot2/pull/6232 which afaict is a great leap forward- What can we do from the `sf` side, or more generally from the R mapping side, to improve things here? Cc:...
As previously discussed in https://github.com/r-spatial/sf/issues/903#issuecomment-441385079, the behavior of affine transformations is not homogeneous depending on the operation: - translating with a vector of length two translate all geometries with these...
**Describe the bug** When attempting to use st_intersection with a multipolygon downloaded directly from the US Census representing two Florida cities and a multipolygon representing a single Florida ZIP, the...
Plotting fails when drawing globe at very specific rotation. **To Reproduce** ``` r library(rnaturalearth) library(sf) #> Linking to GEOS 3.11.0, GDAL 3.5.3, PROJ 9.1.0; sf_use_s2() is TRUE world st_as_sfc() p1...