Krzysztof Dyba
Krzysztof Dyba
This should be fixed in the development version of `{Rcpp}` (1.0.9.3). You can test it by installing this way: ```r install.packages("Rcpp", repos = "https://rcppcore.r-universe.dev") ``` Let us know if the...
You can try rewriting the `cellFromXY()` from [terra](https://github.com/rspatial/terra/blob/15de890df8ee9fafe09cae05be9797743d60d9e1/src/spatRaster.cpp#L1374) or [raster](https://github.com/rspatial/raster/blob/94cbd005703133764c92fa6a8d4dc04824e8822a/src/xyCell.cpp#L8).
Here the second attempt: ```r # spatial - if TRUE, it returns only the spatial resolution of the raster, # otherwise it returns the resolution of all dimensions (can be...
> Will spatial also be the vertical dimension? I used "spatial resolution" in terms of remote sensing, but from a GIS perspective, I think the vertical dimension should be included...
I ran [this](https://github.com/r-spatial/sf/issues/1995#issuecomment-1242571444) code from @dblodgett-usgs and I also can confirm that on Windows 10 RStudio is crashing and R Terminal is hanging (for `{terra}` is the same). However, on...
Good point, I fully understand. I think it is definitely worth doing in the future to increase the visibility of this great package.
In general, it is a very good idea to create and publish benchmark because there are many packages (`{raster}`, `{stars}`, `{terra}`, `{sf}`) in R and the users will probably be...
Here I have done benchmark of packages (`{sf}`, `{s2}`, `{terra}`, `{geos}`, `{geopandas}`) for vector data: https://github.com/kadyb/vector-benchmark, but there is still a lot of room for improvement. I should probably create...
Thanks! I've never used Docker so it will take me a while to figure it out. > How would you feel about a geocompr/benchmarks repo linked to this project inspired...