Changes between Version 3 and Version 4 of GridTopologies
- Timestamp:
- Apr 16, 2013, 2:56:09 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GridTopologies
v3 v4 8 8 In case of mixed rectilinear/curvilinear geometries, a non-standard so-called `ReferenceableGridByArrayAndVectors` type ![1] will be used, for a more compact and convenient GML description. 9 9 10 Finally, we will assume that all the time series will be referenced by the daily-resolution (UoM=days ['''d''']) [http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date ANSI-Date] CRS along the temporal dimension, which (by default) has a '''`t`''' positive-onwards axis. 10 Finally, we will assume that all the time series will be referenced by the daily-resolution (UoM=days ['''d''']) [http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date ANSI-Date] CRS along the temporal dimension, which (by default) has a '''`t`''' positive-onwards axis. 11 12 NB. The axes labels expressed in the geometric domain of a coverage are the labels of the '''coverage''' axes, which here will be labelled as increasing numbers `(0, 1, 2, ...)`, by default. Indeed, they are independent from the axes labels of its '''CRS''', which are instead used in the WCS ''!GetCoverage'' requests. 11 13 12 14 '''Abbreviations:''' 13 15 * '''`GML`''' : Geographic Markup Language 14 16 * '''`CRS`''' : Coordinate Reference System 17 * '''`SO`''' : Single object 15 18 * '''`RTS`''' : Regular Time Series 16 19 * '''`ITS`''' : Irregular Time Series … … 28 31 [[span(In the 1D case, it is also clear how the gridded coverages can cover datasets which are not usually associated with the concept of ''grids'' (e.g. trajectories), style=color: Black; font-size: 80%)]] 29 32 30 || '''ID''' || '''DIM''' || '''Description''' || '''Single object''' || '''RTS''' || '''ITS''' || '''MRTS''' || '''MITS''' || 31 || [#a1:1Dtemporalseriesofaspatialdata 1] || 1D || Temporal series of data with no spatial reference || [#a1 link ] || [#a1-RTS link ] || [#a1-ITS link ] || --- || --- || 32 || [#a2:1Dspatialobservationsonastraightline 2] || 1D || Point measurements (''with'' spatial reference) on a straight line || 33 |||| [#a2a:...alongastraightline,paralleltoaCRSaxis 2a] || ... parallel to a CRS axis (2D space) || [#a2a link ] || [#a2a-RTS link ] || [#a2a-ITS link ] || [#a2a-MRTS link ] || [#a2a-MITS link ] || 34 |||| [#a2b:...alongastraightdiagonalline,notparalleltoaCRSaxis 2b] || ... diagonal wrt CRS axes (in 2D space) || [#a2b link ] || [#a2b-RTS link ] || [#a2b-ITS link ] || [#a2b-MRTS link ] || [#a2b-MITS link ] || 35 |||| [#2c:...alongastraightdiagonallineinthe3Dspace 2c] || ... diagonal wrt CRS axes (in 3D space) || [#a2c link ] || [#a2c-RTS link ] || [#a2c-ITS link ] || [#a2c-MRTS link ] || [#a2c-MITS link ] || 33 || '''d''' || || '''Description''' || '''Dim''' || '''SO''' || '''RTS''' || '''ITS''' || '''MRTS''' || '''MITS''' || 34 || [#Case1 1] || || Temporal series of data with no spatial reference || 1D || [#a1-SO link ] || [#a1-RTS link ] || [#a1-ITS link ] || --- || --- || 35 || [#Case2 2] || || Point measurements (''with'' spatial reference) on a straight line || 1D || 36 |||| [#Case2a 2a] || ... parallel to a CRS axis (2D space) || " || [#a2a-SO link ] || [#a2a-RTS link ] || [#a2a-ITS link ] || [#a2a-MRTS link ] || [#a2a-MITS link ] || 37 |||| [#Case2b 2b] || ... diagonal wrt CRS axes (in 2D space) || " || [#a2b-SO link ] || [#a2b-RTS link ] || [#a2b-ITS link ] || [#a2b-MRTS link ] || [#a2b-MITS link ] || 38 |||| [#Case2c 2c] || ... diagonal wrt CRS axes (in 3D space) || " || [#a2c-SO link ] || [#a2c-RTS link ] || [#a2c-ITS link ] || [#a2c-MRTS link ] || [#a2c-MITS link ] || 39 |||| [#Case2d 2d] || ... diagonal in 3D space with irregular spacing || " || [#a2d-SO link ] || [#a2d-RTS link ] || [#a2d-ITS link ] || [#a2d-MRTS link ] || [#a2d-MITS link ] || 36 40 37 41 == Examples == 38 42 39 === __1__ : 1D temporal series of aspatial data === 40 41 This section covers time series of point observations with no spatial reference (or where the spatial reference was not considered relevant): in this case the only distinction is whether there is a regular time step between observations, or not. In its degenerate degenerate case, the series turns to a [#1a single point]. 43 === __Case 1__ === 44 '''1D TEMPORAL SERIES OF ASPATIAL DATA''' 45 46 This section covers time series of point observations with no spatial reference (or where the spatial reference was not considered relevant): in this case the only distinction is whether there is a regular time step between observations, or not. In its degenerate case, the series turns to a [#a1a single point]. 42 47 43 48 ''(Attach a scan of the sketches here with all types in this subcategory?)'' 44 45 ===== 1 ===== 46 47 || '''GML coverage type''' || '''GML domainSet''' || '''native CRS''' || 49 [#/1-SO] 50 51 ===== 1-SO ===== 52 53 || '''GML coverage type''' || '''GML domain type''' || '''Coverage native CRS''' || 48 54 || `RectifiedCoverage` || `RectifiedGrid` || http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date || 49 55 50 * WCS trimming: '' ...subset=t("2013-01-01","2013-04-16")...''56 * WCS trimming: ''`...subset=t("2013-01-01","2013-04-16")...`'' 51 57 {{{ 52 58 #!xml 53 59 <domainSet> 54 <RectifiedGrid dimension="2" uomLabels= srsDimension= srsName=> 60 <RectifiedGrid dimension="1" uomLabels="d" srsDimension="1" 61 srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date"> 55 62 <limits> 56 63 <GridEnvelope> 57 <low>1 1</low>58 <high>4 4</high>64 <low>1</low> 65 <high>4</high> 59 66 </GridEnvelope> 60 67 </limits> 61 <axisLabels> u v</axisLabels>68 <axisLabels>0</axisLabels> 62 69 <origin> 63 <Point id="ID" srsName="urn:x-ogc:def:crs:EPSG:6.6:4329">64 <pos>1 .2 3.3 2.1</pos>70 <Point id="ID"> 71 <pos>150501</pos><!-- ANSI date for 2013-01-21 --> 65 72 </Point> 66 73 </origin> 67 <offsetVector srsName="urn:x-ogc:def:crs:EPSG:6.6:4329">1.1 2.2 3.3</offsetVector> 68 <offsetVector srsName="urn:x-ogc:def:crs:EPSG:6.6:4329">2.0 1.0 0.0</offsetVector> 74 <offsetVector>1</offsetVector><!-- daily data --> 69 75 </RectifiedGrid> 70 76 </domainSet> … … 99 105 [#TopologiesIndex Up ] 100 106 101 === __2__: 1D spatial observations on a straight line === 102 103 ==== 2a : ... along a straight line, parallel to a CRS axis ==== 104 105 ===== 2a ===== 107 ---- 108 109 === __Case 2__ === 110 '''1D SPATIAL OBSERVATIONS ON A STRAIGHT LINE''' 111 112 Some text. 113 114 ==== Case 2a ==== 115 '''''... parallel to a CRS axis ''''' 116 117 ===== 2a-SO ===== 106 118 107 119 [#TopologiesIndex Up ] … … 124 136 125 137 126 ==== 2b : ... along a straight diagonal line, not parallel to a CRS axis ==== 127 128 129 130 ==== 2c : ... along a straight diagonal line in the 3D space ==== 138 ==== Case 2b ==== 139 '''''... diagonal line, not parallel to a CRS axis''''' 140 141 ===== 2b-SO ===== 142 143 [#TopologiesIndex Up ] 144 145 ===== 2b-RTS ===== 146 147 [#TopologiesIndex Up ] 148 149 ===== 2b-ITS ===== 150 151 [#TopologiesIndex Up ] 152 153 ===== 2b-MRTS ===== 154 155 [#TopologiesIndex Up ] 156 157 ===== 2b-MITS ===== 158 159 [#TopologiesIndex Up ] 160 161 ==== Case 2c ==== 162 '''''... diagonal line in the 3D space''''' 163 164 ===== 2c-SO ===== 165 166 [#TopologiesIndex Up ] 167 168 ===== 2c-RTS ===== 169 170 [#TopologiesIndex Up ] 171 172 ===== 2c-ITS ===== 173 174 [#TopologiesIndex Up ] 175 176 ===== 2c-MRTS ===== 177 178 [#TopologiesIndex Up ] 179 180 ===== 2c-MITS ===== 181 182 [#TopologiesIndex Up ] 183 184 ==== Case 2d ==== 185 '''''... along a diagonal line in the 3D space with irregular spacing''''' 186 187 ===== 2d-SO ===== 188 189 [#TopologiesIndex Up ] 190 191 ===== 2d-RTS ===== 192 193 [#TopologiesIndex Up ] 194 195 ===== 2d-ITS ===== 196 197 [#TopologiesIndex Up ] 198 199 ===== 2d-MRTS ===== 200 201 [#TopologiesIndex Up ] 202 203 ===== 2d-MITS ===== 204 205 [#TopologiesIndex Up ]