Changes between Version 13 and Version 14 of GridTopologies


Ignore:
Timestamp:
Apr 17, 2013, 8:24:24 PM (11 years ago)
Author:
Piero Campalani
Comment:

partial update - case 4e

Legend:

Unmodified
Added
Removed
Modified
  • GridTopologies

    v13 v14  
    5050|||| [#Case4c 4c] || ... with irregular spacing, and rotation || " || [#a4c-SO link ] || [#a4c-RTS link ] || [#a4c-ITS link ] || [#a4c-MRTS link ] || [#a4c-MITS link ] ||
    5151|||| [#Case4d 4d] || ... with curvilinear axes (warped grid) || " || [#a4d-SO link ] || [#a4d-RTS link ] || [#a4d-ITS link ] || [#a4d-MRTS link ] || [#a4d-MITS link ] ||
    52 |||| [#Case4e 4e] || ... warped grid, and 2 (real+simulation) time axes || " || [#a4e-SO link ] || [#a4e-RTS link ] || [#a4e-ITS link ] || [#a4e-MRTS link ] || [#a4e-MITS link ] ||
     52|||| [#Case4e 4e] || ... warped grid, and 2 (real+simulation) time axes || " || --- || [#a4e-RTS link ] || [#a4e-ITS link ] || [#a4e-MRTS link ] || [#a4e-MITS link ] ||
    5353|| [#Case5 5] || || '''Gridded geo-image in the 3D space (oblique plane) ...''' || 2D ||
    5454|||| [#Case5a 5a] || ... with regular spacing || " || [#a5a-SO link ] || [#a5a-RTS link ] || [#a5a-ITS link ] || [#a5a-MRTS link ] || [#a5a-MITS link ] ||
     
    13941394'''''... warped grid, and 2 (real+simulation) time axes'''''
    13951395
    1396 ===== 4e-SO =====
    1397 
    1398 [#TopologiesIndex Up ]
    1399 
    14001396===== 4e-RTS =====
     1397
     1398|| '''GML coverage type''' || '''GML domainSet''' || '''native CRS''' ||  '''CRS dim''' ||
     1399|| !ReferenceableGridCoverage  || !ReferenceableGridByArrayAndVectors || SpatialCRS+TemporalCRS+TemporalCRS || 4D ||
     1400
     1401  * WCS trimming: ''`...subset=E(167000,170000),subset=N(4320000,4420000),subset=t("2013-01-01","2013-01-31"),subset=t_sim("2013-02-01","2013-02-31")...`''
     1402{{{
     1403#!xml
     1404<domainSet>
     1405  <ReferenceableGridByArrayAndVectors gml:id="4e-RTS_t" dimension="4" uomLabels="metre metre d d" srsDimension="4"
     1406   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs-compound?
     1407              1=http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/32633&
     1408              2=http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date
     1409              3=http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date?label='t_sim'">
     1410    <limits>
     1411      <GridEnvelope>
     1412        <low>0 0 0 0</low>
     1413        <high>2 3 4 4</high>
     1414      </GridEnvelope>
     1415    </limits>
     1416    <axisLabels>0 1 2 3</axisLabels>
     1417    <posList>
     1418      167000 4320000 150486 150517   167500 4350000 150486 150517   169350 4410000 150486 150517
     1419      167200 4320500 150486 150517   167550 4354000 150486 150517   169650 4410700 150486 150517
     1420      167250 4320780 150486 150517   168900 4354550 150486 150517   169700 4412300 150486 150517
     1421      167280 4320790 150486 150517   168990 4357900 150486 150517   169990 4419800 150486 150517
     1422    </posList>
     1423    <gmlrgrid:gridAxesSpanned>0 1</gmlrgrid:gridAxesSpanned>
     1424    <sequenceRule axisOrder="+1">Linear</sequenceRule>
     1425    <gmlrgrid:generalGridAxis>
     1426      <gmlrgrid:GeneralGridAxis>
     1427        <!-- "Real" time axis (regular intervals of three days) -->
     1428        <offsetVector>0 0 3 0</offsetVector>
     1429        <gmlrgrid:gridAxesSpanned>2</gmlrgrid:gridAxesSpanned>
     1430      </gmlrgrid:GeneralGridAxis>
     1431    </gmlrgrid:generalGridAxis>
     1432    <gmlrgrid:generalGridAxis>
     1433      <gmlrgrid:GeneralGridAxis>
     1434        <!-- "Simulation" time axis (regular intervals of three days) -->
     1435        <offsetVector>0 0 0 3</offsetVector>
     1436        <gmlrgrid:gridAxesSpanned>3</gmlrgrid:gridAxesSpanned>
     1437      </gmlrgrid:GeneralGridAxis>
     1438    </gmlrgrid:generalGridAxis>
     1439  </ReferenceableGridByArrayAndVectors>
     1440<\domainSet>
     1441}}}
     1442  * WCS slicing (S): ''`...subset=E(160000),subset=N(4320000),subset=t("2013-01-01","2013-01-31"),subset=t_sim("2013-02-01","2013-02-31")...`''
     1443{{{
     1444#!xml
     1445<domainSet>
     1446  <RectifiedGrid id="4e-RTS_s" dimension="2" uomLabels="d d" srsDimension="2"
     1447   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs-compound?
     1448              1=http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date
     1449              2=http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date?label='t_sim'">
     1450    <limits>
     1451      <GridEnvelope>
     1452        <low>0 0</low>
     1453        <high>4 4</high>
     1454      </GridEnvelope>
     1455    </limits>
     1456    <axisLabels>2 3</axisLabels>
     1457    <origin>
     1458      <Point id="O">
     1459        <pos>150486 150517</pos>
     1460      </Point>
     1461    </origin>
     1462    <offsetVector>3 0</offsetVector>
     1463    <offsetVector>0 3</offsetVector>
     1464  </RectifiedGrid>
     1465</domainSet>
     1466}}}
     1467  * WCS slicing (ST): ''`...subset=E(160000),subset=N(4320000),subset=t("2013-01-01"),subset=t_sim("2013-02-01","2013-02-31")...`''
     1468{{{
     1469#!xml
     1470<domainSet>
     1471  <RectifiedGrid id="4e-RTS_s" dimension="1" uomLabels="d" srsDimension="1"
     1472   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date?label='t_sim'">
     1473    <limits>
     1474      <GridEnvelope>
     1475        <low>0</low>
     1476        <high>4</high>
     1477      </GridEnvelope>
     1478    </limits>
     1479    <axisLabels>3</axisLabels>
     1480    <origin>
     1481      <Point id="O">
     1482        <pos>150517</pos>
     1483      </Point>
     1484    </origin>
     1485    <offsetVector>3</offsetVector>
     1486  </RectifiedGrid>
     1487</domainSet>
     1488}}} 
     1489  * WCS slicing (T): ''`...subset=E(167000,170000),subset=N(4320000,4420000),subset=t("2013-01-01"),subset=t_sim("2013-02-01")...`''
     1490    See [#a4d-SO 4d-SO].
    14011491
    14021492[#TopologiesIndex Up ]