home.social

Krzysztof Dyba

Posts
777
Followers
207
Following
57
Joined 2023-01-22 · View on fosstodon.org →
  1. The basics of parallel raster processing in terra. Tutorial by Robert Hijmans.

    Link: rspatial.org/pkg/10-parallel.h

  2. 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: rspatial.github.io/terra/news/

  3. 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: github.com/zarr-developers/piz