Changes between Initial Version and Version 1 of Ticket #1318
- Timestamp:
- May 18, 2016, 7:47:48 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1318 – Description
initial v1 33 33 + 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) 34 34 or 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. 36 36 37 37 38 38 39