Skip to content

Commit

Permalink
Remove empty addon directories: r.modis and r.sentinel (#407)
Browse files Browse the repository at this point in the history
* r.seasons manual: fix example

* remove deprecated module directories
  • Loading branch information
neteler committed Jan 27, 2021
1 parent cf5b365 commit 5de4936
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions grass7/raster/r.modis/Makefile

This file was deleted.

8 changes: 4 additions & 4 deletions grass7/raster/r.seasons/r.seasons.html
Expand Up @@ -82,24 +82,24 @@ <h2>EXAMPLES</h2>

Determine occurrence/number of seasons with their respective start and
end dates (in the form of map indexes) in global NDVI data. Let's use
the example from <em>r.modis.import</em> to download and import NDVI
the example from <em>i.modis.import</em> to download and import NDVI
global data and, create a time series with it:

<div class="code"><pre>
# download two years of data: MOD13C1, global NDVI, 16-days, 5600 m
r.modis.download settings=~/.rmodis product=ndvi_terra_sixteen_5600 \
i.modis.download settings=~/.rmodis product=ndvi_terra_sixteen_5600 \
startday=2015-01-01 endday=2016-12-31 folder=$USER/data/ndvi_MOD13C1.006

# import band 1 = NDVI
r.modis.import -w files=$USER/data/ndvi_MOD13C1.006/listfileMOD13C1.006.txt \
i.modis.import -w files=$USER/data/ndvi_MOD13C1.006/listfileMOD13C1.006.txt \
spectral="( 1 )" method=bilinear outfile=$HOME/list_for_tregister.csv

# create empty temporal DB
t.create type=strds temporaltype=absolute output=ndvi_16_5600m \
title="Global NDVI 16 days MOD13C1" \
description="MOD13C1 Global NDVI 16 days" semantictype=mean

# register datasets (using outfile from r.modis.import -w)
# register datasets (using outfile from i.modis.import -w)
t.register input=ndvi_16_5600m file=$HOME/list_for_tregister.csv
</pre></div>

Expand Down
2 changes: 0 additions & 2 deletions grass7/raster/r.sentinel/Makefile

This file was deleted.

0 comments on commit 5de4936

Please sign in to comment.