[GRASS-user] Which EPSG code for location default?

2021-09-22 Thread Rich Shepard
Applying gdalsrsinfo to a shapefile's .prj produced these results: PROJ.4 : +proj=utm +zone=10 +datum=NAD83 +units=m +vunits=m +no_defs OGC WKT2:2018 : COMPOUNDCRS["NAD83 / UTM zone 10N + NAVD88 height", PROJCRS["NAD83 / UTM zone 10N", BASEGEOGCRS["NAD83", DATUM["North

Re: [GRASS-user] Startup issue: defaults to one mapset [RESOLVED]

2021-09-22 Thread Rich Shepard
On Wed, 22 Sep 2021, Micha Silver wrote: I don't think there is anything to fix: At startup GRASS does not care about current working directory. Micha, I didn't think so. micha@RMS:~$ cat ~/.grass7/rc Ah! That's what I was looking for. I thought there was a ~/.grass, but the directory

Re: [GRASS-user] Startup issue: defaults to one mapset [RESOLVED]

2021-09-22 Thread Micha Silver
On 9/22/21 8:57 PM, Rich Shepard wrote: On Wed, 22 Sep 2021, Rich Shepard wrote: Where do I look to find what's going on so I can fix it? I don't think there is anything to fix: At startup GRASS does not care about current working directory. The default LOCATION/MAPSET is read from

Re: [GRASS-user] Startup issue: defaults to one mapset [RESOLVED]

2021-09-22 Thread Rich Shepard
On Wed, 22 Sep 2021, Rich Shepard wrote: Where do I look to find what's going on so I can fix it? What I'm now doing to start grass from /data/grassdata is: grass /data/grassdata// It works. Rich ___ grass-user mailing list

[GRASS-user] Startup issue: defaults to one mapset

2021-09-22 Thread Rich Shepard
Something broke here yesterday and I haven't found the fix so I need help. My GISDBASE is /data/grassdata and it holds many locations. My current project has a mapset titled lady_island_reaches. When I start grass from either /data/grassdata/. /data/grassdata/, or any other location it opens to

Re: [GRASS-user] Start grass, create new mapset

2021-09-22 Thread Rich Shepard
On Wed, 22 Sep 2021, Micha Silver wrote: The best approach is to do it in two stages: 1. Create the Location (using an EPSG code or georeferenced file) . You can add the -e option to exit immediately 2. Then restart grass with -c again to create the mapset, with the full path. +1 Rich

Re: [GRASS-user] Start grass, create new mapset

2021-09-22 Thread Micha Silver
Hi Moritz: On 9/22/21 4:20 PM, Moritz Lennert wrote: Le 22 septembre 2021 14:40:45 GMT+02:00, Rich Shepard a écrit : On Wed, 22 Sep 2021, Moritz Lennert wrote: I also see that the description of the -c flag itself only speaks about locations, not mapsets. This should also be changed.

Re: [GRASS-user] Start grass, create new mapset

2021-09-22 Thread Rich Shepard
On Wed, 22 Sep 2021, Moritz Lennert wrote: That would be great ! Moritz, I'll do that Real Soon Now (today or tomorrow). In the 8.0dev manual's table of contents, the GRASS GIS startup manual link results in a 404 (Page Not Found) error. Clicking on the 'edit this page' link also produces

Re: [GRASS-user] Start grass, create new mapset

2021-09-22 Thread Moritz Lennert
Le 22 septembre 2021 14:40:45 GMT+02:00, Rich Shepard a écrit : On Wed, 22 Sep 2021, Moritz Lennert wrote: IIUC, you do not want to create a new location, but just a new mapset ? Moritz, That's correct. If that is the case, just try with the -c flag to create it: grass -c

Re: [GRASS-user] Start grass, create new mapset

2021-09-22 Thread Rich Shepard
On Wed, 22 Sep 2021, Moritz Lennert wrote: IIUC, you do not want to create a new location, but just a new mapset ? Moritz, That's correct. If that is the case, just try with the -c flag to create it: grass -c /data/grassdata/lon_lat/ Then import your data. Thank you. I wondered if the -c

Re: [GRASS-user] Start grass, create new mapset

2021-09-22 Thread Moritz Lennert
Hi Rich, Le 21 septembre 2021 17:30:48 GMT+02:00, Rich Shepard a écrit : >I have an existing location, lon_lat, into which I import new data in that >format. > >From the command line I want to start grass in text mode using that location >while creating a new mapset there. On the grass startup