Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/temporal/t.rast.vi/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
MODULE_TOPDIR = ../../

PGM = t.rast.vi

include $(MODULE_TOPDIR)/include/Make/Script.make

default: script $(TEST_DST)
24 changes: 24 additions & 0 deletions src/temporal/t.rast.vi/t.rast.vi.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<h2>DESCRIPTION</h2>
This module calculates vegetation indices from several space time raster datasets,
using <em>i.vi</em> module.<br>

It can apply cloud and shadow masks stored as space time datasets (raster or vector).

The output space time raster dataset can be a new dataset or an existing one,
in this case the new created maps will be added to the existing space time raster dataset.

<h2>EXAMPLE</h2>

<h2>SEE ALSO</h2>

<em>
<a href="https://grass.osgeo.org/grass-stable/manuals/i.vi.html">i.vi</a>,
</em>

<h2>AUTHOR</h2>

Luca Delucchi, Fondazione Edmund Mach

<!--
<p><i>Last changed: $Date$</i>
-->
Loading