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

Hi, this might be a naive request, but I was wondering if this is actually feasible? Perhaps this might have been requested before, I just haven't been able to find...

Hi everyone, I'm new to GitHub and Spatial Data. However, I've not seen the answer of my following question on the older issues nor on StackOverflow. The idea is that...

Hi, I first spotted this sort of slightly odd behaviour with fill colours while using stars::plot with polygons rather than rasters and tracked it down to the underlying calls through...

Building the sf package on RHEL7 fails due to this change, PR: https://github.com/r-spatial/sf/pull/1702/files. I made a new PR which resolves the issue: https://github.com/r-spatial/sf/pull/1712 ``` * installing *source* package ‘sf’ ......

I was trying to install on cluster and I have load the module: gdal 2.4.1; geos 3.7.2; proj 6.0.0 And the code for installation is: ``` install.packages('sf', configure.args='--with-gdal-config=/cm/shared/apps/gdal/gcc/2.4.1/bin/gdal-config --with-geos-config=/cm/shared/apps/geos/gcc/3.7.2/bin/geos-config --with-proj-include=/cm/shared/apps/proj/gcc/6.0.0/include/...

I am having difficulty getting sf to build in R under openSUSE Tumbleweed ( so latest "everything" so R 4.1.0, etc. after a zypper dup ) There were a couple...

This issue was brought up to me by email. The naive algorithm used in `st_sample` to randomly sample n observatoins from a (multi-)polygon was to * compute the area of...

Hi Everyone, I'd like to create a raster (`myGeotif`) with the `ggplot2` output create using `sf`, but the output is a distortion in the projected raster, like in the output...

See https://github.com/OSGeo/gdal/pull/3638 https://gdal.org/doxygen/classOGRFieldDomain.html#details https://trac.osgeo.org/gdal/ticket/5741 http://www.geopackage.org/spec/#extension_schema https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/an-overview-of-attribute-domains.htm. Unsure where there are examples in the wild.

feature

For example, when attempting to pull out all areas east of a certain longitude: ``` > st_crop(nc, xmin = -79, xmax = Inf, ymin = -Inf, ymax = Inf) although...