<html style="direction: ltr;">
<head>
<meta content="text/html; charset=windows-1255"
http-equiv="Content-Type">
<style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
</head>
<body style="direction: ltr;"
bidimailui-detected-decoding-type="preferred-charset" text="#000000"
bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 05/02/2014 01:34 PM, Rengifo Ortega
wrote:<br>
</div>
<blockquote
cite="mid:1399026845.68214.YahooMailNeo@web171504.mail.ir2.yahoo.com"
type="cite">
<div style="color:#000; background-color:#fff;
font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
Lucida Grande, sans-serif;font-size:14pt">
<div><span></span></div>
<div style="display: block;" class="yahoo_quoted">
<div style="font-family: HelveticaNeue, Helvetica Neue,
Helvetica, Arial, Lucida Grande, sans-serif; font-size:
14pt;">
<div style="font-family: HelveticaNeue, Helvetica Neue,
Helvetica, Arial, Lucida Grande, sans-serif; font-size:
12pt;">
<div dir="ltr"> <font face="Arial" size="2"> Rengifo
Ortega <a class="moz-txt-link-rfc2396E" href="mailto:rengifoo@yahoo.de"><rengifoo@yahoo.de></a> schrieb am 11:11
Freitag, 2.Mai 2014:<br>
</font> </div>
<div class="y_msg_container">
<div id="yiv7836439738">
<div>
<div
style="color:#000;background-color:#fff;font-family:HelveticaNeue,
Helvetica Neue, Helvetica, Arial, Lucida Grande,
sans-serif;font-size:14pt;">
<div style="" class="yiv7836439738"><span
class="yiv7836439738" style="" lang="EN-US"><br
style="">
</span></div>
<div style="" class="yiv7836439738"><span
class="yiv7836439738" style="font-size:12.0pt;
" lang="EN-US">Dear grass users,</span>
<div class="yiv7836439738" style="
line-height:normal;"><span
class="yiv7836439738"
style="font-size:12.0pt;
" lang="EN-US">I am trying to import 800
.las files at once into grass gis. I am
using
the following syntax in the cmd grass
command line: r.in.lidar -e
input=*.las output=lasin method=mean
percent=50 resolution=2 . Error: input
file *.las does not exist.</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<br>
You can't use the wildcard '*' in grass commands. Do a loop. The
syntax will depend on your operating system, on Linux something
like:<br>
<br>
for f in *.las; do <br>
las_file = `basename $f .las`<br>
r.in.lidar -e input=$f output=$basename;<br>
done<br>
<br>
<blockquote
cite="mid:1399026845.68214.YahooMailNeo@web171504.mail.ir2.yahoo.com"
type="cite">
<div style="color:#000; background-color:#fff;
font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
Lucida Grande, sans-serif;font-size:14pt">
<div style="display: block;" class="yahoo_quoted">
<div style="font-family: HelveticaNeue, Helvetica Neue,
Helvetica, Arial, Lucida Grande, sans-serif; font-size:
14pt;">
<div style="font-family: HelveticaNeue, Helvetica Neue,
Helvetica, Arial, Lucida Grande, sans-serif; font-size:
12pt;">
<div class="y_msg_container">
<div id="yiv7836439738">
<div>
<div
style="color:#000;background-color:#fff;font-family:HelveticaNeue,
Helvetica Neue, Helvetica, Arial, Lucida Grande,
sans-serif;font-size:14pt;">
<div style="" class="yiv7836439738">
<div class="yiv7836439738" style="
line-height:normal;"><span
class="yiv7836439738"
style="font-size:12.0pt;color:black;"
lang="EN-US">Any idea how to do this in cmd?</span></div>
<div class="yiv7836439738" style="
line-height:normal;"><span
class="yiv7836439738"
style="font-size:12.0pt;color:black;"
lang="EN-US">Thanks</span><span
class="yiv7836439738"
style="font-size:12.0pt;color:black;"></span></div>
<div style="" class="yiv7836439738"><span
class="yiv7836439738"
style="font-size:12.0pt;line-height:115%;"
lang="EN-US">R.</span><span
class="yiv7836439738"
style="font-size:12.0pt;line-height:115%;"></span></div>
<span style="" class="yiv7836439738"><br
style="" class="yiv7836439738">
</span></div>
</div>
</div>
</div>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
This mail was received via Mail-SeCure System.<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
grass-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a>
This mail was received via Mail-SeCure System.
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Micha Silver
GIS Consultant, Arava Development Co.
<a class="moz-txt-link-freetext" href="http://www.surfaces.co.il">http://www.surfaces.co.il</a> 052-3665918</pre>
</body>
</html>