Opened 4 years ago

Closed 4 years ago

#2325 closed enhancement (fixed)

petascope - gdal version 3 flipped axes orders for projection()

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: petascope Version: 9.8
Keywords: Cc: Dimitar Misev, Vlad Merticariu, Peter Baumann
Complexity: Medium

Description

With Ubuntu 20.04 and GDAL version 3, it changes the previous behavior (which is always X, Y axes orders for projecting). Now, it will take into account the axes orders defined in CRS (e.g: EPSG:4326 is Y, X orders).

https://github.com/OSGeo/gdal/blob/release/3.0/gdal/MIGRATION_GUIDE.TXT#L10

To fix that, petascope will need to detect the version of gdal-library and don't always put X, Y axes orders as before, but it depends on the input CRS (e.g: EPSG:4326).

Change History (1)

comment:1 by Bang Pham Huu, 4 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.