Were you able to solve the problem or find its cause? Could you create a reproducible example with the NC dataset? It seems really strange, if the mapset is named vel why would it add the date to it too?
Cheers,
Vero
···
Dra. Verónica Andreo
Investigadora Adjunta de CONICET
On 2024-02-03 at 02:52 +13, Veronica Andreo <veroandreo@gmail.com>
wrote...
Were you able to solve the problem or find its cause? Could you create
a reproducible example with the NC dataset? It seems really strange,
if the mapset is named vel why would it add the date to it too?
I'm guessing the problem and cause is me, not GRASS. Before I try to replicate in the NC data set, I hope you can help answer a question.
I'm trying to work in multiple mapsets and with multiple tables. I find this hard to do when they're in different databases, so when I create a new mapset I set the DB connection to PERMANENT:
On Fri, Feb 9, 2024 at 12:23 AM Ken Mankoff via grass-user
<grass-user@lists.osgeo.org> wrote:
Hi Veronica,
On 2024-02-03 at 02:52 +13, Veronica Andreo <veroandreo@gmail.com>
wrote...
> Were you able to solve the problem or find its cause? Could you create
> a reproducible example with the NC dataset? It seems really strange,
> if the mapset is named vel why would it add the date to it too?
I'm guessing the problem and cause is me, not GRASS. Before I try to replicate in the NC data set, I hope you can help answer a question.
I'm trying to work in multiple mapsets and with multiple tables. I find this hard to do when they're in different databases, so when I create a new mapset I set the DB connection to PERMANENT:
I'm trying to work in multiple mapsets and with multiple tables. I
find this hard to do when they're in different databases, so when I
create a new mapset I set the DB connection to PERMANENT:
I believe that the quotes are missing - so the variable is immediately
interpreted.
I don't think it matters? With quotes it will resolve to real paths sometime later, but LOCATION_NAME never changes, so when/where the variable expansion occurs shouldn't change anything. If $MAPSET were in quotes, then it would create a new DB per mapset, which I do not want, hence hard-coding PERMANENT.
I can't read the URL you sent - I have email but not web browser for another week. But on my local computer grass-sqlite.html manual page says
[...] the file storage location can be freely chosen.
Suggesting I could hard-code this anywhere I want, even outside of the GRASS folder structure.