Skip to content

Commit 27eb53e

Browse files
committed
add parenthesis on chunk size calculation
1 parent 9af9372 commit 27eb53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/20-parallel-raster-computations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Xarray and Dask also provide a graphical representation of the raster data array
232232
> > ~~~
233233
> > {: .language-python}
234234
> >
235-
> > which leads to chunks 72 MB large: (6144 x 6144 x 2 bytes / 2^20 = 72 MB). Also, we can let `rioxarray` and Dask
235+
> > which leads to chunks 72 MB large: ((1 x 6144 x 6144) x 2 bytes / 2^20 = 72 MB). Also, we can let `rioxarray` and Dask
236236
> > figure out appropriate chunk shapes by setting `chunks="auto"`:
237237
> >
238238
> > ~~~

0 commit comments

Comments
 (0)