Hi Rich,

Le 21 septembre 2021 17:30:48 GMT+02:00, Rich Shepard 
<rshep...@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
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to