diff options
| author | Raven Kopelman <raven.kopelman@safe.com> | 2020-01-21 09:51:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-21 09:51:41 -0800 |
| commit | 673c60b140e4860d7f34b5c6c14046e7423d70a1 (patch) | |
| tree | 9b7d9593de34bdd700db0640ba0d6a0d129bd98b /docs/source | |
| parent | c28701eea5666ecd817f53c4b46f09801e98152f (diff) | |
| download | PROJ-673c60b140e4860d7f34b5c6c14046e7423d70a1.tar.gz PROJ-673c60b140e4860d7f34b5c6c14046e7423d70a1.zip | |
Doc use of deformation grids with spaces in path
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/operations/transformations/deformation.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/operations/transformations/deformation.rst b/docs/source/operations/transformations/deformation.rst index 38c5e889..dbc72edd 100644 --- a/docs/source/operations/transformations/deformation.rst +++ b/docs/source/operations/transformations/deformation.rst @@ -93,6 +93,9 @@ Parameters 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. `+xy_grids="/my path/has/spaces.ct2"` + Grids for the horizontal component of a deformation model are expected to be in CTable2 format. @@ -102,6 +105,9 @@ Parameters 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. `+z_grids="/my path/has/spaces.gtx"` + Grids for the vertical component of a deformation model are expected to be in GTX format. |
