Skip to content

Commit

Permalink
Update 20-parallel-raster-computations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino authored Mar 16, 2022
1 parent cfa7257 commit 0287a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/20-parallel-raster-computations.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ speeding up calculations. In addition, working on chunked data can lead to small
may bypass the need to store the full dataset in memory by processing it chunk by chunk.

In this episode, we will introduce the use of Dask in the context of raster calculations. Dask is a Python library for
parallel and distributed computing that provides a framework to work with different data structures, including chunked
parallel and distributed computing. It provides a framework to work with different data structures, including chunked
arrays (Dask Arrays). Dask is well integrated with (`rio`)`xarray` objects, which can use Dask arrays as underlying
data structures.

Expand Down

0 comments on commit 0287a29

Please sign in to comment.