Krzysztof Dyba
- Posts
- 777
- Followers
- 207
- Following
- 57
-
The basics of parallel raster processing in terra. Tutorial by Robert Hijmans.
-
The new version of the terra package is now available on CRAN! It includes several notable new features:
- tool for parallelize functions on a raster: `tile_apply()`,
- smooth blending between overlapping rasters: `mosaic(fun = "blend")`,
- hexagonal and rectangular grids: `tessellate()`,
- custom CRS transformation pipelines in `project()`,
- and fixes for many long-standing issues!Read the full changelog here: https://rspatial.github.io/terra/news/index.html#version-19-24
-
Do you work with Zarr data? The `pizzarr` package has just been published on CRAN! This is an R implementation for creating, reading, and writing chunked Zarr arrays, developed by David Blodgett and Mark Keller. It supports both Zarr V2 & V3 and efficient slicing of large N-dimensional arrays, making it perfect for handling massive datasets.
GitHub repository: https://github.com/zarr-developers/pizzarr