diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-03-17 10:21:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-17 10:21:56 +0100 |
| commit | 781dedec1fc3b8452d12f67f3c8ddd9d45f724f4 (patch) | |
| tree | c6f0277b713a00df57c02648c1b3a4779d2f90ad /docs/source/resource_files.rst | |
| parent | 1707090212c4a784e15b67f3e396640da840ad18 (diff) | |
| download | PROJ-781dedec1fc3b8452d12f67f3c8ddd9d45f724f4.tar.gz PROJ-781dedec1fc3b8452d12f67f3c8ddd9d45f724f4.zip | |
Align install.rst with current version (#2075)
Using {PROJVERSION} and {PROJDATAVERSION} substitutes the macro for the current
version numbers of PROJ and PROJ-data.
Rephrased a few sections regarding grid packages.
Closes #2072
Co-authored-by: Mike Taves <mwtoews@gmail.com>
Diffstat (limited to 'docs/source/resource_files.rst')
| -rw-r--r-- | docs/source/resource_files.rst | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 39de6057..19dab1b4 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -123,10 +123,27 @@ all formats. Using GDAL for construction of new grids is recommended. External resources and packaged grids ------------------------------------------------------------------------------- +proj-data ++++++++++ + +The ``proj-data`` package is a collection of all the resource files that are +freely available for use with PROJ. The package is maintained on +`GitHub <https://github.com/OSGeo/PROJ-data>`_ and the contents of the package +are show-cased on the `PROJ CDN <https://cdn.proj.org/>`_. The contents of the +package can be installed using the :program:`projsync` package or by downloading +the zip archive of the package and unpacking in the :envvar:`PROJ_LIB` directory. + proj-datumgrid ++++++++++++++ -For a functioning PROJ, installation of the +.. note:: + + The packages described below can be used with PROJ 7 and later but are + primarily meant to be used with PROJ 6 and earlier versions. The proj-datumgrid + series of packages are not maintained anymore and are only kept available for + legacy purposes. + +For a functioning builds of PROJ prior to version 7, installation of the `proj-datumgrid <https://github.com/OSGeo/proj-datumgrid>`_ is needed. If you have installed PROJ from a package system chances are that this will already be done for you. The *proj-datumgrid* package provides transformation grids that |
