We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240b404 commit 6732210Copy full SHA for 6732210
src/cat.jl
@@ -5,7 +5,11 @@
5
ConcatDiskArray(arrays)
6
7
Joins multiple `AbstractArray`s or `AbstractDiskArray`s into
8
-a single disk array, using lazy concatination.
+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.
13
14
Returned from `cat` on disk arrays.
15
0 commit comments