diff options
| author | Howard Butler <howard@hobu.co> | 2016-10-12 17:23:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-12 17:23:38 -0400 |
| commit | 6f0e836a92a3c128ac18aaf597a12fcef6fa6470 (patch) | |
| tree | e2afc18cbcafe691fc69304f79d714a97cf404dd /docs/source/projections | |
| parent | d4c41aba3949e29438e280cec1ecc59c453677b8 (diff) | |
| parent | 57af0179aa6d8925a26757603c08680b7f122bcc (diff) | |
| download | PROJ-6f0e836a92a3c128ac18aaf597a12fcef6fa6470.tar.gz PROJ-6f0e836a92a3c128ac18aaf597a12fcef6fa6470.zip | |
Merge pull request #428 from OSGeo/add-snyder-pdf
add a copy of Snyder to the proj.4 repository and use it in doc references
Diffstat (limited to 'docs/source/projections')
| -rw-r--r-- | docs/source/projections/cass.rst | 8 | ||||
| -rw-r--r-- | docs/source/projections/hatano.rst | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/projections/cass.rst b/docs/source/projections/cass.rst index 48ec80cf..1b81bd13 100644 --- a/docs/source/projections/cass.rst +++ b/docs/source/projections/cass.rst @@ -22,17 +22,17 @@ Although the Cassini projection has been largely replaced by the Transverse Merc .. image:: ./images/cass.png :scale: 50% - :alt: Cassini + :alt: Cassini Usage ##### -There has been little usage of the spherical version of the Cassini, but the ellipsoidal Cassini-Soldner version was adopted by the Ordnance Survey for the official survey of Great Britain during the second half of the 19th century [Steers1970]_. Many of these maps were prepared at a scale of 1:2,500. The Cassini-Soldner was also used for the detailed mapping of many German states during the same period. +There has been little usage of the spherical version of the Cassini, but the ellipsoidal Cassini-Soldner version was adopted by the Ordnance Survey for the official survey of Great Britain during the second half of the 19th century [Steers1970]_. Many of these maps were prepared at a scale of 1:2,500. The Cassini-Soldner was also used for the detailed mapping of many German states during the same period. Example using EPSG 30200 (Trinidad 1903, units in clarke's links):: - $ echo 0.17453293 -1.08210414 | proj +proj=cass +lat_0=10.44166666666667 +lon_0=-61.33333333333334 +x_0=86501.46392051999 +y_0=65379.0134283 +a=6378293.645208759 +b=6356617.987679838 +to_meter=0.201166195164 +no_defs + $ echo 0.17453293 -1.08210414 | proj +proj=cass +lat_0=10.44166666666667 +lon_0=-61.33333333333334 +x_0=86501.46392051999 +y_0=65379.0134283 +a=6378293.645208759 +b=6356617.987679838 +to_meter=0.201166195164 +no_defs 66644.94 82536.22 Example using EPSG 3068 (Soldner Berlin):: @@ -141,5 +141,5 @@ Further reading ############### #. `Wikipedia <https://en.wikipedia.org/wiki/Equirectangular_projection>`_ -#. `John P. Snyder, Map projections—a working manual <https://epic.awi.de/39585/1/USGS_Bulletin_1532.pdf>`_ +#. [Snyder1987]_ #. `EPSG, POSC literature pertaining to Coordinate Conversions and Transformations including Formulas <http://www.ihsenergy.com/epsg/guid7.pdf>`_ diff --git a/docs/source/projections/hatano.rst b/docs/source/projections/hatano.rst index 6ba2d3a0..a150b64b 100644 --- a/docs/source/projections/hatano.rst +++ b/docs/source/projections/hatano.rst @@ -10,7 +10,7 @@ Hatano Asymmetrical Equal Area +---------------------+----------------------------------------------------------+ | **Classification** | :term:`Pseudocylindrical Projection` | +---------------------+----------------------------------------------------------+ -| **Available forms** | Forward | +| **Available forms** | Forward and inverse, spherical projection | +---------------------+----------------------------------------------------------+ | **Defined area** | Global, but best between standard parallels | +---------------------+----------------------------------------------------------+ |
