From e311d508b5d3a687590ab9b484edd4b1e4074e33 Mon Sep 17 00:00:00 2001 From: Raven Kopelman Date: Mon, 20 Jan 2020 16:35:03 -0800 Subject: Need quotes when a pipeline grid path contains spaces Not certain whether this is appropriate when you are dealing with lists of grids, but it definitely helps for a single grid. --- docs/source/operations/transformations/hgridshift.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/source') 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. -- cgit v1.2.3