Skip to content

Commit

Permalink
Clarity
Browse files Browse the repository at this point in the history
Co-authored-by: Sadie L. Bartholomew <[email protected]>
  • Loading branch information
davidhassell and sadielbartholomew authored May 14, 2024
1 parent 3bc9b10 commit 3eaef45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch02.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ The features must comprise either all three of the `shape`, `location`, and `add
===== shape

The integer-valued `shape` fragment array variable defines the shape of each fragment's data in its canonical form (see <<fragment-interpretation>>).
In general, the `shape` fragment array variable is two-dimensional, with the size of the slower varying dimension (i.e. the number of rows) being the number of fragment array dimensions, and the size of the more rapidly varying dimension (i.e. the number of columns) being the size of the largest fragment array dimension.
In general, the `shape` fragment array variable is two-dimensional, with the size of the slower-varying dimension (i.e. the number of rows) being the number of fragment array dimensions, and the size of the more rapidly-varying dimension (i.e. the number of columns) being the size of the largest fragment array dimension.
The rows correspond to the fragment array dimensions in the same order, and each row provides the sizes of the fragments along its corresponding dimension of the fragment array, padded with missing values if there are fewer fragments than the number of columns.
The sum of non-missing values in a row must therefore equal the size of the corresponding aggregated dimension.
See <<example-L.4>>, which shows the `shape` fragment array variable for the fragment array described by <<example-fragment-array>>.
Expand Down

0 comments on commit 3eaef45

Please sign in to comment.