From a762daddb54be6e697375f8ed347cdf0aeaf4477 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Wed, 14 Oct 2020 14:40:42 -0500 Subject: 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 --- docs/source/usage/transformation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/source/usage') 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 -- cgit v1.2.3