RETURN-project / makeDataCube

Data management
Apache License 2.0
0 stars 0 forks source link

Resampling of fire data is slow #15

Closed wandadk closed 4 years ago

wandadk commented 4 years ago

Resampling of large rasters is very slow when using the raster package in R. Potential performance increase can be obtained using this blog

wandadk commented 4 years ago

Another solution is to use the terra package in R instead of the raster package. This should perform better for large rasters: https://cran.r-project.org/web/packages/terra/terra.pdf and https://tmieno2.github.io/R-as-GIS-for-Economists/before-you-start-3.html and https://rspatial.org/terra/rs/index.html.