Re: [gdal-dev] Coordinates Axis Order for EPSG:2193

2018-02-08 Thread Jeremy Palmer
Hi Even, On Fri, Feb 9, 2018 at 7:16 AM, Even Rouault wrote: > > > > Yes, use "EPSGA:2193" > > note the A after EPSG for Axis > > > > If using EPSG, axis will be stripped off for lat-long geodetic SRS, and > northing-easting projected SRS. > > Whereas EPSGA always retain axis order > > The ration

Re: [gdal-dev] Coordinates Axis Order for EPSG:2193

2018-02-08 Thread Even Rouault
Hi Jeremy, > Is there a way to report the axis order that GDAL understands internally > for automatically swapping coordinates axis order when dealing with OGC/GML > services? > > EPSG is defined as North/East order and is correct in > http://epsg-registry.org/export.htm?wkt=urn:ogc:def:crs:EPSG:

[gdal-dev] Coordinates Axis Order for EPSG:2193

2018-02-08 Thread Jeremy Palmer
Is there a way to report the axis order that GDAL understands internally for automatically swapping coordinates axis order when dealing with OGC/GML services? EPSG is defined as North/East order and is correct in http://epsg-registry.org/export.htm?wkt=urn:ogc:def:crs:EPSG::2193 However when I ru