Edzer Pebesma

Results 50 issues of Edzer Pebesma

See here: https://stat.ethz.ch/pipermail/r-sig-geo/2019-May/027288.html When read with `r = read_ncdf(f, ncsub = cbind(start = c(1, 1, 1, 1), count = c(100, 100, 3, 1)))` this gives an object with invalid dimensions...

changes to allow using sftime

Add units to distance and time lag values

Probably due to this item in [news](https://developer.r-project.org/blosxom.cgi/R-devel/NEWS): * Time differences (‘"difftime"’ objects) get a replacement and a ‘rep()’ method to keep ‘"units"’ consistent. (Thanks to a report and patch by...

When doing a local space-time kriging, I see the message `Using the following time unit: hours` repeated thousands of times. This should be reduce to ... one?

While experimenting with sf and stars support, I ran into this: the following script ```r library(sp) library(spacetime) library(gstat) data(wind) wind.loc$y = as.numeric(char2dms(as.character(wind.loc[["Latitude"]]))) wind.loc$x = as.numeric(char2dms(as.character(wind.loc[["Longitude"]]))) coordinates(wind.loc) = ~x+y proj4string(wind.loc) =...

In the st vignette, the titles of the four autocorrelograms are identical, meaning we cannot see which refers to what; also the lower-left looks suspicious.

See e.g. sf/src : you may need to add a Makevars.ucrt so that the UCRT GDAL (etc) versions are picked up, not the rwinlib (rtools 4.1) ones.

**Describe the bug** a global polygon, like `POLYGON ((-180 -90, 180 -90, 180 90, -180 90, -180 -90))` is seen by `s2` as an empty polygon when `orientation` is `FALSE`...