[go: nahoru, domu]

Skip to content

Commit

Permalink
missing "alt" keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino committed Jul 25, 2023
1 parent 8ee075d commit b538152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/11-parallel-raster-computations.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ blue_band = rioxarray.open_rasterio(blue_band_href, chunks=(1, 4000, 4000))

Xarray and Dask also provide a graphical representation of the raster data array and of its blocked structure.

![Xarray Dask-backed DataArray](fig/E11-03-xarray-with-dask.png){"DataArray with Dask"}
![Xarray Dask-backed DataArray](fig/E11-03-xarray-with-dask.png){alt="DataArray with Dask"}

:::challenge

Expand Down

0 comments on commit b538152

Please sign in to comment.