Changes between Version 8 and Version 9 of FAQCoordinateSystemsAndProjections

Show
Ignore:
Timestamp:
11/03/11 13:01:59 (19 months ago)
Author:
mloskot
Comment:

Linked wfs-dev thread

Legend:

Unmodified
Added
Removed
Modified
  • FAQCoordinateSystemsAndProjections

    v8 v9  
    99== What Axis Order is used in GDAL/OGR? == 
    1010 
    11  
    12 Check [http://trac.osgeo.org/gdal/wiki/rfc20_srs_axes RFC 20: OGRSpatialReference Axis Support] to learn details. 
     11Check [http://trac.osgeo.org/gdal/wiki/rfc20_srs_axes RFC 20: OGRSpatialReference Axis Support] to learn details of axis order implementation used by GDAL/OGR. 
    1312 
    1413For general discussion about the issue, dive into [http://www.osgeo.org/pipermail/discuss/2006-December/001241.html compiled] the [http://wiki.osgeo.org/wiki/Axis_Order_Confusion Axis Order Confusion] article compiled by [arnulf.us/ Arnulf Christl] with great help from the OSGeo Community. 
     14 
     15Often, [http://gdal.org/ogr/drv_gml.html OGR GML] driver users are confused about the order of coordinates included in GML documents. If this is your case too, you may find helpful the [http://lists.opengeospatial.org/pipermail/wfs-dev/2005-May/ Axis Ordering in GML] thread in OGC WFS mailing archives. 
    1516 
    1617== Can I reproject rasters with GDAL? ==