1 parent 515d4ef commit 72ef6c6Copy full SHA for 72ef6c6
1 file changed
README.md
@@ -94,7 +94,7 @@ lat = ds["lat"][:,:];
94
grid_mapping_name = ds["crs"].attrib["grid_mapping_name"]
95
```
96
97
-Using all bands as single 3D array can be done using `catbands = true`, for example:
+To load all bands as a single 3D array, set `catbands = true`. For example:
98
99
```julia
100
ds = TIFFDataset(fname,catbands = true)
0 commit comments