<br><br><div class="gmail_quote">2010/6/20 Martin Landa <span dir="ltr">&lt;<a href="mailto:landa.martin@gmail.com">landa.martin@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
2010/6/20 stn &lt;<a href="mailto:stneumann@web.de">stneumann@web.de</a>&gt;:<br>
<div class="im">&gt; Except for something strange. As said before the idea was to import+create<br>
&gt; location by a script. So I made a linux shell-script that does this:<br>
&gt;<br>
&gt; echo &quot;v.in.ogr dsn=mydata.shp location=import output=&#39;mydata&#39;<br>
&gt; min_area=0.0001 snap=-1&quot; | grass -text &quot;$GISDATEN/tmplocation/PERMANENT&quot;<br>
<br>
</div>try to set up script as batch job, see [1].<br></blockquote><div><br>Hi Martin,<br><br>thanks you for the info.<br>Unfortunately that changed nothing.<br>The script was executed as expected but afterwards only part of the data has been imported.<br>
<br><br>Script looks like this now:<br><br>echo &quot;v.in.ogr dsn=/home/user/grassdata/BRD_Kreise.shp location=import output=&#39;BRD_Kreise_shp&#39; min_area=0.0001 snap=-1&quot; &gt; &quot;$HOME/x.grass&quot;<br>export GRASS_BATCH_JOB=&quot;$HOME/x.grass&quot;<br>
grass -text &quot;$GISDATEN/tmplocation/PERMANENT&quot;<br><br><br>THX<br>stn<br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
Martin<br>
<br>
[1] <a href="http://grass.osgeo.org/wiki/GRASS_and_Shell#GRASS_Batch_jobs" target="_blank">http://grass.osgeo.org/wiki/GRASS_and_Shell#GRASS_Batch_jobs</a><br>
<div><div></div><div class="h5"><br>
--<br>
Martin Landa &lt;landa.martin <a href="http://gmail.com" target="_blank">gmail.com</a>&gt; * <a href="http://gama.fsv.cvut.cz/%7Elanda" target="_blank">http://gama.fsv.cvut.cz/~landa</a><br>
</div></div></blockquote></div><br>