aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-15 16:28:37 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-15 16:50:02 +0100
commiteae06c94dba10640ca2d669c4e7b356a1613f9f3 (patch)
treeee381c7ff0535b2873dff605992ec1cdaba66eed /docs
parent72f4f49bf3a2f95e4c2f4571205aa0925f20449a (diff)
downloadPROJ-eae06c94dba10640ca2d669c4e7b356a1613f9f3.tar.gz
PROJ-eae06c94dba10640ca2d669c4e7b356a1613f9f3.zip
Doc improvements regarding recomandation not to alter official registries and use auxiliary databases
Diffstat (limited to 'docs')
-rw-r--r--docs/source/apps/projinfo.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst
index bb4f831d..6c090494 100644
--- a/docs/source/apps/projinfo.rst
+++ b/docs/source/apps/projinfo.rst
@@ -302,6 +302,20 @@ The following control parameters can appear in any order:
Identifier to assign to the object (for SQL output).
+ It is strongly recommended that new objects should not be added in common
+ registries, such as ``EPSG``, ``ESRI``, ``IAU``, etc.
+ Users should use a custom authority name instead. If a new object should be
+ added to the official EPSG registry, users are invited to follow the
+ procedure explained at https://epsg.org/dataset-change-requests.html.
+
+ Combined with :option:`--dump-db-structure`, users can create
+ auxiliary databases, instead of directly modifying the main proj.db database.
+ See the :ref:`example how to export to an auxiliary database <projinfo_aux_db_example>`.
+
+ Those auxiliary databases can be specified through
+ :cpp:func:`proj_context_set_database_path` or the :envvar:`PROJ_AUX_DB`
+ environment variable.
+
.. option:: --c-ify
For developers only. Modify the string output of the utility so that it
@@ -473,6 +487,8 @@ Output:
}
}
+.. _projinfo_aux_db_example:
+
4. Exporting the SQL statements to insert a new CRS in an auxiliary database.
.. code-block:: console