Edzer Pebesma
Edzer Pebesma
I sent you a link to the file over email.
`sf` doesn't need `sqlite3` executable, but the `sqlite3` library and header files. For fedora this is packaged in `sqlite-devel`. The error you see is frequently seen when certain libraries on...
I think the way forward is to stop breaking ./configure when this test breaks, maybe only giving a message that the test fails. It requires libsqlite3-dev, but that is not...
Feel free to submit a PR - I see this is a problem, someone has to solve it.
> Back in the terminal I've got proj and sqlite3 the development libraries of sqlite3 are needed, not the executable. In general, this is some kind of conda install, and...
First attempt successfully reading an array found in https://github.com/r-spatial/sf/tree/mdm
Continued in #555
Thanks! after ```r attr(attr(s, "dimensions"), "raster") = stars:::get_raster(dimensions = rep(NA_character_,2)) ``` you can do ```r s2 = st_set_dimensions(s, 'stat', sfc, point = TRUE) ``` As you've noted earlier, we need...
This allows you to unset [x] and [y] raster dimensions by ```r s2 = st_set_dimensions(s, xy = c(NA, NA)) ``` Maybe @dblodgett-usgs or @mdsumner have an idea why it gets...
I agree that handling time, handling units and handling bounds could all go into `ncmeta`, but I guess we'd need to get them right first, or did we? I'm not...