2016-08-08 10:24 GMT-05:00 Veronica Andreo <[email protected]>: > Hello Laurent, > > > 2016-08-08 12:13 GMT-03:00 Laurent C. <[email protected]>: >> >> Hello Veronica, >> >> Thanks for your answer. Here is my version, under Ubuntu 16.4: >> >> $ g.version -b >> GRASS 7.0.4 (2016) > > > grass 7.0.4 should be fine, the change was introduced last year... > >> >> According to g.mapset -l, the mapsets are in the search path. > > > g.mapset -l > will only list available mapsets, but that does not mean they are accesible > >> >> If I >> make the mapset current, I can access the STRDS in that mapset, but >> not from another mapset. I have one temporal DB for each mapset. >> Below are the commands: >> >> $ g.mapset -p >> hull > > here you are just printing the current mapset > >> >> $ g.mapset -l >> PERMANENT hull_rain hull > > and here listing the available mapsets > > You need to do: > > g.mapsets -p mapset=hull_rain,PERMANENT operation=add > > to indeed add the mapset to the search path and make it accessible from > other mapset
Ok, I did not see it was g.mapsetS, I did not know this command. It works now. Thanks a lot Veronica! And sorry for the noise on dev list. Regards, Laurent _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
