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

This is a change made to solve issue #1802 which updates the documentation and outputs a warning if any non-default parameters are used. I ran roxygen2 to update the documentation...

**Describe the bug** After you run a st_union operation on an sf multipolygon, running `st_within(another_polygon, unionised_polygon)` with this unionised_polygon results in mostly empty matches. **To Reproduce** The below script creates...

Hello,I meet a problem:R CMD check rgdal_1.5-27.tar.gz --no-manual --no-examples failed when test [email protected] on centos8_aarch64 ### Steps to reproduce the issue ```console [root@localhost spack-stage-r-rgdal-1.5-27-3msh35x3szpwfl4oh7z4ciwo3blxatal]# R CMD check rgdal_1.5-27.tar.gz --no-manual --no-examples...

This just appeared on the PROJ list: https://github.com/jjimenezshaw/crs-explorer; maybe a student contribution to **sf** as a shiny app? **sf** ships with `proj.db`, so all the information is there, and **mapview**...

See: https://github.com/rouault/gdal/blob/coordinate_epoch_v2/gdal/doc/source/user/coordinate_epoch.rst and https://gdal.org/development/rfc/rfc81_coordinate_epoch.html for details. I'm inclined to let **rgdal** stay without support, but **sf** will need support and tests, where tests for Australia may be the place to...

Hi all, I am experiencing a little problem reading some GPS data with {sf} or {rgdal}. [These GPS points](https://github.com/r-spatial/sf/files/6575955/Map_190627.zip) produced by a GPS Garmin 64S (+ the interface GPS Trackmaker...

Heads-up: https://github.com/OSGeo/PROJ/pull/2880 https://lists.osgeo.org/pipermail/proj/2021-September/010360.html Also GEOS 3.10: https://trac.osgeo.org/geos/wiki/RFC7 https://lists.osgeo.org/pipermail/geos-devel/2021-September/010358.html Arguments are that autoconf installs do not ccache intermediate products, so that CI is slower for downstream projects.

I'm not sure if this is an issue or expected behavior (sort of like the st_crop issue) but it took me a long time to figure out what was going...

Have noticed that when there are logical data type columns in an sf object writing out to a file is much slower. The following illustrates the issue: ``` r f...

Would it be good to have some sort of weighted centroid function? Ideally where you could group by another column? Something like the `UID ` field in [mean coordinates in...