[GRASS-dev] [GRASS GIS] #3355: g.mapset: accept full path to mapset

#3355: g.mapset: accept full path to mapset
--------------------------------+-------------------------
Reporter: mlennert | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.4.0
Component: Default | Version: svn-trunk
Keywords: g.mapset full path | CPU: Unspecified
Platform: Unspecified |
--------------------------------+-------------------------
Currently, g.mapset takes three arguments (dbase, location, mapset) to
locate the target mapset. It would be a nice enhancement if g.mapset could
also just take a full patch to mapset (as the "startup" script). This
would play nicely with simple tab-completion in a *nix environments.

IOW,

{{{
g.mapset dbase=/workdir/ location=ETRS89_LAEA mapset=PERMANENT
}}}

could also be called as such:

{{{
g.mapset fullpath=/workdir/ETRS89_LAEA/PERMANENT
}}}

Just a "nice thing to have"...

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3355&gt;
GRASS GIS <https://grass.osgeo.org>