Krzysztof Dyba
Krzysztof Dyba
I tried but encountered memory management problems. ``` # raster dim: [7871, 7771, 2] # 100 polygons # aggregate by mean exactextractr: 0.93 s terra: 1.02 s ``` ``` stars...
I created a [repository](https://github.com/kadyb/raster-benchmark) with data and some benchmarking scripts: 1. Code: https://github.com/kadyb/raster-benchmark/blob/main/stars/zonal.R 2. Raster data: https://drive.google.com/uc?id=1lzglfQJqlQh9OWT_-czc5L0hQ1AhoR8M&export=download 3. Vector data: https://github.com/kadyb/raster-benchmark/blob/main/data/vector/buffers.gpkg As I mentioned in this thread, I used aggregation...
I plan to develop it further. I will add a bash script to automatically run all tests and report when new package versions will be released. If you have any...
> Did you also try this on non-proxy data? There are results: ``` # raster dim: [7871, 7771, 10] # 2000 polygons # aggregate by mean # just one run...
The [README](https://github.com/rspatial/terra/blob/master/README.md) contains information on how to install `{terra}` on various systems.
[Here](https://github.com/rstudio/rstudio/issues/10391) is the issue in the RStudio repository to allow the user to choose the option, rather than stopping the script as the default. As workaround, the previous version of...
So it looks like this problem has been fixed upstream in `{Rcpp}` by @kevinushey (thank you very much!). I tested some of my scripts that definitely were returning this error...
I have the same error in QGIS 3.22: `ERROR 1: Line 49: doesn't have matching .` Isn't this URL only for web browsers and you have to be logged in?...
I have encountered a similar problem in the past. I tried to crop raster (24540 x 22980 px; byte datatype) in a loop to 8 regions and after 5 iterations...
I tried to reproduce it on Windows 8.1 (8 GB) and Linux (64 GB) but it works fine for me. From my observations, this error is very random and executing...