Opened 8 years ago
Closed 6 years ago
#1316 closed defect (invalid)
WCS_CRS_Extension Support reproject on distort coverage.
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | development |
Keywords: | project on distort, reprojection. | Cc: | Peter Baumann, Dimitar Misev, Vlad Merticariu |
Complexity: | Hard |
Description
CRS_Extension is used to reproject from a 2D coverage in a native CRS (e.g: EPSG:4326) to another outputCrs (e.g: 3857). However, I'm not sure about the possibility to reproject a distort coverage (irregular axis) with this extension.
It is not straightforward to use a CRS transform library to reproject the distort (irregular) 2D coverage from CRS named A to another CRS named B. Actually, I never seen any 2D coverage like this (without time axis).
I think we can support now is reprojection with regular axis (like: i/long/E, j/lat/N) (not sure about the irregular axis).
Dimitar suggested to open ticket to discuss.
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 6 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
we might use the grid points as GCPs for GDAL, would that work?