<div dir="ltr">Hi<br><div class="gmail_extra"><div class="gmail_quote"><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
<br>
   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<br>
<br>
% grass70 -c newLocation<br></blockquote><div><br></div><div>Did you try parsing the EPSG code of the location you want to create?<br><br></div><div>For example:<br><br><span style="font-family:monospace,monospace">grass71 -c epsg:3035 /home/user/grassdata/mynewlocation<br><br></span></div>The above command will create a new location in epsg 3035 projection.<br>You can find some details here:<br><a href="https://grasswiki.osgeo.org/wiki/GRASS_Location_Wizard#GRASS_GIS_7:_Creating_locations_from_command_line">https://grasswiki.osgeo.org/wiki/GRASS_Location_Wizard#GRASS_GIS_7:_Creating_locations_from_command_line</a><br><br><br></div><div class="gmail_quote">Best<br><br></div><div class="gmail_quote">Sajid<br></div></div></div>