From e8459c135d22759fbd6b5a77d40ae7fe1a029328 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 7 Jan 2020 14:21:29 +0100 Subject: xyzgridshift.rst: fix typo --- docs/source/operations/transformations/xyzgridshift.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/operations') diff --git a/docs/source/operations/transformations/xyzgridshift.rst b/docs/source/operations/transformations/xyzgridshift.rst index c49b7592..74d62be5 100644 --- a/docs/source/operations/transformations/xyzgridshift.rst +++ b/docs/source/operations/transformations/xyzgridshift.rst @@ -21,7 +21,7 @@ translation values from a grid. The grid is referenced against either the 2D geographic CRS corresponding to the input (or sometimes output) CRS. This method is described (in French) in :cite:`NTF_88` -and as EPSG operation methode code 9655 in :cite:`IOGP2018` (§2.4.4.1.1 +and as EPSG operation method code 9655 in :cite:`IOGP2018` (§2.4.4.1.1 France geocentric interpolation). The translation in the grids are added to the input coordinates in the forward direction, -- cgit v1.2.3 From 8821b3591ea6598e764b1b749749e424a52feaf2 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 7 Jan 2020 22:40:47 +0100 Subject: Doc: address code review comments --- docs/source/operations/transformations/deformation.rst | 2 +- docs/source/operations/transformations/xyzgridshift.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/source/operations') diff --git a/docs/source/operations/transformations/deformation.rst b/docs/source/operations/transformations/deformation.rst index b45c5e2b..aefda3a6 100644 --- a/docs/source/operations/transformations/deformation.rst +++ b/docs/source/operations/transformations/deformation.rst @@ -92,7 +92,7 @@ Parameters .. option:: +xy_grids= - Comma-separated list of grids to load. If a grid is prefixed by an `@` the + 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. diff --git a/docs/source/operations/transformations/xyzgridshift.rst b/docs/source/operations/transformations/xyzgridshift.rst index 74d62be5..30537032 100644 --- a/docs/source/operations/transformations/xyzgridshift.rst +++ b/docs/source/operations/transformations/xyzgridshift.rst @@ -26,11 +26,11 @@ France geocentric interpolation). The translation in the grids are added to the input coordinates in the forward direction, and subtracted in the reverse direction. -By default (if grid_ref=input_crs), in the forward direction, the input coordinates +By default (if ``grid_ref=input_crs``), in the forward direction, the input coordinates are converted to their geographic equivalent to directly read and interpolate from the grid. In the reverse direction, an iterative method is used to be able to find the grid locations to read. -If grid_ref=output_crs is used, then the reverse strategy is applied: iterative +If ``grid_ref=output_crs`` is used, then the reverse strategy is applied: iterative method in the forward direction, and direct read in the reverse direction. Example @@ -62,7 +62,7 @@ Required .. option:: +grids= - Comma-separated list of grids to load. If a grid is prefixed by an `@` the + 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. -- cgit v1.2.3