[GRASS-SVN] r74147 - grass-addons/grass7/imagery/i.sentinel/i.sentinel.download
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 3 05:41:24 PST 2019
Author: neteler
Date: 2019-03-03 05:41:23 -0800 (Sun, 03 Mar 2019)
New Revision: 74147
Modified:
grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py
Log:
i.sentinel.download addon: msg cosmetics for Sentinel-1 output
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-03-01 19:48:05 UTC (rev 74146)
+++ grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py 2019-03-03 13:41:23 UTC (rev 74147)
@@ -222,7 +222,7 @@
if 'cloudcoverpercentage' in self._products_df_sorted:
ccp = '{2:2.0f}%'.format(self._products_df_sorted['cloudcoverpercentage'][idx])
else:
- ccp = 'unknown'
+ ccp = 'cloudcover_NA'
print ('{0} {1} {2} {3}'.format(
self._products_df_sorted['uuid'][idx],
More information about the grass-commit
mailing list