From 16456855344da3bca75977fc33a04bd624cd9bbc Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Sun, 15 Dec 2024 13:42:12 +0100 Subject: [PATCH] review by @echoix --- lib/vector/rtree/docs/sources.htm | 2 +- python/grass/docs/src/gunittest_testing.rst | 2 +- scripts/i.tasscap/i.tasscap.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/vector/rtree/docs/sources.htm b/lib/vector/rtree/docs/sources.htm index 31e076775ff..7e597c4dba7 100644 --- a/lib/vector/rtree/docs/sources.htm +++ b/lib/vector/rtree/docs/sources.htm @@ -103,7 +103,7 @@

Implementation of a simple C++ quaternion class called "Squat". Popularized by a seminal paper by Ken Shoemake, a quaternion represents a rotation about an axis.  Squats can be concatenated together via -the * and *= +the * and *= operators and converted back and forth between transformation matrices. Implementation also includes a wonderful 3D vector macro library by Don Hatch. diff --git a/python/grass/docs/src/gunittest_testing.rst b/python/grass/docs/src/gunittest_testing.rst index 62f258f99c8..20df0245e7e 100644 --- a/python/grass/docs/src/gunittest_testing.rst +++ b/python/grass/docs/src/gunittest_testing.rst @@ -387,7 +387,7 @@ in different locations. .. todo:: Add example of assertions of key-value results. -Especially if a module module has a lot of different parameters allowed +Especially if a module has a lot of different parameters allowed in different combinations, you should test the if the wrong ones are really disallowed and proper error messages are provided (in addition, you can test things such as creation and removal of maps in error states). diff --git a/scripts/i.tasscap/i.tasscap.py b/scripts/i.tasscap/i.tasscap.py index a18f2ad11fe..fb22c6048ed 100755 --- a/scripts/i.tasscap/i.tasscap.py +++ b/scripts/i.tasscap/i.tasscap.py @@ -27,7 +27,7 @@ # DERIVATION OF A TASSELED CAP TRANSFORMATION BASED ON LANDSAT 7 AT-SATELLITE REFLECTANCE # Chengquan Huang, Bruce Wylie, Limin Yang, Collin Homer and Gregory Zylstra Raytheon ITSS, # USGS EROS Data Center Sioux Falls, SD 57198, USA -# https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1630&context=usgsstaffpub +# https://digitalcommons.unl.edu/usgsstaffpub/621/ # # This is published as well in INT. J. OF RS, 2002, VOL 23, NO. 8, 1741-1748. # Compare discussion: