[GRASS-git] [OSGeo/grass] c50518: TGRASS: remove bogus band references error msg (#1...
Markus Neteler
noreply at github.com
Tue Mar 16 02:20:06 PDT 2021
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: c5051886fc9911876545a44b8cdc4625c2845459
https://github.com/OSGeo/grass/commit/c5051886fc9911876545a44b8cdc4625c2845459
Author: Markus Neteler <neteler at gmail.com>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M python/grass/temporal/space_time_datasets.py
Log Message:
-----------
TGRASS: remove bogus band references error msg (#1435)
* TGRASS: remove bogus band references error msg
In `t.register` it must be possible to provide custom band names such as "mask", "ndvi", "prec", "temperature", etc. as per band reference definition.
Hence, the fatal error message `Error when registering strds: Unable to read band reference file` is incorrect.
This PR removes this incorrect error message, originating from #63.
More information about the grass-commit
mailing list