Skip to content

Commit

Permalink
Merge pull request #187 from opengeospatial/fix-ndarray-shape
Browse files Browse the repository at this point in the history
Correction to shape of example NdArray
  • Loading branch information
chris-little authored Oct 3, 2024
2 parents 0610e4f + 82b88cb commit 92dabfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/clause_specification_text.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ Example:
{
"type": "NdArray",
"dataType": "float",
"shape": [4, 2],
"shape": [2, 4],
"axisNames": ["y", "x"],
"values": [
12.3, 12.5, 11.5, 23.1,
Expand Down

0 comments on commit 92dabfe

Please sign in to comment.