aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/projections/cass.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-03-04 20:40:43 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-03-05 00:18:01 +0100
commit341e0e7eb4f95de5c6ccc24ee98b7bb304964449 (patch)
tree40a96bb958f25ac0f191af87a59652533aeadeca /docs/source/operations/projections/cass.rst
parentc1fbdd88b3898279abc6a834254df15070fca39b (diff)
downloadPROJ-341e0e7eb4f95de5c6ccc24ee98b7bb304964449.tar.gz
PROJ-341e0e7eb4f95de5c6ccc24ee98b7bb304964449.zip
Remove occurences of deprecated PROJ.4 syntax
+no_defs and +datum has no effect on the behaviour of proj, so can be left out in these examples in the docs. +no_defs in rare occasions would have had an effect in older PROJ versions but not from PROJ 6 and onwards. +datum has ever only been honoured by cs2cs and pj_transform(). Fixes #2017
Diffstat (limited to 'docs/source/operations/projections/cass.rst')
-rw-r--r--docs/source/operations/projections/cass.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/operations/projections/cass.rst b/docs/source/operations/projections/cass.rst
index 185360fb..9cd78164 100644
--- a/docs/source/operations/projections/cass.rst
+++ b/docs/source/operations/projections/cass.rst
@@ -40,12 +40,12 @@ The Cassini-Soldner was also used for the detailed mapping of many German states
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
66644.94 82536.22
Example using EPSG 3068 (Soldner Berlin)::
- $ echo 13.5 52.4 | proj +proj=cass +lat_0=52.41864827777778 +lon_0=13.62720366666667 +x_0=40000 +y_0=10000 +ellps=bessel +datum=potsdam +units=m +no_defs
+ $ echo 13.5 52.4 | proj +proj=cass +lat_0=52.41864827777778 +lon_0=13.62720366666667 +x_0=40000 +y_0=10000 +ellps=bessel +units=m
31343.05 7932.76
Options