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, I have tried to read a .gdb folder using st_read(), and got the following error: > ras st_layers(dsn = "DC_slr_final_dist_rasters.gdb") Error in max(sapply(x$geomtype, length)) : invalid 'type' (list) of...

A (growing) collection of issues caused by using s2 as geometry engine for ellipsoidal coordinates; if they're closed, it means they're still open but listed here. - [ ] `st_crop`...

I'm trying to write a large (~~300~~ ~600 MB as .Rds) file to disk. It saved in about 5 minutes in the .Rds format and took around 10 minutes to...

help wanted :heart:

While doing some investigation in to the performance of my code I found that the order of `filter` and `st_as_sf` makes an order of magnitude difference in the performance of...

I had to install this package as a dependency of `geojsonio`. Usually when the installation of packages fail, I look in the log, see an instructional block what is missing,...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** ``` r library(dplyr) #> #> Attaching package: 'dplyr' #> The following objects are masked from...

This leads to invalid data causing unpredictable downstream effects that are difficult to diagnose. It should probably error as per `rbind`. Reprex: ``` r library(sf) #> Linking to GEOS 3.10.1,...

What do you think about not returning the `"lon"`, `"lat"`, `"x"`, `"y"` names in `st_sample()` to reduce object size? I suspect they are not needed, but please correct me if...

I would have expected this subset-assign call to update the bounding box of the object...I imagine this behaviour is unexpected? ``` r sfc_obj 1 2 1 2 ```