Edzer Pebesma

Results 50 issues of Edzer Pebesma

I've been developing a number of examples [here](https://r-spatial.github.io/stars/articles/stars7.html) for working with stars proxy objects that have still unvaluated promises. A short reprex is this: ```r library(stars) # Loading required package:...

enhancement

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

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`...

See https://github.com/tidyverse/ggplot2/issues/4571

As announced [here](https://www.r-spatial.org/r/2020/06/17/s2.html#sf-10-goodbye-flat-earth-welcome-s2-spherical-geometry) in June last year, and also in the NEWS file around the same time, it is planned that where possible `sf` will use the spherical geometry operators...

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...

on [CRAN solaris checks](https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/sf-00check.html), we see: ``` --- re-building ‘sf5.Rmd’ using rmarkdown Warning in engine$weave(file, quiet = quiet, encoding = enc) : Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling...

Reported by @basille on [twitter](https://twitter.com/MabLabUF/status/1058359151456407553): ```r library(sf) library("rnaturalearth") library("rnaturalearthdata") world

See [here](https://gdal.org/user/multidim_raster_data_model.html) - this seems a flexible and powerful way to write multidimensional raster data with time dimension(s), while at the same time leaving the thorny low-level issues (CRS, CF...