Skip to content

Commit 72ef6c6

Browse files
Update README.md
1 parent 515d4ef commit 72ef6c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ lat = ds["lat"][:,:];
9494
grid_mapping_name = ds["crs"].attrib["grid_mapping_name"]
9595
```
9696

97-
Using all bands as single 3D array can be done using `catbands = true`, for example:
97+
To load all bands as a single 3D array, set `catbands = true`. For example:
9898

9999
```julia
100100
ds = TIFFDataset(fname,catbands = true)

0 commit comments

Comments
 (0)