Changes between Initial Version and Version 1 of Ticket #1318


Ignore:
Timestamp:
May 18, 2016, 7:47:48 AM (8 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1318 – Description

    initial v1  
    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.
     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.
    3636
    3737
    3838
    39