Robert Hijmans
Robert Hijmans
Thanks @edzer, I should have known that!
I think I did that because at the time my experience was that `gdal(warn = 1)` emits a lot of confusing messages with limited value. The ones discussed here are...
Apart from "date/time" and "date" terra also supports the following time steps: "year", "yearmonth" (2001-01, 2001-02, etc), and "month" (1 to 12). In netCDF files I have seen e.g. "2001-01-15"...
Thanks for all the help. I copied the Makevars file from "sf".
Thanks. `filename` and `overwrite` are now not reset (https://github.com/rspatial/terra/commit/f3b3fde2de38a3371fe4b4dd038a902d91f36361). I would not want to use this: ``` out
It seems to me that this should be addressed in ggplot2. That is, there could be a check if a transformation is possible. Such a check exists if the CRS...
@edzer. It seems odd to me that you would remove perfectly legal WKT. Why not keep it and instead have `st_transform` check whether the transformation is possible? "terra" uses poCT...
And that is why it would be good to do this test?
The test would tell you that you cannot transform the data. That is equivalent to having a crs that is NA in the context of making a map. Otherwise, `NA`...
> That is not how things work currently work with sf (and sp): if coordinates are ellipsoidal a different aspect ratio is chosen (1/cos(latitude) or so) then when they are...