[GRASS-SVN] r73917 - grass-addons/grass7/imagery/i.sentinel/i.sentinel.download
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 6 09:51:07 PST 2019
Author: neteler
Date: 2019-01-06 09:51:07 -0800 (Sun, 06 Jan 2019)
New Revision: 73917
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.py
Log:
i.sentinel.download addon: S2MSI2A product added (operational L2A data), see https://sentinels.copernicus.eu/web/sentinel/news/-/article/upcoming-sentinel-2-level-2a-product-evolution
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-01-06 14:40:54 UTC (rev 73916)
+++ grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.html 2019-01-06 17:51:07 UTC (rev 73917)
@@ -18,7 +18,8 @@
(optical) <a href="https://sentinel.esa.int/web/sentinel/missions/sentinel-2/data-products">products</a>:
<ul>
<li>S2MSI1C: Top-Of-Atmosphere reflectances in cartographic geometry (Level-1C)</li>
- <li>S2MSI2Ap: Bottom-Of-Atmosphere reflectances in cartographic geometry Level-2A)</li>
+ <li>S2MSI2A: operational Bottom-Of-Atmosphere reflectances in cartographic geometry Level-2A)</li>
+ <li>S2MSI2Ap: pilot products of Bottom-Of-Atmosphere reflectances in cartographic geometry Level-2A), until March 2018</li>
</ul>
</li>
</ul>
Modified: grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py
===================================================================
--- grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py 2019-01-06 14:40:54 UTC (rev 73916)
+++ grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py 2019-01-06 17:51:07 UTC (rev 73917)
@@ -66,7 +66,7 @@
#% type: string
#% description: Sentinel product type to filter
#% required: no
-#% options: SLC,GRD,OCN,S2MSI1C,S2MSI2Ap
+#% options: SLC,GRD,OCN,S2MSI1C,S2MSI2A,S2MSI2Ap
#% answer: S2MSI1C
#% guisection: Filter
#%end
More information about the grass-commit
mailing list