Hassan Masoomi

Results 3 issues of Hassan Masoomi

Hi, I have several tiles and I need to merge them; but using terra's `merge` function will result in a ridiculously huge output file while using raster's `merge` function behaves...

why do I get these warnings and, if it's an issue, is there any way to fix it? Thanks. ``` library(terra) test

When working with large rasters and large dataframes, the `extract` function from the `raster` library significantly outperforms the `terra` library. In the example below, `raster` is twice as fast as...