From b5cb57b5985f6a60c08496bd65ef809b14711744 Mon Sep 17 00:00:00 2001 From: joe-mann <31214624+joe-mann@users.noreply.github.com> Date: Thu, 26 Dec 2019 20:21:28 +0100 Subject: Add link to Go bindings (#1807) --- docs/source/development/bindings.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/source/development') diff --git a/docs/source/development/bindings.rst b/docs/source/development/bindings.rst index c339bfdc..8f3b44a3 100644 --- a/docs/source/development/bindings.rst +++ b/docs/source/development/bindings.rst @@ -11,7 +11,6 @@ Python `pyproj `_: Python interface (wrapper for PROJ) - Ruby ======= @@ -24,6 +23,11 @@ Rust `proj `_: Rust bindings for the latest stable version of PROJ +Go (Golang) +=========== +`go-proj `_: +Go bindings and idiomatic wrapper for PROJ + TCL ======== `proj4tcl `_: @@ -35,7 +39,6 @@ MySQL `fProj4 `_: Bindings for PROJ in MySQL - Excel ======== -- cgit v1.2.3 From ba4766e6dd3957d21b3275a63fd6adb2e9d630d3 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 6 Jan 2020 15:03:53 +0100 Subject: Doc: add a 'Feedback from downstream projects' for PROJ6 migration --- docs/source/development/migration.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/source/development') diff --git a/docs/source/development/migration.rst b/docs/source/development/migration.rst index e22d7b16..29c56b4b 100644 --- a/docs/source/development/migration.rst +++ b/docs/source/development/migration.rst @@ -181,6 +181,14 @@ will be used (that is trying to find as much as possible the most direct transformation between the source and target datum), whereas PROJ 4 or PROJ 5 used an "early-binding" approach consisting in always going to EPSG:4326 / WGS 84. + +Feedback from downstream projects on the PROJ 6 migration +############################################################################### + +* `PROJ 6 adoption by Spatialite `_ + +* `On GDA2020, PROJ 6 and QGIS: Lessons learnt and recommendations for handling GDA2020 within geospatial software development `_ + ================================================================================ Version 4 to 5 API Migration ================================================================================ -- cgit v1.2.3 From dae3c4b3b37ac8af71cd2dbd17443526cfca6222 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 14 Jan 2020 11:00:33 +0100 Subject: Doc: Update index of development section Adds links to git repositories and adjusts deprecation warnings to reflect that PROJ 6 has been released. --- docs/source/development/index.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'docs/source/development') diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst index 2bb5aa1e..f8785e5f 100644 --- a/docs/source/development/index.rst +++ b/docs/source/development/index.rst @@ -20,23 +20,28 @@ PROJ project or using the library in their own software. bindings migration +The source code for PROJ is maintained in a git repository on GitHub. +Find it `here `_. Additionally, a +collection of PROJ-compatible transformation grids are maintained in +a separate git repository. Find it +`here `_. .. attention:: The ``projects.h`` header and the functions related to it is considered - deprecated from version 5.0.0 and onwards. The header will be removed - from PROJ in version 6.0.0 scheduled for release February 1st 2019. + deprecated from version 5.0.0 and onwards. The header has been removed + PROJ in version 6.0.0 released February 1st 2019. .. attention:: - The nmake build system on Windows will not be supported from + The nmake build system on Windows is on longer supported in version 6.0.0 on onwards. Use CMake instead. .. attention:: The ``proj_api.h`` header and the functions related to it is considered deprecated from version 5.0.0 and onwards. The header will be - removed from PROJ in version 7.0.0 scheduled for release February 1st + removed from PROJ in version 7.0.0 scheduled for release March 1st 2020. .. attention:: -- cgit v1.2.3 From 34ff658696aedebac8e78219b8df5db6716c86de Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 14 Jan 2020 12:47:40 +0100 Subject: doc: Fix error in previous commit (duplicate link targets) --- docs/source/development/index.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs/source/development') diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst index f8785e5f..85c10c6d 100644 --- a/docs/source/development/index.rst +++ b/docs/source/development/index.rst @@ -20,11 +20,10 @@ PROJ project or using the library in their own software. bindings migration -The source code for PROJ is maintained in a git repository on GitHub. -Find it `here `_. Additionally, a -collection of PROJ-compatible transformation grids are maintained in -a separate git repository. Find it -`here `_. +The source code for PROJ is maintained in a +`git repository on GitHub `_. +Additionally, a collection of PROJ-compatible transformation grids +are maintained in a `separate git repository `_. .. attention:: -- cgit v1.2.3