Skip to content

Commit

Permalink
URL fixes, typos etc.
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Neteler <[email protected]>
  • Loading branch information
juleshaas and neteler committed Jul 20, 2023
1 parent 3c256c0 commit 064bf05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions i.sentinel_2.vrt.index/i.sentinel_2.vrt.index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<h2>DESCRIPTION</h2>

<em>i.sentinel_2.vrt.index</em> creates vrts from input rasters using the Band suffixes (e.g. *_B04).
It then calculates indices using <a href="https://github.com/mundialis/i.sentinel_2/blob/main/i.sentinel_2.parallel.index.html">i.sentinel_2.parallel.index</a>.
It then calculates various indices using <a href="https://github.com/mundialis/i.sentinel_2/blob/main/i.sentinel_2.parallel.index/i.sentinel_2.parallel.index.html">i.sentinel_2.parallel.index</a>.

<h2>SEE ALSO</h2>

<em>
<a href="https://github.com/mundialis/i.sentinel_2/blob/main/i.sentinel_2.parallel.index.html">i.sentinel_2.parallel.index</a> module set,
<a href="r.buildvrt">r.buildvrt</a> module set
<a href="https://github.com/mundialis/i.sentinel_2/blob/main/i.sentinel_2.parallel.index/i.sentinel_2.parallel.index.html">i.sentinel_2.parallel.index</a> module set,
<a href="r.buildvrt.html">r.buildvrt</a> module set
</em>

<h2>AUTHOR</h2>
Expand Down
6 changes: 3 additions & 3 deletions i.sentinel_2.vrt.index/i.sentinel_2.vrt.index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand All @@ -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
Expand Down

0 comments on commit 064bf05

Please sign in to comment.