t.rast.mosaic - Removes clouds, try to fill raster gaps using r.series and r.series.lwr and aggregates temporally the maps of a space time raster dataset by a user defined granularity using t.rast.aggregate.
Aggregation granularity, format absolute time "x years, x months, x weeks, x days, x hours, x minutes, x seconds" or an integer value for relative time
t.rast.mosaic is a GRASS GIS addon Python script to remove
clouds and aims at filling raster gaps using r.series and
r.series.lwr (local weighted regression) and aggregates
temporally the maps of a space time raster dataset by a user defined
granularity using t.rast.aggregate.
Various steps of t.rast.mosaic can be run in parallel with the
nprocs option. With this option set to > 1, different
time steps and scenes are executed in parallel where possible.