Changes between Version 1 and Version 2 of Ticket #1318


Ignore:
Timestamp:
May 18, 2016, 7:50:07 AM (8 years ago)
Author:
Dimitar Misev
Comment:

So this needs to be properly transformed to WCPS internally, instead of having some special code to transform non-native subsets. Otherwise it's just duplicating code for doing the same thing.

wcs wcps
subsetCrs axis:crs
outputCrs crsTransform

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1318 – Description

    v1 v2  
    3333  + Get the right grid/geo CRS (4326) in compound CRS (it is tricky as the order in compoundCRS is not consistent, e.g: 1=time&2=4326 or 1=4326&2=time)
    3434or
    35   + Handle the coverage first to make it 2D and in GetCoverageMetadata (somehow it is handled correctly to get only 2D axis (4326)). Then it is input for the CRSExtension class. This is also tricky due to with subsettingCrs, it is needed to project the bounding box before can slice to 2D.
     35  + Handle the coverage first to make it 2D and in GetCoverageMetadata (somehow it is handled correctly to get only 2D axis (4326)). Then it is input for the CRSExtension class.
    3636
    3737
    3838
     39