From 15edf4c41bea992c032736149d4a3c1c8aafdc7c Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Thu, 20 Sep 2018 10:59:31 +0200 Subject: Clean up FAQ This removes some questions that are no longer valid (covered elsewhere in the docs), adjusts the wording in other questions and fixes formatting and making it proper rst/sphinx syntax. With this, #1070 is almost fixed. --- docs/source/usage/differences.rst | 13 +++++++++++++ docs/source/usage/transformation.rst | 1 + 2 files changed, 14 insertions(+) (limited to 'docs/source/usage') diff --git a/docs/source/usage/differences.rst b/docs/source/usage/differences.rst index 149224fd..7d9d6ced 100644 --- a/docs/source/usage/differences.rst +++ b/docs/source/usage/differences.rst @@ -13,6 +13,19 @@ that uses PROJ. Behavioural changes caused by new bugs are not tracked here, as they should be fixed in later versions of PROJ. +Version 4.6.0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +The default datum application behavior changed with the 4.6.0 release. PROJ +will now only apply a datum shift if both the source and destination coordinate +system have valid datum shift information. + +The PROJ 4.6.0 Release Notes states + + MAJOR: Rework :c:func:`pj_transform()` to avoid applying ellipsoid to ellipsoid + transformations as a datum shift when no datum info is available. + + Version 5.0.0 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/docs/source/usage/transformation.rst b/docs/source/usage/transformation.rst index b4ed7031..6d1bf02e 100644 --- a/docs/source/usage/transformation.rst +++ b/docs/source/usage/transformation.rst @@ -135,6 +135,7 @@ coordinate timestamps back to GPS weeks. cs2cs paradigm +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +.. _cs2cs_specific_options: ============ ============================================================== Parameter Description -- cgit v1.2.3