aboutsummaryrefslogtreecommitdiff
path: root/docs/source/apps
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/apps')
-rw-r--r--docs/source/apps/cct.rst2
-rw-r--r--docs/source/apps/projinfo.rst10
-rw-r--r--docs/source/apps/projsync.rst4
3 files changed, 8 insertions, 8 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst
index b49a0e72..700261fa 100644
--- a/docs/source/apps/cct.rst
+++ b/docs/source/apps/cct.rst
@@ -25,7 +25,7 @@ by :c:func:`proj_create`, provided it expresses a coordinate operation
- a proj-string,
- a WKT string,
- an object code (like "EPSG:1671" "urn:ogc:def:coordinateOperation:EPSG::1671"),
- - an object name. e.g "ITRF2014 to ETRF2014 (1)". In that case as
+ - an object name. e.g. "ITRF2014 to ETRF2014 (1)". In that case as
uniqueness is not guaranteed, heuristics are applied to determine the appropriate best match.
- a OGC URN combining references for concatenated operations
(e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618")
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst
index 068ac06d..bdfe2add 100644
--- a/docs/source/apps/projinfo.rst
+++ b/docs/source/apps/projinfo.rst
@@ -141,7 +141,7 @@ The following control parameters can appear in any order:
Specify how the area of use of coordinate operations found in the database
are compared to the area of use specified explicitly with :option:`--area` or :option:`--bbox`,
or derived implicitly from the area of use of the source and target CRS.
- By default, projinfo will only keep coordinate operations whose are of use
+ By default, :program:`projinfo` will only keep coordinate operations whose are of use
is strictly within the area of interest (``contains`` strategy).
If using the ``intersects`` strategy, the spatial test is relaxed, and any
coordinate operation whose area of use at least partly intersects the
@@ -191,7 +191,7 @@ The following control parameters can appear in any order:
Determine if intermediate (pivot) CRS can be used when researching coordinate
operation between 2 CRS. A typical example is the WGS84 pivot. By default,
- projinfo will consider any potential pivot if there is no direct transformation
+ :program:`projinfo` will consider any potential pivot if there is no direct transformation
( ``if_no_direct_transformation``). If using the ``never`` strategy,
only direct transformations between the source and target CRS will be
used. If using the ``always`` strategy, intermediate CRS will be considered
@@ -256,8 +256,8 @@ The following control parameters can appear in any order:
.. option:: --main-db-path path
- Specify the name and path of the database to be used by projinfo. The
- default is proj.db in the PROJ resource directories.
+ Specify the name and path of the database to be used by :program:`projinfo`.
+ The default is :file:`proj.db` in the PROJ resource directories.
.. option:: --aux-db-path path
@@ -320,7 +320,7 @@ The following control parameters can appear in any order:
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.
+ auxiliary databases, instead of directly modifying the main :file:`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
diff --git a/docs/source/apps/projsync.rst b/docs/source/apps/projsync.rst
index db3ff16d..247bd2e8 100644
--- a/docs/source/apps/projsync.rst
+++ b/docs/source/apps/projsync.rst
@@ -39,13 +39,13 @@ The following control parameters can appear in any order:
.. option:: --endpoint URL
- Defines the URL where to download the master ``files.geojson`` file and then
+ Defines the URL where to download the master :file:`files.geojson` file and then
the resource files. Defaults to the value set in :ref:`proj-ini`
.. option:: --local-geojson-file FILENAME
Defines the filename for the master GeoJSON files that references resources.
- Defaults to ${endpoint}/files.geojson
+ Defaults to ``${endpoint}/files.geojson``
.. option:: --user-writable-directory