An open API service indexing awesome lists of open source software.

https://github.com/kadyb/stars-parallel

Tutorial on parallel processing of raster data in the {stars} package
https://github.com/kadyb/stars-parallel

clustering geospatial gis parallel-computing performance r raster tutorial

Last synced: 10 months ago
JSON representation

Tutorial on parallel processing of raster data in the {stars} package

Awesome Lists containing this project

README

          

# Parallel raster processing in the {stars} package

The following tutorial demonstrates the parallel processing of huge (out-of-memory) raster
data in the [**stars**](https://github.com/r-spatial/stars) package. The discussed example
concerns the unsupervised classification of multispectral satellite images. The used technique
allows you to divide the image into smaller blocks and process them simultaneously (rather
than sequentially), so you will notice an increase in performance.

### [Tutorial](https://kadyb.github.io/stars-parallel/Tutorial.html)

![gif](gif.gif)