Re: [GRASS-user] Working with multiple mapsets in one location

2016-09-13 Thread Blumentrath, Stefan
Rich Shepard [rshep...@appl-ecosys.com] Gesendet: Dienstag, 13. September 2016 18:25 An: grass-user@lists.osgeo.org Betreff: [GRASS-user] Working with multiple mapsets in one location While working in one mapset (version 7.3svn) I recognized that I had two different data types in it (topography

Re: [GRASS-user] Working with multiple mapsets in one location

2016-09-13 Thread Rich Shepard
On Tue, 13 Sep 2016, Helmut Kudrnovsky wrote: in https://grass.osgeo.org/grass73/manuals/general.html there is a nice overview of all g.* modules for working with mapsets and rename/copy /remove /etc data. Helmut, Thanks again. I read through several while looking for a 'g.move' module. Re

Re: [GRASS-user] Working with multiple mapsets in one location

2016-09-13 Thread Helmut Kudrnovsky
Rich Shepard wrote > While working in one mapset (version 7.3svn) I recognized that I had two > different data types in it (topography and features) and the features maps > needed their own mapset. Now that I've created the new mapset I want to > move > the features (vector) maps to it but cannot f

Re: [GRASS-user] Working with multiple mapsets in one location

2016-09-13 Thread Rich Shepard
On Tue, 13 Sep 2016, Blumentrath, Stefan wrote: You can add other mapsets to the searchpath of your current mapset with g.mapsets You can also address specific maps with their fully qualifieg name, like: mymap@mymapset Stefan, Thanks very much. Rich

Re: [GRASS-user] Working with multiple mapsets in one location

2016-09-13 Thread Blumentrath, Stefan
Rich Shepard [rshep...@appl-ecosys.com] Gesendet: Dienstag, 13. September 2016 18:35 An: grass-user@lists.osgeo.org Betreff: Re: [GRASS-user] Working with multiple mapsets in one location On Tue, 13 Sep 2016, Blumentrath, Stefan wrote: > I would use g.copy and g.remove. But you have to swi

Re: [GRASS-user] Working with multiple mapsets in one location

2016-09-13 Thread Rich Shepard
On Tue, 13 Sep 2016, Blumentrath, Stefan wrote: I would use g.copy and g.remove. But you have to switch between the mapsets, first in target then in source. In grass 7.2 this might be possible in the data tab? Stefan, Now that you write this, the solution seems vaguely familiar from way bac

[GRASS-user] Working with multiple mapsets in one location

2016-09-13 Thread Rich Shepard
While working in one mapset (version 7.3svn) I recognized that I had two different data types in it (topography and features) and the features maps needed their own mapset. Now that I've created the new mapset I want to move the features (vector) maps to it but cannot find a g.* or v.* module to