[GRASS-git] [OSGeo/grass-addons] 2773d8: i.modis.import: fix broken import
Markus Neteler
noreply at github.com
Tue Jul 14 03:47:10 PDT 2020
Branch: refs/heads/i_modis_import_fix_mapnames
Home: https://github.com/OSGeo/grass-addons
Commit: 2773d85eb50306aa7437674246d86be4cb28c049
https://github.com/OSGeo/grass-addons/commit/2773d85eb50306aa7437674246d86be4cb28c049
Author: Markus Neteler <neteler at gmail.com>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M grass7/imagery/i.modis/i.modis.import/i.modis.import.py
Log Message:
-----------
i.modis.import: fix broken import
Fix error by removing `"` and ` ` from band names:
```
WARNING: Illegal filename
<MOD13C2.A2015001.006.single_"CMG_0.05_Deg_Monthly_pixel_reliability">.
Character <"> not allowed.
...
```
Fixes #245
More information about the grass-commit
mailing list