Edzer Pebesma
Edzer Pebesma
I'm seeing ```r > ncd ncd$format [1] "NC_FORMAT_NETCDF4_CLASSIC" > ncd$var$prcp$chunksizes [1] NA > ncdf4::ncatt_get(ncd, "prcp", "_ChunkSizes") $hasatt [1] FALSE $value [1] 0 ``` was that expected? > sessionInfo() R version...
The decision to load everything in 8-byte doubles, rather than 4-byte integers when possible, was intentional. My reasoning was that a factor 2 is not worth the trouble (of e.g....
In an ideal world, I think, one would entirely get away from `proxy=FALSE` unless the object is created in-memory, but even then you could write it to disk first and...
What do you mean by _multiple sources_?
Nice one! I think that for ellipsoidal coordinates, as in your example, +/- `Inf` values are meaningless, but for projected coordinates, `sf` creates the invalid polygon around the crop bounding...
Or is this feature creep?
wasn't `ob_tran` short for obscure transformation?
I think the problem lies in unclear (to me!) PROJ support; to get an idea just grep the rgdal code and docs on ob_tran. In case the transformation and its...
See also this [ticket](https://trac.osgeo.org/gdal/ticket/4285).