[GRASS-git] [OSGeo/grass-addons] 1a0bea: i.sentinel.import enhancements (#53)
Stefan Blumentrath
noreply at github.com
Thu Nov 14 00:42:04 PST 2019
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass-addons
Commit: 1a0bea2c8b792c60d4718277f90373ee95979ad6
https://github.com/OSGeo/grass-addons/commit/1a0bea2c8b792c60d4718277f90373ee95979ad6
Author: Stefan Blumentrath <stefan.blumentrath at gmx.de>
Date: 2019-11-14 (Thu, 14 Nov 2019)
Changed paths:
M grass7/imagery/i.sentinel/i.sentinel.import/i.sentinel.import.html
M grass7/imagery/i.sentinel/i.sentinel.import/i.sentinel.import.py
Log Message:
-----------
i.sentinel.import enhancements (#53)
* Do not unzip if already done so (speed improvement)
* Add filename pattern option (speed improvement if not all data is supposed to be imported)
* Remove hardcoded version for Band reference (replace == 7.9.dev with >= 7.9)
* Import also SCL data for L2A products (could be used as cloud / quality mask)
* Add o-flag for overriding projection check (for insignificant CRS mismatch (e.g. different EPSG
codes for identical CRS))
* Write full metadata into supportfile
* Add metadata documentation
* Add checks if any files are found to import
* add unzip_dir option, so users can choose where to unzip to (e.g. if they do not have write access to input dir or want to store SAFE files at a different place e.g. on SSD...)
More information about the grass-commit
mailing list