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

**Describe the bug** st_transform does not transform map projection correcttly in some situations. **To Reproduce** ```{r} library(sf) library(ggplot2) library(rnaturalearth) wld

**Describe the bug** Attempting to install `sf` (and `terra`) I get the following error from `configure`: ``` ~/tmp/sf » R CMD install . rundel@magsafe * installing to library ‘/Users/rundel/Library/R/arm64/4.2/library’ *...

As already noted by the action taken in https://github.com/r-spatial/sf/commit/cc698f22f7fce70288b6efcaaef7f387cc204434 there is an issue when installing `sf` (and others, e.g. `terra`) from source on macOS currently (also backed by CI builds)....

`sf_use_s2()` manipulates a variable hidden inside an environment in the `sf` namespace. This approach causes problems when using `{targets}` - which will dutifully copy options and global variables set in...

Hi, I found this while playing with objects, I notice the next thing: ``` #Eats 8GB of ram a

**Describe the bug** - I followed the instructions to download have gdal downloaded but unable to download sf aftewards - SAME bug with install.packages("sf") **To Reproduce** > install.packages("sf", configure.args =...

I was trying all day installing sf package to work on some maps but it is not working I deleted and re-installed R and RStudio ( installed the right R...

Hi, this is no the first time with this type of bug, in this case, if we do ```union``` with an empty dataframe we get the error, this is just...

I'm trying to read [the nytimes' elections dataset](https://int.nyt.com/newsgraphics/elections/map-data/2020/national/precincts-with-results.geojson.gz) by using `st_read`. After downloading and extracting the file, I get the following error (sf version 0.9-7): ``` > data

{tic} templates can be updated :rocket: :robot: