[GRASS-SVN] r73306 - in grass-addons/grass7/imagery/i.sentinel: i.sentinel.mask i.sentinel.preproc
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 9 13:10:44 PDT 2018
Author: neteler
Date: 2018-09-09 13:10:42 -0700 (Sun, 09 Sep 2018)
New Revision: 73306
Modified:
grass-addons/grass7/imagery/i.sentinel/i.sentinel.mask/i.sentinel.mask.py
grass-addons/grass7/imagery/i.sentinel/i.sentinel.preproc/i.sentinel.preproc.py
Log:
i.sentinel.mask + i.sentinel.preproc addons: fix keywords
Modified: grass-addons/grass7/imagery/i.sentinel/i.sentinel.mask/i.sentinel.mask.py
===================================================================
--- grass-addons/grass7/imagery/i.sentinel/i.sentinel.mask/i.sentinel.mask.py 2018-09-09 11:04:29 UTC (rev 73305)
+++ grass-addons/grass7/imagery/i.sentinel/i.sentinel.mask/i.sentinel.mask.py 2018-09-09 20:10:42 UTC (rev 73306)
@@ -1,13 +1,13 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
# coding=utf-8
#
############################################################################
#
-# MODULE: i.sentinel.mask
+# MODULE: i.sentinel.mask
# AUTHOR(S): Roberta Fagandini, Moritz Lennert, Roberto Marzocchi
-# PURPOSE: Creates clouds and shadows masks for Sentinel-2 images
+# PURPOSE: Creates clouds and shadows masks for Sentinel-2 images
#
-# COPYRIGHT: (C) 2018 by the GRASS Development Team
+# COPYRIGHT: (C) 2018 by Roberta Fagandini, and the GRASS Development Team
#
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
@@ -16,12 +16,13 @@
#############################################################################
#%Module
-#% description: Creates clouds and shadows masks for Sentinel-2 images
-#% keywords: imagery
-#% keywords: sentinel
-#% keywords: cloud detection
-#% keywords: shadow
-#% keywords: reflectance
+#% description: Creates clouds and shadows masks for Sentinel-2 images.
+#% keyword: imagery
+#% keyword: satellite
+#% keyword: sentinel
+#% keyword: cloud detection
+#% keyword: shadow
+#% keyword: reflectance
#%End
#%option
#% key: input_file
Modified: grass-addons/grass7/imagery/i.sentinel/i.sentinel.preproc/i.sentinel.preproc.py
===================================================================
--- grass-addons/grass7/imagery/i.sentinel/i.sentinel.preproc/i.sentinel.preproc.py 2018-09-09 11:04:29 UTC (rev 73305)
+++ grass-addons/grass7/imagery/i.sentinel/i.sentinel.preproc/i.sentinel.preproc.py 2018-09-09 20:10:42 UTC (rev 73306)
@@ -7,22 +7,22 @@
# AUTHOR(S): Roberta Fagandini, Moritz Lennert, Roberto Marzocchi
# PURPOSE: Import and perform atmospheric correction for Sentinel-2 images
#
-# COPYRIGHT: (C) 2018 by the GRASS Development Team
+# COPYRIGHT: (C) 2018 by Roberta Fagandini, and the GRASS Development Team
#
-# This program is free software under the GNU General Public
-# License (>=v2). Read the file COPYING that comes with GRASS
-# for details.
+# This program is free software under the GNU General Public
+# License (>=v2). Read the file COPYING that comes with GRASS
+# for details.
#
############################################################################
#%Module
-#% description: Import and perform atmospheric correction for Sentinel-2 images
-#% overwrite: yes
-#% keywords: imagery
-#% keywords: sentinel
-#% keywords: download
-#% keywords: import
-#% keywords: atmospheric correction
+#% description: Imports and performs atmospheric correction of Sentinel-2 images.
+#% keyword: imagery
+#% keyword: satellite
+#% keyword: sentinel
+#% keyword: download
+#% keyword: import
+#% keyword: atmospheric correction
#%End
#%option
#% key: input_dir
More information about the grass-commit
mailing list