From b01b2ca8007c8b510761c9a8cb3808d3dee0b878 Mon Sep 17 00:00:00 2001 From: "Carlos H. Grohmann" Date: Fri, 10 Sep 2021 15:53:10 -0300 Subject: [PATCH 1/2] Added warning about region not being respected --- imagery/i.landsat.toar/i.landsat.toar.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/imagery/i.landsat.toar/i.landsat.toar.html b/imagery/i.landsat.toar/i.landsat.toar.html index 6e2332517ff..8e97d74205d 100644 --- a/imagery/i.landsat.toar/i.landsat.toar.html +++ b/imagery/i.landsat.toar/i.landsat.toar.html @@ -24,6 +24,10 @@

DESCRIPTION

raster is set to null in the output raster and it is not included in the equations. +

+Attention: This module does not respect the current region settings, in order to have the largest possible sample of pixels from where to get the darkest one of the scene and perform the DOS correction. To limit the results to a custom region, the user is advised to clip the results (with r.clip, for instance) or to define the region first, import the images with region cropping, and then running the module. + +

Uncorrected at-sensor values (method=uncorrected, default)

The standard geometric and radiometric corrections result in a From 8b4543fb378cad3d787e84231d03c30d22168f09 Mon Sep 17 00:00:00 2001 From: Veronica Andreo Date: Thu, 23 Sep 2021 14:24:56 +0200 Subject: [PATCH 2/2] break lines at approx 70-80 chars Co-authored-by: Markus Metz <33666869+metzm@users.noreply.github.com> --- imagery/i.landsat.toar/i.landsat.toar.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/imagery/i.landsat.toar/i.landsat.toar.html b/imagery/i.landsat.toar/i.landsat.toar.html index 8e97d74205d..a9a9d1baff8 100644 --- a/imagery/i.landsat.toar/i.landsat.toar.html +++ b/imagery/i.landsat.toar/i.landsat.toar.html @@ -25,7 +25,13 @@

DESCRIPTION

the equations.

-Attention: This module does not respect the current region settings, in order to have the largest possible sample of pixels from where to get the darkest one of the scene and perform the DOS correction. To limit the results to a custom region, the user is advised to clip the results (with r.clip, for instance) or to define the region first, import the images with region cropping, and then running the module. +Attention: This module does not respect the current +region settings, in order to have the largest possible sample of pixels +from where to get the darkest one of the scene and perform the DOS +correction. To limit the results to a custom region, the user is +advised to clip the results (with r.clip, for +instance) or to define the region first, import the images with region +cropping, and then running the module.

Uncorrected at-sensor values (method=uncorrected, default)