Skip to content

Commit 6732210

Browse files
committed
Update docstring
1 parent 240b404 commit 6732210

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/cat.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
ConcatDiskArray(arrays)
66
77
Joins multiple `AbstractArray`s or `AbstractDiskArray`s into
8-
a single disk array, using lazy concatination.
8+
a single disk array, using lazy concatination. Note that if some elements
9+
of `arrays` are `missing`, this array will be interpreted as a block containing
10+
only missing elements. This can be useful when concatenating mosaics of tiles
11+
where some tiles in are missing or when stacking arrays along a new dimension
12+
and some layers are missing.
913
1014
Returned from `cat` on disk arrays.
1115

0 commit comments

Comments
 (0)