Skip to content

Commit

Permalink
create README
Browse files Browse the repository at this point in the history
  • Loading branch information
kadyb authored Aug 23, 2023
1 parent 6d51fc5 commit bb83fcd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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)

0 comments on commit bb83fcd

Please sign in to comment.