diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-01-22 08:19:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-22 08:19:13 +0100 |
| commit | 1d4654847d12fd3c6260cd3a82bb7829a3817394 (patch) | |
| tree | 952dbcc40f8fbd8b7294fd9805b7a528463a5dfd /docs/source | |
| parent | 31060c33c9499d4cdd049083a4b026e2fe5af92c (diff) | |
| parent | 46d97de5bb799aa640669211f8059a5d365b696b (diff) | |
| download | PROJ-1d4654847d12fd3c6260cd3a82bb7829a3817394.tar.gz PROJ-1d4654847d12fd3c6260cd3a82bb7829a3817394.zip | |
Merge pull request #1861 from ravenAtSafe/patch-1
Document need for quotes when a pipeline grid path contains spaces
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/operations/transformations/deformation.rst | 14 | ||||
| -rw-r--r-- | docs/source/operations/transformations/hgridshift.rst | 3 | ||||
| -rw-r--r-- | docs/source/operations/transformations/vgridshift.rst | 3 |
3 files changed, 16 insertions, 4 deletions
diff --git a/docs/source/operations/transformations/deformation.rst b/docs/source/operations/transformations/deformation.rst index 3a9d025c..dbc72edd 100644 --- a/docs/source/operations/transformations/deformation.rst +++ b/docs/source/operations/transformations/deformation.rst @@ -93,7 +93,10 @@ Parameters grid is considered optional and PROJ will the not complain if the grid is not available. - Grids for the horizontla component of a deformation model is expected to be + If a grid is specified with a path that contains spaces, the value should + be quoted. e.g. `+xy_grids="/my path/has/spaces.ct2"` + + Grids for the horizontal component of a deformation model are expected to be in CTable2 format. .. option:: +z_grids=<list> @@ -102,8 +105,11 @@ Parameters grid is considered optional and PROJ will the not complain if the grid is not available. - Grids for the vertical component of a deformation model is expected to be - in either GTX format. + If a grid is specified with a path that contains spaces, the value should + be quoted. e.g. `+z_grids="/my path/has/spaces.gtx"` + + Grids for the vertical component of a deformation model are expected to be + in GTX format. .. option:: +t_epoch=<value> @@ -191,4 +197,4 @@ that is searched for in the grid. :math:`(E, N, U)` are the grid values in ENU-s See also ----------------------------------------------------------------------------- -#. :ref:`Behavioural changes from version 5 to 6<differences_deformation>`
\ No newline at end of file +#. :ref:`Behavioural changes from version 5 to 6<differences_deformation>` diff --git a/docs/source/operations/transformations/hgridshift.rst b/docs/source/operations/transformations/hgridshift.rst index b1125f07..51431919 100644 --- a/docs/source/operations/transformations/hgridshift.rst +++ b/docs/source/operations/transformations/hgridshift.rst @@ -104,6 +104,9 @@ Required Comma-separated list of grids to load. If a grid is prefixed by an `@` the grid is considered optional and PROJ will the not complain if the grid is not available. + + If a grid is specified with a path that contains spaces, the value should + be quoted. e.g. `+grids="/my path/has/spaces.gsb"` Grids are expected to be in CTable2, NTv1 or NTv2 format. diff --git a/docs/source/operations/transformations/vgridshift.rst b/docs/source/operations/transformations/vgridshift.rst index 04be5b1b..5e958477 100644 --- a/docs/source/operations/transformations/vgridshift.rst +++ b/docs/source/operations/transformations/vgridshift.rst @@ -103,6 +103,9 @@ Required grid is considered optional and PROJ will the not complain if the grid is not available. + If a grid is specified with a path that contains spaces, the value should + be quoted. e.g. `+grids="/my path/has/spaces.gtx"` + Grids are expected to be in GTX format. Optional |
