Re: [GRASS-user] g.remove failure

2018-07-10 Thread Rich Shepard
On Tue, 10 Jul 2018, Veronica Andreo wrote: Check if you are in the mapset where the map is, otherwise you cannot delete maps; i.e. maps can only be removed from the mapset they belong to Vero, Yes, that's probably the case. Thanks, Rich ___ gra

Re: [GRASS-user] g.remove failure

2018-07-10 Thread Veronica Andreo
Check if you are in the mapset where the map is, otherwise you cannot delete maps; i.e. maps can only be removed from the mapset they belong to HTH Vero El mar., 10 jul. 2018 a las 20:44, Rich Shepard () escribió: > g.remove -f type=vect name=huc12 > WARNING: No data base element files found > >

[GRASS-user] g.remove failure

2018-07-10 Thread Rich Shepard
g.remove -f type=vect name=huc12 WARNING: No data base element files found and the map is not removed. But, I can display the map, use the 'query' button in the display monitor, and get the attribute information about individual hydrological units. Why might g.remove fail this request? Ric