Hi > > I'm trying to understand the simplest way in GRASS7 to create a > location from the command line without using a georeferenced file. So far, > it appears to be > > % grass70 -c newLocation >
Did you try parsing the EPSG code of the location you want to create? For example: grass71 -c epsg:3035 /home/user/grassdata/mynewlocation The above command will create a new location in epsg 3035 projection. You can find some details here: https://grasswiki.osgeo.org/wiki/GRASS_Location_Wizard#GRASS_GIS_7:_Creating_locations_from_command_line Best Sajid
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
