diff options
Diffstat (limited to 'docs/source/development')
| -rw-r--r-- | docs/source/development/bindings.rst | 7 | ||||
| -rw-r--r-- | docs/source/development/index.rst | 12 | ||||
| -rw-r--r-- | docs/source/development/migration.rst | 8 |
3 files changed, 21 insertions, 6 deletions
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 <https://pypi.python.org/pypi/pyproj>`_: Python interface (wrapper for PROJ) - Ruby ======= @@ -24,6 +23,11 @@ Rust `proj <https://github.com/georust/proj>`_: Rust bindings for the latest stable version of PROJ +Go (Golang) +=========== +`go-proj <https://github.com/everystreet/go-proj>`_: +Go bindings and idiomatic wrapper for PROJ + TCL ======== `proj4tcl <http://wiki.tcl.tk/41270>`_: @@ -35,7 +39,6 @@ MySQL `fProj4 <https://sourceforge.net/projects/mysqlscientific/files/fPROJ4/>`_: Bindings for PROJ in MySQL - Excel ======== diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst index 2bb5aa1e..85c10c6d 100644 --- a/docs/source/development/index.rst +++ b/docs/source/development/index.rst @@ -20,23 +20,27 @@ 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 <https://github.com/OSGeo/PROJ>`_. +Additionally, a collection of PROJ-compatible transformation grids +are maintained in a `separate git repository <https://github.com/OSGeo/proj-datumgrid>`_. .. 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:: 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 <https://www.gaia-gis.it/fossil/libspatialite/wiki?name=PROJ.6>`_ + +* `On GDA2020, PROJ 6 and QGIS: Lessons learnt and recommendations for handling GDA2020 within geospatial software development <https://www.icsm.gov.au/sites/default/files/North%20Road%20Handling%20GDA2020%20within%20Geospatial%20Software%20Development.pdf>`_ + ================================================================================ Version 4 to 5 API Migration ================================================================================ |
