Opened 11 years ago
Closed 8 years ago
#2255 closed defect (fixed)
g.mlist warnings for layers found in other mapsets
Reported by: | pvanbosgeo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.0 |
Component: | LibRaster | Version: | svn-releasebranch70 |
Keywords: | g.mlist, d.rast.leg, d.rast | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
g.mlist produces warnings for all layers in other mapsets with names matching the search pattern, even if mapset is set (which should force it to search in that mapset only)
This is on GRASS 7.1.svn (2014), in Linux (Ubuntu 13.10)
Change History (8)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Copied from grass-dev:
$ g.mlist type=rast pattern=fireprob_rf1 mapset=Ethiopia fireprob_rf1raster map(s) available in mapset <Ethiopia>: WARNING: 'cell/fireprob_rf1' was found in more mapsets (also found in <Ethiopiabackup>) WARNING: Using <fireprob_rf1 at Ethiopia>
$ g.mlist type=rast pattern=fireprob_rf1 fireprob_rf1 fireprob_rf1@Ethiopiabackup raster map(s) available in mapset <Ethiopia>: WARNING: 'cell/fireprob_rf1' was found in more mapsets (also found in <Ethiopiabackup>) WARNING: Using <fireprob_rf1@Ethiopia> raster map(s) available in mapset <Ethiopiabackup>: WARNING: 'cell/fireprob_rf1' was found in more mapsets (also found in <Ethiopiabackup>) WARNING: Using <fireprob_rf1@Ethiopia>
It also seems that the warning is reported multiple times and that the overall formatting is strange (e.g. the line raster map(s) available in mapset <Ethiopia>:
followed by WARNING: ...
).
comment:4 by , 11 years ago
Component: | Default → LibRaster |
---|---|
Keywords: | g.mlist d.rast.leg added |
In relbranch7 I have the same issue with d.rast.leg:
GRASS 7.0.0svn (eu_laea):~ > d.rast.leg diff WARNING: 'cell/diff' was found in more mapsets (also found in <modis_lst_europe>) WARNING: Using <diff@modis_lst_reconstructed_europe_daily> WARNING: 'cellhd/diff' was found in more mapsets (also found in <modis_lst_europe>) WARNING: Using <diff@modis_lst_reconstructed_europe_daily> WARNING: 'cellhd/diff' was found in more mapsets (also found in <modis_lst_europe>) ... (many more)
It seems to be a more generic issue.
comment:5 by , 11 years ago
Keywords: | d.rast added |
---|
Replying to hcho:
Fixed in r60261.
(backported in r61040)
Glynn posted some comments here:
http://lists.osgeo.org/pipermail/grass-dev/2014-June/069628.html
comment:8 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | unspecified → svn-releasebranch70 |
No answer, assuming that the problem is solved. Closing.
Not sure what the issue is... here an example:
So it tells the user that the map "elevation" exists multiple times in the search path ("Accessible mapsets")... Guess that's how it should be.