[GRASS-user] g.remove failure

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?

Rich

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 (<rshepard@appl-ecosys.com>) escribió:

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?

Rich


grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

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