[GRASS-SVN] r74153 - grass-addons/grass7/imagery/i.sentinel/i.sentinel.download

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 4 12:37:45 PST 2019


Author: neteler
Date: 2019-03-04 12:37:45 -0800 (Mon, 04 Mar 2019)
New Revision: 74153

Modified:
   grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.html
Log:
i.sentinel.download addon manual: UUID list example added

Modified: grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.html
===================================================================
--- grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.html	2019-03-04 13:32:40 UTC (rev 74152)
+++ grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.html	2019-03-04 20:37:45 UTC (rev 74153)
@@ -75,8 +75,8 @@
 an exact date range can be defined by <b>start</b> and <b>end</b> options.
 
 <p>
-Sentinel products can be also filtered by <b>producttype</b> or
-maximum <b>clouds</b> cover percentage.
+Sentinel products can be also filtered by <b>producttype</b> or, in case of
+Sentinel-2 data, maximum <b>clouds</b> cover percentage.
 
 <p>
 In case a Sentinel data download was interrupted, <em>i.sentinel.download</em>
@@ -135,7 +135,7 @@
 </pre></div>
 
 <p>
-Find Sentinel-2 L1C products (S2MSI1C) of last 60 days (default) covering current computation region extent:
+Find Sentinel-2 L1C products (S2MSI1C) of <b>last 60 days</b> (default) covering current computation region extent:
 
 <div class="code"><pre>
 g.region n=42 w=12 s=41 e=13 res=0:01 -p
@@ -150,6 +150,16 @@
 ...
 </pre></div>
 
+
+<p>
+Find Sentinel-1 product by one or several specified <b>UUID</b>s:
+
+<div class="code"><pre>
+i.sentinel.download -l settings=sentinel.txt uuid=a45d5bbe-6919-49fc-84fd-72a7634d2035
+a45d5bbe-6919-49fc-84fd-72a7634d2035 2018-06-04T05:26:01Z cloudcover_NA SLC
+</pre></div>
+
+
 <h3>Download Sentinel products</h3>
 
 Download first (<b>limit=1</b>) S2MSI2A product found into the <i>data</i> directory:



More information about the grass-commit mailing list