<br><br><div class="gmail_quote">2010/6/19 Martin Landa <span dir="ltr">&lt;<a href="mailto:landa.martin@gmail.com">landa.martin@gmail.com</a>&gt;</span><br>Hi,<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
start GRASS with some location, using<br>
....<br>v.in.ogr location=&lt;newlocation&gt; ...<br>
<br>you can create new location based on imported data and import data<br>
into the new location in one command.<br></blockquote><div><br>Hi all, hi Martin,<br><br>thank you, that worked on Ubuntu 10.04 with GRASS GIS 6.4.0RC5+39438. <br><br>Except for something strange. As said before the idea was to import+create location by a script. So I made a linux shell-script that does this:<br>
<br>echo &quot;v.in.ogr dsn=mydata.shp location=import output=&#39;mydata&#39; min_area=0.0001 snap=-1&quot; | grass -text &quot;$GISDATEN/tmplocation/PERMANENT&quot;<br><br><br>That works in principle and automatically imports the data from the shapefile into location &#39;import&#39;. Unfortunately only partially. One third of the polygons gets imported, the rest is missing.<br>
<br><br>I also started grass with gui, selected &quot;tmplocation&quot; and the on the commandline entered exactly the command used above (v.in.ogr dsn=mydata.shp location=import output=&#39;mydata&#39; min_area=0.0001 
snap=-1). Then all the objects get imported correctly.<br><br>What is that?<br><br>THX, stn<br><br></div></div>