Changes between Version 12 and Version 13 of FAQ

Show
Ignore:
Timestamp:
07/28/11 10:06:32 (23 months ago)
Author:
springmeyer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v12 v13  
    114114Note the strategic addition of +nadgrids=@null to the spherical projection definition. 
    115115 
    116 Similar issues apply with many other datasets distributed with projections based on a spherical earth model - such as many NASA datasets.  This coordinate system is now known by the EPSG code 3857 and has in the past been known as EPSG:3785 and EPSG:900913.  When using this coordinate system with GDAL/OGR it is helpful to include the +wktext so the extract proj.4 string will be preserved in the WKT representation: 
     116Similar issues apply with many other datasets distributed with projections based on a spherical earth model - such as many NASA datasets.  This coordinate system is now known by the EPSG code 3857 and has in the past been known as EPSG:3785 and EPSG:900913.  When using this coordinate system with GDAL/OGR it is helpful to include the +wktext so the exact proj.4 string will be preserved in the WKT representation (otherwise key parameters like `+nadgrids=@null` will be dropped): 
    117117 
    118118{{{