id summary reporter owner description type status priority milestone component version severity resolution keywords cc 5960 JP2 GML Axis Order Problem dengo warmerdam "we have a Pleiades image, a jp2 coming directly from the provider with an GML header like this: {{{ Ortho DS_PHR1A_201306090940372_FR1_PX_E017N43_0315_01434 coverage DS_PHR1A_201306090940372_FR1_PX_E017N43_0315_01434 1 1 8528 7086 Easting Northing 4895767.000000000000000 2296945.000000000000000 2.000000000000000 0 0 -2.000000000000000 0 255 gmljp2://codestream/0 Record Interleaved }}} The LAEA projection (EPSG::3035) is defined with having an axis order of Y, X, which means GDAL swaps the axis of the geotransform. But in this case this gives the wrong result. The JP2 GML defines an X,Y axis order by putting in tags, which are not yet considered by GDAL, neither 1.11 nor GDAL 2.0.0 beta1. We can solve this issue by setting the GDAL_IGNORE_AXIS_ORIENTATION to true, but maybe it would be better if GDAL would consider the " defect closed normal 1.11.3 default unspecified normal fixed