Changes between Version 2 and Version 3 of GridTopologyIssues


Ignore:
Timestamp:
Apr 18, 2013, 9:01:24 AM (12 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GridTopologyIssues

    v2 v3  
    2626The result of a WCS Core subsetting may not be a grid (ie, array) any more.
    2727
     28Observations:
     29 * we believe that the origin of a coverage does not need to be inside array (as per GML 3.3)
     30 * trimming (and slicing?) generate grids where some points need to be existent for reasons of toppology, but do not have any meaning (nor in value, nor do they have a a valid geo position)
     31 * !GetCoverage establishes an intersection of domain D and bounding Box B. Intersection must maintain grid property, which is not naturally fulfilled.
     32 * offset vectors do not pose a problem for any coverage type (regular: offsets are the same everywhere, so position independent; irregular axes and GCPs: offsets are absolute, ie, depending on origin only and not on neighbor offset)
     33
    2834'''Alternatives:'''
    29  * Alt 1:
     35 * Alt 1: reconstruct grid by omitting elements of the intersection
     36 * Alt 2: reconstruct grid by introducing dummy nodes (like black pixels in reprojected images)
     37 * Alt 3: reconstruct grid by including adjacent nodes outside B
    3038
    3139'''Discussion:'''
    32  * Pro 1:
    33  * Con 1:
     40 * Con 1: loses data
     41 * Con 2: dummy nodes also have no valid coordinates (offset vectors or GCPs!), not only invalid data
     42 * Con 3: includes data "not wanted"
    3443
    3544'''Decision:'''