<div dir="ltr"><div><div><div>Let me try to clarify with an example. Suppose I have two different mapsets, Ethiopia and Ethiopiabackup, each with a number of layers with the same name. Now, if I use (just selecting 1 layer to keep the example short):<br>
<br><i>g.mlist type=rast pattern=fireprob_rf1 mapset=Ethiopia</i><br><br></div><div>Gives me:<br><i><br>fireprob_rf1<br>raster map(s) available in mapset <Ethiopia>:<br>WARNING: 'cell/fireprob_rf1' was found in more mapsets (also found in <Ethiopiabackup>)<br>
WARNING: Using <fireprob_rf1@Ethiopia></i><br></div><br></div><div>If I use<br></div><div><br>g.mlist type=rast pattern=fireprob_rf1<br></div><div><br></div><div>I get:<br><br><i>fireprob_rf1<br>fireprob_rf1@Ethiopiabackup<br>
raster map(s) available in mapset <Ethiopia>:<br>WARNING: 'cell/fireprob_rf1' was found in more mapsets (also found in <Ethiopiabackup>)<br>WARNING: Using <fireprob_rf1@Ethiopia><br>raster map(s) available in mapset <Ethiopiabackup>:<br>
WARNING: 'cell/fireprob_rf1' was found in more mapsets (also found in <Ethiopiabackup>)<br>WARNING: Using <fireprob_rf1@Ethiopia></i><br><br></div><div>In both cases the warnings are redundant. In example one I am only interested in what is in the mapset Ethiopia, thus, no need to tell me similar layers are in the mapset <i>Ethiopiabackup</i> or that the ones in the mapset Ethiopia will be used (what does that mean anyway, the function is to list the names of the layers, not to use them in any way). In example two, I can see from the list of layers that there are layers with the same name that come from different mapset. No need to warn me again.<br>
<br></div><div>I don't think those warnings were displayed in earlier grass 7.0 version and I just checked and they are certainly not in 6.4.<br></div><div><br><br><br></div></div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Fri, Apr 18, 2014 at 1:09 PM, GRASS GIS <span dir="ltr"><<a href="mailto:trac@osgeo.org" target="_blank">trac@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">#2255: g.mlist warnings for layers found in other mapsets<br>
-------------------------+--------------------------------------------------<br>
 Reporter:  pvanbosgeo   |       Owner:  grass-dev@…<br>
     Type:  defect       |      Status:  new<br>
 Priority:  normal       |   Milestone:  7.1.0<br>
Component:  Default      |     Version:  unspecified<br>
 Keywords:               |    Platform:  Unspecified<br>
      Cpu:  Unspecified  |<br>
-------------------------+--------------------------------------------------<br>
<br>
</div>Comment(by neteler):<br>
<br>
 Not sure what the issue is... here an example:<br>
<br>
 {{{<br>
 grass71 -c ~/grassdata/nc_spm_08_grass7/user2<br>
<br>
 GRASS 7.1.svn (nc_spm_08_grass7):~ > g.mlist rast<br>
 raster map(s) available in mapset <PERMANENT>:<br>
 aspect<br>
 basin_50K<br>
 ...<br>
 elev_state_500m<br>
 elevation<br>
 elevation_shade<br>
 ...<br>
 zipcodes<br>
 zipcodes_dbl<br>
 GRASS 7.1.svn (nc_spm_08_grass7):~ ><br>
<br>
 # now copy over "elevation" map as found in search path to<br>
 # current mapset:<br>
 GRASS 7.1.svn (nc_spm_08_grass7):~ > g.copy rast=elevation,elevation<br>
 Copy raster <elevation@PERMANENT> to current mapset as <elevation><br>
<br>
 # list again:<br>
 GRASS 7.1.svn (nc_spm_08_grass7):~ > g.mlist rast<br>
 raster map(s) available in mapset <user2>:<br>
 WARNING: 'cell/elevation' was found in more mapsets (also found in<br>
          <PERMANENT>)<br>
 WARNING: Using <elevation@user2><br>
 elevation<br>
 raster map(s) available in mapset <PERMANENT>:<br>
 aspect<br>
 basin_50K<br>
 boundary_county_500m<br>
 ...<br>
 elev_state_500m<br>
 WARNING: 'cell/elevation' was found in more mapsets (also found in<br>
          <PERMANENT>)<br>
 WARNING: Using <elevation@user2><br>
 elevation@PERMANENT<br>
 elevation_shade<br>
 facility<br>
 ...<br>
 zipcodes_dbl<br>
 GRASS 7.1.svn (nc_spm_08_grass7):~ ><br>
<br>
 GRASS 7.1.svn (nc_spm_08_grass7):~ > g.mapsets -l<br>
 Available mapsets:<br>
 PERMANENT landsat neteler user1 user2<br>
<br>
 GRASS 7.1.svn (nc_spm_08_grass7):~ > g.mapsets -p<br>
 Accessible mapsets:<br>
 user2 PERMANENT<br>
 }}}<br>
<br>
 So it tells the user that the map "elevation" exists multiple times in<br>
 the search path ("Accessible mapsets")... Guess that's how it should be.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Ticket URL: <<a href="http://trac.osgeo.org/grass/ticket/2255#comment:1" target="_blank">http://trac.osgeo.org/grass/ticket/2255#comment:1</a>><br>
GRASS GIS <<a href="http://grass.osgeo.org" target="_blank">http://grass.osgeo.org</a>><br>
<br>
</font></span></blockquote></div><br></div>