Skip to content

Commit da76d36

Browse files
authored
Update clause_specification_text.adoc
Added clarifying text and improved examples for MultiPolygon domain
1 parent 9868aac commit da76d36

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

standard/clause_specification_text.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ Domain example:
17371737
]
17381738
},
17391739
"z": { "values": [2] },
1740-
"t": { "values": ["2008-01-01T04:00:00Z","2008-01-01T05:00:00Z"] }
1740+
"t": { "values": ["2008-01-01T04:00:00Z","2008-01-01T05:00:00Z","2008-01-01T06:00:00Z] }
17411741
},
17421742
"referencing": [...]
17431743
}
@@ -1761,7 +1761,7 @@ Coverage example:
17611761
]
17621762
},
17631763
"z": { "values": [2] },
1764-
"t": { "values": ["2008-01-01T04:00:00Z","2008-01-01T05:00:00Z"] }
1764+
"t": { "values": ["2008-01-01T04:00:00Z","2008-01-01T05:00:00Z","2008-01-01T05:00:00Z] }
17651765
},
17661766
"referencing": [...]
17671767
},
@@ -1773,7 +1773,7 @@ Coverage example:
17731773
"type" : "NdArray",
17741774
"dataType": "float",
17751775
"axisNames": ["t"],
1776-
"shape": [2],
1776+
"shape": [3],
17771777
"values" : [...]
17781778
}
17791779
}
@@ -1787,6 +1787,7 @@ Coverage example:
17871787
- A domain with MultiPolygon domain type MUST have the axis `"composite"` where the values are Polygons. Polygons are defined in the Polygon domain type.
17881788
- The axis `"composite"` MUST have the data type `"polygon"` and the coordinate identifiers `"x","y"`, in that order.
17891789
- A MultiPolygon domain MAY have the axes `"z"` and `"t"` which both MUST have a single coordinate value only.
1790+
- A MultiPolygon may represent several polygons that define non-contiguous regions of one underlying coverage range. It is not intended to represent several polygons that are separate coverages each with their own separate ranges. The latter case is a collection of coverages.
17901791

17911792
Domain example:
17921793

@@ -1874,7 +1875,7 @@ Domain example:
18741875
]
18751876
},
18761877
"z": { "values": [2] },
1877-
"t": { "values": ["2008-01-01T04:00:00Z", "2010-01-01T00:00:00Z"] }
1878+
"t": { "values": ["2008-01-01T00:00:00Z", "2010-01-01T00:00:00Z", "2012-01-01T00:00:00Z"] }
18781879
},
18791880
"referencing": [...]
18801881
}

0 commit comments

Comments
 (0)