Changes between Version 12 and Version 13 of FAQ
- Timestamp:
- 07/28/11 10:06:32 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v12 v13 114 114 Note the strategic addition of +nadgrids=@null to the spherical projection definition. 115 115 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 ex tract proj.4 string will be preserved in the WKT representation: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 exact proj.4 string will be preserved in the WKT representation (otherwise key parameters like `+nadgrids=@null` will be dropped): 117 117 118 118 {{{
