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 5ddfca1 commit 3bc9b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Each aggregated dimension must name a dimension in the file.

- If there are zero aggregated dimensions then the `shape` variable must a be scalar and contain the value `1`.

- If there are one or more aggregated dimensions then the `shape` variable must be two-dimensional, with the size of the slower varying dimension (i.e. the number of rows) being the number of aggregated dimensions, and the size of the more rapidly varying dimension being the size of the largest of the `location` or `value` variable dimensions, excluding the extra trailing dimension if the `location` variable has one.
- If there are one or more aggregated dimensions then the `shape` variable must be two-dimensional, with the size of the slower-varying dimension (i.e. the number of rows) being the number of aggregated dimensions, and the size of the more rapidly-varying dimension being the size of the largest of the `location` or `value` variable dimensions, excluding the extra trailing dimension if the `location` variable has one.

- The rows of a two-dimensional `shape` variable correspond to the aggregated dimensions in the order in which they are defined by the **`aggregated_dimensions`** attribute, and the sum of each row's non-missing values must equal the size of its corresponding aggregated dimension.

Expand Down

0 comments on commit 3bc9b10

Please sign in to comment.