[GRASS-user] Start grass, create new mapset
Moritz Lennert
mlennert at club.worldonline.be
Tue Sep 21 23:02:45 PDT 2021
Hi Rich,
Le 21 septembre 2021 17:30:48 GMT+02:00, Rich Shepard <rshepard at appl-ecosys.com> 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 manual page I see
>examples that create new locations or use shapefiles or tiff files for the
>mapsets. What do I use if the input data is ascii text points?
>
>I've tried grass /data/grassdata/lon_lat/<mapset> and am told that the
>mapset doesn't exist or have a WIND file.
>
IIUC, you do not want to create a new location, but just a new mapset ?
If that is the case, just try with the -c flag to create it:
grass -c /data/grassdata/lon_lat/<mapset>
Then import your data.
Moritz
More information about the grass-user
mailing list