aboutsummaryrefslogtreecommitdiff
path: root/docs/source/usage
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2020-10-14 14:40:42 -0500
committerGitHub <noreply@github.com>2020-10-14 14:40:42 -0500
commita762daddb54be6e697375f8ed347cdf0aeaf4477 (patch)
treeae7e720c8512c02490a10448f12f264cea49b678 /docs/source/usage
parentbb7dde0752bfb35389b536b2ee6cd37f94f0a511 (diff)
downloadPROJ-a762daddb54be6e697375f8ed347cdf0aeaf4477.tar.gz
PROJ-a762daddb54be6e697375f8ed347cdf0aeaf4477.zip
Plot building Github Action (#2377)
* implement conda package building * paths * need libtool * PLATFORM check * point to my PROJ feedstock for now * point to PROJ repos * plot building and artifact upload * syntax * add proj conda package for plotting * retab * no doxygen * syntax * update docs Makefile * doc building * needs * consolidate doc/plots * plot updates * put updated plot output into docs * register spelling module * use v2 download-artifact * artifact upload
Diffstat (limited to 'docs/source/usage')
-rw-r--r--docs/source/usage/transformation.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/usage/transformation.rst b/docs/source/usage/transformation.rst
index 1db63a21..1f29126e 100644
--- a/docs/source/usage/transformation.rst
+++ b/docs/source/usage/transformation.rst
@@ -209,11 +209,11 @@ With PROJ 6, you can simply use the following:
cs2cs "GGRS87" "WGS 84"
35 20
- 35d0'9.575"N 20d0'5.467"E 0.000
+ 35d0'9.575"N 20d0'5.467"E 0.000
cs2cs EPSG:4121 EPSG:4326
35 20
- 35d0'9.575"N 20d0'5.467"E 0.000
+ 35d0'9.575"N 20d0'5.467"E 0.000
The EPSG database provides this example for transforming from WGS72 to WGS84
using an approximated 7 parameter transformation.
@@ -232,11 +232,11 @@ latitude and longitude)
cs2cs "WGS 72" "WGS 84"
55 4
- 55d0'0.09"N 4d0'0.554"E 0.000
+ 55d0'0.09"N 4d0'0.554"E 0.000
cs2cs EPSG:4322 EPSG:4326
55 4
- 55d0'0.09"N 4d0'0.554"E 0.000
+ 55d0'0.09"N 4d0'0.554"E 0.000
Grid Based Datum Adjustments