Changes between Version 16 and Version 17 of GridTopologies


Ignore:
Timestamp:
Apr 17, 2013, 9:32:14 PM (11 years ago)
Author:
Piero Campalani
Comment:

partial update - case 6e

Legend:

Unmodified
Added
Removed
Modified
  • GridTopologies

    v16 v17  
    6060|||| [#Case6c 6c] || ... with irregular XYH spacing || " || [#a6c-SO link ] || [#a6c-RTS link ] || [#a6c-ITS link ] || [#a6c-MRTS link ] || [#a6c-MITS link ] ||
    6161|||| [#Case6d 6d] || ... with curvilinear axes (warped cube) || " || [#a6d-SO link ] || [#a6d-RTS link ] || [#a6d-ITS link ] || [#a6d-MRTS link ] || [#a6d-MITS link ] ||
    62 |||| [#Case6e 6e] || ... warped cube, and 2 (real+simulation) time axes || " || [#a6e-SO link ] || [#a6e-RTS link ] || [#a6e-ITS link ] || [#a6e-MRTS link ] || [#a6e-MITS link ] ||
     62|||| [#Case6e 6e] || ... warped cube, and 2 (real+simulation) time axes || " || --- || [#a6e-RTS link ] || [#a6e-ITS link ] || [#a6e-MRTS link ] || [#a6e-MITS link ] ||
    6363
    6464== Examples ==
     
    14221422    </posList>
    14231423    <gmlrgrid:gridAxesSpanned>0 1</gmlrgrid:gridAxesSpanned>
    1424     <sequenceRule axisOrder="+1">Linear</sequenceRule>
     1424    <sequenceRule axisOrder="+1 +2">Linear</sequenceRule>
    14251425    <gmlrgrid:generalGridAxis>
    14261426      <gmlrgrid:GeneralGridAxis>
     
    17221722<\domainSet>
    17231723}}}
    1724   * WCS slicing (S): ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(240)...`''
     1724  * WCS slicing: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(240)...`''
    17251725{{{
    17261726#!xml
     
    17751775===== 6a-SO =====
    17761776
     1777|| '''GML coverage type''' || '''GML domainSet''' || '''native CRS''' ||  '''CRS dim''' ||
     1778|| !RectifiedGridCoverage  || !RectifiedGrid || SpatialCRS || 3D ||
     1779
     1780  * WCS trimming: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(200,300)...`''
     1781{{{
     1782#!xml
     1783<domainSet>
     1784  <RectifiedGrid id="6a-SO-t" dimension="3" uomLabels="DMSH DMSH metre" srsDimension="3"
     1785   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327">
     1786    <limits>
     1787      <GridEnvelope>
     1788        <low>0 0 0</low>
     1789        <high>2 3 4</high>
     1790      </GridEnvelope>
     1791    </limits>
     1792    <axisLabels>0 1 2</axisLabels>
     1793    <origin>
     1794      <Point id="O">
     1795        <pos>40 9 200</pos>
     1796      </Point>
     1797    </origin>
     1798    <offsetVector>0.05   0  0</offsetVector>
     1799    <offsetVector>   0 0.5  0</offsetVector>
     1800    <offsetVector>   0   0 15</offsetVector>
     1801  </RectifiedGrid>
     1802</domainSet>
     1803}}}
     1804  * WCS slicing: ''`...subset=Lat(40),subset=Long(9,10),subset=h(200,300)...`''
     1805{{{
     1806#!xml
     1807<domainSet>
     1808  <RectifiedGrid id="6a-SO-s" dimension="2" uomLabels="DMSH DMSH metre" srsDimension="3"
     1809   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327">
     1810    <limits>
     1811      <GridEnvelope>
     1812        <low>0 0</low>
     1813        <high>3 4</high>
     1814      </GridEnvelope>
     1815    </limits>
     1816    <axisLabels>1 2</axisLabels>
     1817    <origin>
     1818      <Point id="O">
     1819        <pos>40 9 200</pos>
     1820      </Point>
     1821    </origin>
     1822    <offsetVector>0 0.5  0</offsetVector>
     1823    <offsetVector>0   0 15</offsetVector>
     1824  </RectifiedGrid>
     1825</domainSet>
     1826}}}
     1827
    17771828[#TopologiesIndex Up ]
    17781829
     
    17991850===== 6b-SO =====
    18001851
     1852|| '''GML coverage type''' || '''GML domainSet''' || '''native CRS''' ||  '''CRS dim''' ||
     1853|| !ReferenceableGridCoverage  || !ReferenceableGridByVectors || SpatialCRS || 3D ||
     1854
     1855  * WCS trimming: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(200,300)...`''
     1856{{{
     1857#!xml
     1858<domainSet>
     1859  <ReferenceableGridByVectors id="6b-SO_t" dimension="3" uomLabels="DMSH DMSH metre" srsDimension="3"
     1860   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327">
     1861    <limits>
     1862      <GridEnvelope>
     1863        <low>0 0 0</low>
     1864        <high>2 3 4</high>
     1865      </GridEnvelope>
     1866    </limits>
     1867    <axisLabels>0 1</axisLabels>
     1868    <origin>
     1869      <Point id="O">
     1870        <pos>40 9 200</pos>
     1871      </Point>
     1872    </origin>
     1873    <generalGridAxis>
     1874      <GeneralGridAxis>
     1875        <!-- regularly spaced northing -->
     1876        <offsetVector>0.05 0 0</offsetVector>
     1877        <gridAxesSpanned>0</gridAxesSpanned>
     1878      </GeneralGridAxis>
     1879    </generalGridAxis>
     1880    <generalGridAxis>
     1881      <GeneralGridAxis>
     1882        <!-- regularly spaced easting -->
     1883        <offsetVector>0 0.05 0</offsetVector>
     1884        <gridAxesSpanned>1</gridAxesSpanned>
     1885      </GeneralGridAxis>
     1886    </generalGridAxis>
     1887    <generalGridAxis>
     1888      <GeneralGridAxis>
     1889        <!-- irregularly spaced heights -->
     1890        <offsetVector>0 0 15</offsetVector>
     1891        <coefficients>0 3 4 6 7</coefficients>
     1892        <gridAxesSpanned>2</gridAxesSpanned>
     1893        <sequenceRule axisOrder="+1">Linear</sequenceRule>
     1894      </GeneralGridAxis>
     1895    </generalGridAxis>
     1896  </ReferenceableGridByVectors>
     1897</domainSet>
     1898}}}
     1899  * WCS slicing: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(245)...`''
     1900{{{
     1901#!xml
     1902<domainSet>
     1903  <ReferenceableGridByVectors id="6b-SO_s" dimension="2" uomLabels="DMSH DMSH metre" srsDimension="3"
     1904   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327">
     1905    <limits>
     1906      <GridEnvelope>
     1907        <low>0 0</low>
     1908        <high>2 3</high>
     1909      </GridEnvelope>
     1910    </limits>
     1911    <axisLabels>0 1</axisLabels>
     1912    <origin>
     1913      <Point id="O">
     1914        <pos>40 9 200</pos>
     1915      </Point>
     1916    </origin>
     1917    <generalGridAxis>
     1918      <GeneralGridAxis>
     1919        <!-- regularly spaced northing -->
     1920        <offsetVector>0.05 0 0</offsetVector>
     1921        <gridAxesSpanned>0</gridAxesSpanned>
     1922      </GeneralGridAxis>
     1923    </generalGridAxis>
     1924    <generalGridAxis>
     1925      <GeneralGridAxis>
     1926        <!-- regularly spaced easting -->
     1927        <offsetVector>0 0.05 0</offsetVector>
     1928        <gridAxesSpanned>1</gridAxesSpanned>
     1929      </GeneralGridAxis>
     1930    </generalGridAxis>
     1931  </ReferenceableGridByVectors>
     1932</domainSet>
     1933}}}
     1934
    18011935[#TopologiesIndex Up ]
    18021936
     
    18221956===== 6c-SO =====
    18231957
     1958|| '''GML coverage type''' || '''GML domainSet''' || '''native CRS''' ||  '''CRS dim''' ||
     1959|| !ReferenceableGridCoverage  || !ReferenceableGridByVectors || SpatialCRS || 3D ||
     1960
     1961  * WCS trimming: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(200,300)...`''
     1962{{{
     1963#!xml
     1964<domainSet>
     1965  <ReferenceableGridByVectors id="6c-SO_t" dimension="3" uomLabels="DMSH DMSH metre" srsDimension="3"
     1966   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327">
     1967    <limits>
     1968      <GridEnvelope>
     1969        <low>0 0 0</low>
     1970        <high>2 3 4</high>
     1971      </GridEnvelope>
     1972    </limits>
     1973    <axisLabels>0 1</axisLabels>
     1974    <origin>
     1975      <Point id="O">
     1976        <pos>40 9 200</pos>
     1977      </Point>
     1978    </origin>
     1979    <generalGridAxis>
     1980      <GeneralGridAxis>
     1981        <offsetVector>0.05 0 0</offsetVector>
     1982        <coefficients>0 1 3</coefficients>
     1983        <gridAxesSpanned>0</gridAxesSpanned>
     1984        <sequenceRule axisOrder="+1">Linear</sequenceRule>
     1985      </GeneralGridAxis>
     1986    </generalGridAxis>
     1987    <generalGridAxis>
     1988      <GeneralGridAxis>
     1989        <offsetVector>0 0.05 0</offsetVector>
     1990        <coefficients>0 3 4 5</coefficients>
     1991        <gridAxesSpanned>1</gridAxesSpanned>
     1992        <sequenceRule axisOrder="+1">Linear</sequenceRule>
     1993      </GeneralGridAxis>
     1994    </generalGridAxis>
     1995    <generalGridAxis>
     1996      <GeneralGridAxis>
     1997        <offsetVector>0 0 15</offsetVector>
     1998        <coefficients>0 3 4 6 7</coefficients>
     1999        <gridAxesSpanned>2</gridAxesSpanned>
     2000        <sequenceRule axisOrder="+1">Linear</sequenceRule>
     2001      </GeneralGridAxis>
     2002    </generalGridAxis>
     2003  </ReferenceableGridByVectors>
     2004</domainSet>
     2005}}}
     2006  * WCS slicing: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(245)...`''
     2007{{{
     2008#!xml
     2009<domainSet>
     2010  <ReferenceableGridByVectors id="6b-SO_s" dimension="2" uomLabels="DMSH DMSH metre" srsDimension="3"
     2011   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327">
     2012    <limits>
     2013      <GridEnvelope>
     2014        <low>0 0</low>
     2015        <high>2 3</high>
     2016      </GridEnvelope>
     2017    </limits>
     2018    <axisLabels>0 1</axisLabels>
     2019    <origin>
     2020      <Point id="O">
     2021        <pos>40 9 200</pos>
     2022      </Point>
     2023    </origin>
     2024    <generalGridAxis>
     2025      <GeneralGridAxis>
     2026        <offsetVector>0.05 0 0</offsetVector>
     2027        <coefficients>0 1 3</coefficients>
     2028        <gridAxesSpanned>0</gridAxesSpanned>
     2029        <sequenceRule axisOrder="+1">Linear</sequenceRule>
     2030      </GeneralGridAxis>
     2031    </generalGridAxis>
     2032    <generalGridAxis>
     2033      <GeneralGridAxis>
     2034        <offsetVector>0 0.05 0</offsetVector>
     2035        <coefficients>0 3 4 5</coefficients>
     2036        <gridAxesSpanned>1</gridAxesSpanned>
     2037        <sequenceRule axisOrder="+1">Linear</sequenceRule>
     2038      </GeneralGridAxis>
     2039    </generalGridAxis>
     2040  </ReferenceableGridByVectors>
     2041</domainSet>
     2042}}}
     2043
    18242044[#TopologiesIndex Up ]
    18252045
     
    18452065===== 6d-SO =====
    18462066
     2067|| '''GML coverage type''' || '''GML domainSet''' || '''native CRS''' ||  '''CRS dim''' ||
     2068|| !ReferenceableGridCoverage  || !ReferenceableGridByArray || SpatialCRS || 3D ||
     2069
     2070  * WCS trimming: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(200,300)...`''
     2071{{{
     2072#!xml
     2073<domainSet>
     2074  <ReferenceableGridByArray gml:id="6d-SO_t" dimension="3" uomLabels="DMSH DMSH metre" srsDimension="3"
     2075   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327">
     2076    <limits>
     2077      <GridEnvelope>
     2078        <low>0 0 0</low>
     2079        <high>2 3 1</high>
     2080      </GridEnvelope>
     2081    </limits>
     2082    <axisLabels>0 1 2</axisLabels>
     2083    <posList>
     2084      40.1 9.2 200   40.1 9.3 200   40.3 9.5 210
     2085      40.1 9.3 205   40.3 9.5 220   40.4 9.7 225
     2086      40.4 9.4 215   40.7 9.7 225   40.8 9.8 235
     2087      40.6 9.5 220   40.8 9.7 230   40.9 9.9 240
     2088
     2089      40.0 9.1 205   40.1 9.2 210   40.4 9.6 230
     2090      40.2 9.5 220   40.2 9.4 240   40.7 9.7 240
     2091      40.5 9.7 225   40.5 9.6 245   40.8 9.8 285
     2092      40.7 9.8 230   40.6 9.8 290   40.9 9.9 295
     2093    </posList>
     2094    <sequenceRule axisOrder="+1 +2 +3">Linear</sequenceRule>
     2095  </ReferenceableGridByArray>
     2096<\domainSet>
     2097}}}
     2098  * WCS slicing: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(200,300)...`''
     2099   ...?
     2100
    18472101[#TopologiesIndex Up ]
    18482102
     
    18662120'''''... warped cube, and 2 (real+simulation) time axes.'''''
    18672121
    1868 ===== 6e-SO =====
    1869 
    1870 [#TopologiesIndex Up ]
    1871 
    18722122===== 6e-RTS =====
    18732123
     2124|| '''GML coverage type''' || '''GML domainSet''' || '''native CRS''' ||  '''CRS dim''' ||
     2125|| !ReferenceableGridCoverage  || !ReferenceableGridByArray || SpatialCRS+TemporalCRS+TemporalCRS || 5D ||
     2126
     2127  * WCS trimming: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(200,300),subset=t("2013-01-01","2013-01-31"),subset=t_sim("2013-02-01","2013-02-31")...`''
     2128{{{
     2129#!xml
     2130<domainSet>
     2131  <ReferenceableGridByArray gml:id="6e-SO_t" dimension="3" uomLabels="DMSH DMSH metre" srsDimension="3"
     2132   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs-compound?
     2133              1=http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327&
     2134              2=http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date
     2135              3=http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date?label='t_sim'">
     2136    <limits>
     2137      <GridEnvelope>
     2138        <low>0 0 0 0</low>
     2139        <high>2 3 1 1</high>
     2140      </GridEnvelope>
     2141    </limits>
     2142    <axisLabels>0 1 2 3</axisLabels>
     2143    <posList>
     2144      40.1 9.2 200 150486 150517   40.1 9.3 200 150486 150517   40.3 9.5 210 150486 150517
     2145      40.1 9.3 205 150486 150517   40.3 9.5 220 150486 150517   40.4 9.7 225 150486 150517
     2146      40.4 9.4 215 150486 150517   40.7 9.7 225 150486 150517   40.8 9.8 235 150486 150517
     2147      40.6 9.5 220 150486 150517   40.8 9.7 230 150486 150517   40.9 9.9 240 150486 150517
     2148 
     2149      40.0 9.1 205 150486 150517   40.1 9.2 210 150486 150517  40.4 9.6 230 150486 150517
     2150      40.2 9.5 220 150486 150517   40.2 9.4 240 150486 150517  40.7 9.7 240 150486 150517
     2151      40.5 9.7 225 150486 150517   40.5 9.6 245 150486 150517  40.8 9.8 285 150486 150517
     2152      40.7 9.8 230 150486 150517   40.6 9.8 290 150486 150517  40.9 9.9 295 150486 150517
     2153    </posList>
     2154    <gmlrgrid:gridAxesSpanned>0 1</gmlrgrid:gridAxesSpanned>
     2155    <sequenceRule axisOrder="+1 +2">Linear</sequenceRule>
     2156    <gmlrgrid:generalGridAxis>
     2157      <gmlrgrid:GeneralGridAxis>
     2158        <!-- "Real" time axis (regular intervals of three days) -->
     2159        <offsetVector>0 0 3 0</offsetVector>
     2160        <gmlrgrid:gridAxesSpanned>2</gmlrgrid:gridAxesSpanned>
     2161      </gmlrgrid:GeneralGridAxis>
     2162    </gmlrgrid:generalGridAxis>
     2163    <gmlrgrid:generalGridAxis>
     2164      <gmlrgrid:GeneralGridAxis>
     2165        <!-- "Simulation" time axis (regular intervals of three days) -->
     2166        <offsetVector>0 0 0 3</offsetVector>
     2167        <gmlrgrid:gridAxesSpanned>3</gmlrgrid:gridAxesSpanned>
     2168      </gmlrgrid:GeneralGridAxis>
     2169    </gmlrgrid:generalGridAxis>
     2170  </ReferenceableGridByArrayAndVectors>
     2171<\domainSet>
     2172  </ReferenceableGridByArray>
     2173<\domainSet>
     2174}}}
     2175  * WCS slicing:
     2176
    18742177[#TopologiesIndex Up ]
    18752178