Edzer Pebesma
Edzer Pebesma
See https://mastodon.social/@EvenRouault/109993230083314079 - GDAL 3.7.0 will have this.
```r > d |> st_cast("MULTIPOINT") |> st_cast("POINT") Simple feature collection with 3 features and 0 fields Geometry type: POINT Dimension: XY Bounding box: xmin: 0 ymin: 1 xmax: 3 ymax:...
See https://r-spatial.github.io/sf/reference/st_break_antimeridian.html and #1983
Moving this to #1771
reprex: ```r library(sf) # Linking to GEOS 3.11.1, GDAL 3.6.2, PROJ 9.1.1; sf_use_s2() is TRUE library(dplyr) # Attaching package: ‘dplyr’ # The following objects are masked from ‘package:stats’: # filter,...
now deprecated.
You can get minima by converting grid cells to small polygons: ```r library(stars) # Loading required package: abind # Loading required package: sf # Linking to GEOS 3.11.1, GDAL 3.6.2,...
Yes, great issue. In the `aggregate.stars` docs it says "Note: each pixel is assigned to only a single group (in the order the groups occur) so non-overlapping spatial features and...