Robert Hijmans
Robert Hijmans
I added argument "partial=FALSE" to project. Set it to TRUE to keep geometries that can only partially be represented in the target CRS. That helps: ``` library(terra) wrld
@mdsumner: I forgot, but you can set use argument "flat=TRUE" in densify to work with the raw numbers. Here is another attempt, using the current terra-dev (for "crop" that wraps...
@mdsumner I think that when computing the area of polygons it is reasonable to assume that one wants to output in m2 or such, not in "square degrees". But if...
Thanks very much for reporting this ugly bug. Fixed now, but I am not closing this issue yet as I want to look at this a bit more.
It is very difficult to respond without a *minimal, self-contained, reproducible example*. It would seem possible to create an example from your data; but you complicated that by not including...
Thanks, I did miss that. Your data suggest this as a repex: ``` library(terra) a
That is very cool. I wonder if you there are cases where you can avoid coercing the geometries to WKT or sf. That could save a lot of time. For...
These messages no longer appear if you use the current CRAN version of Rcpp.
I agree that you should not have to deal with special cases. Here are some ideas for "terra" and some new things that I have implemented. Feedback appreciated. 1) It...
Would the downside of that solution be that these packages then would need to depend on knitr? The same would be needed when creating the cache, unless you can use...