[GRASS-git] [OSGeo/grass] fb4a97: Imagery: move signatures to subdirs (#1850)
Māris Nartišs
noreply at github.com
Thu Sep 23 01:07:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: fb4a9754ba0f658dd877123d5071dbe1d233b6d0
https://github.com/OSGeo/grass/commit/fb4a9754ba0f658dd877123d5071dbe1d233b6d0
Author: Māris Nartišs <maris.gis at gmail.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M gui/wxpython/gui_core/gselect.py
M include/grass/defs/imagery.h
M lib/imagery/find.c
M lib/imagery/manage_signatures.c
M lib/imagery/sigfile.c
M lib/imagery/sigset.c
M lib/imagery/sigsetfile.c
M lib/imagery/testsuite/test_imagery_find.py
M lib/imagery/testsuite/test_imagery_sigfile.py
M lib/imagery/testsuite/test_imagery_signature_management.py
M lib/imagery/testsuite/test_imagery_sigsetfile.py
Log Message:
-----------
Imagery: move signatures to subdirs (#1850)
Imagery: move signature files to a <name>/<element> type directory structure (a.k.a. _misc)
Full path to signature file now is:
location/mapset/signatures/<type>/<name>/<element>
This new structure will allow to store arbitrary number of files for each signature.
None of existing signature types utilizes the new functionality.
More information about the grass-commit
mailing list