From 19fd62d2b649ae9c6b9e7c72efcda81a60cf2f76 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Sat, 14 Sep 2024 22:37:38 -0400 Subject: [PATCH] affine.rst: Fixed second s21 that should say s22 --- docs/source/operations/transformations/affine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/operations/transformations/affine.rst b/docs/source/operations/transformations/affine.rst index 6ee2f4ef86..bff28bfa79 100644 --- a/docs/source/operations/transformations/affine.rst +++ b/docs/source/operations/transformations/affine.rst @@ -26,7 +26,7 @@ This can be used to implement: - EPSG "Affine parametric transformation" of code 9624 by setting `A0`, `A1`, `A2`, `B0`, `B1`, `B2` EPSG parameters to respectively `xoff`, `s11`, `s12`, `yoff`, - `s21`, `s21` PROJ parameters. + `s21`, `s22` PROJ parameters. - EPSG "Similarity transformation" of code 9621 by setting: