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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 14 05:23:10 PST 2018


Author: lucadelu
Date: 2018-12-14 05:23:10 -0800 (Fri, 14 Dec 2018)
New Revision: 73800

Modified:
   grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py
Log:
i.sentinel.download: added identifier field to footprint

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	2018-12-14 03:06:56 UTC (rev 73799)
+++ grass-addons/grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py	2018-12-14 13:23:10 UTC (rev 73800)
@@ -265,7 +265,8 @@
             ("uuid", ogr.OFTString),
             ("ingestiondate", ogr.OFTString),
             ("cloudcoverpercentage", ogr.OFTInteger),
-            ("producttype", ogr.OFTString)
+            ("producttype", ogr.OFTString),
+            ("identifier", ogr.OFTString)
         ])
         for key in attrs.keys():
             field = ogr.FieldDefn(key, attrs[key])



More information about the grass-commit mailing list