Edzer Pebesma
Edzer Pebesma
Have you tried `aggregate`?, as in ``` aggregate(tile_proxy, tt, mean, na.rm = TRUE) ```
There must be more to the NEWS.md file than reported: cubble 0.3.1 now breaks a test on package stars, we can no longer roundtrip stars objects with raster geometry: ```r...
Thanks, Sherry!
If you consider changing maintainer, one could consider to migrate this package to the `r-spatial` GH organisation, where it maybe receives more eyes; I'd be happy to invite everyone here...
We see this now on mac-os, here https://cran.r-project.org/web/checks/check_results_s2.html - shall I contact simon to see if he can adopt absl as part of his build train, like it is in...
Right, we also got a ``` Please correct before 2025-05-26 to safely retain your package on CRAN. ```
Shall I try a new submission to CRAN? It seems the gcc-ubsan warning now has gone from [here](https://cran.r-project.org/web/checks/check_results_s2.html), the one on `ISO C++ forbids zero-size array` has been addressed, right?...
... and on CRAN!
With my ubuntu 24.04 and ubuntugis-unstable ppa I couldn't read geoparquet files, but in a docker image with [this Dockerfile](https://github.com/r-spatial/sf/tree/main/inst/docker/parquet) I could.