diff --git a/i.sentinel_2.vrt.index/i.sentinel_2.vrt.index.html b/i.sentinel_2.vrt.index/i.sentinel_2.vrt.index.html index 2700604..3e4bec1 100644 --- a/i.sentinel_2.vrt.index/i.sentinel_2.vrt.index.html +++ b/i.sentinel_2.vrt.index/i.sentinel_2.vrt.index.html @@ -1,13 +1,13 @@

DESCRIPTION

i.sentinel_2.vrt.index creates vrts from input rasters using the Band suffixes (e.g. *_B04). -It then calculates indices using i.sentinel_2.parallel.index. +It then calculates various indices using i.sentinel_2.parallel.index.

SEE ALSO

- i.sentinel_2.parallel.index module set, - r.buildvrt module set +i.sentinel_2.parallel.index module set, +r.buildvrt module set

AUTHOR

diff --git a/i.sentinel_2.vrt.index/i.sentinel_2.vrt.index.py b/i.sentinel_2.vrt.index/i.sentinel_2.vrt.index.py index 1c3b6e1..0244d94 100644 --- a/i.sentinel_2.vrt.index/i.sentinel_2.vrt.index.py +++ b/i.sentinel_2.vrt.index/i.sentinel_2.vrt.index.py @@ -3,8 +3,8 @@ # # MODULE: i.sentinel_2.vrt.index # AUTHOR(S): Guido Riembauer -# PURPOSE: Creates vrts from input rasters with identical Band suffix and -# calculates indices parallelly. +# PURPOSE: Creates VRTs from input rasters with identical band suffix and +# calculates indices in parallel. # COPYRIGHT: (C) 2020-2023 by mundialis GmbH & Co. KG and the # GRASS Development Team # @@ -22,7 +22,7 @@ ############################################################################ # %module -# % description: Creates .vrt from input rasters and calculates different indices and texture measures in parallel. +# % description: Creates GRASS GIS VRT maps from input raster maps and calculates different indices and texture measures in parallel. # % keyword: imagery # % keyword: satellite # % keyword: Sentinel