<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: rtl;">
<head>
  <meta content="text/html; charset=windows-1255"
 http-equiv="Content-Type">
</head>
<body style="direction: ltr;" bgcolor="#ffffff" text="#000000">
On 16/09/2010 11:02, Julio Cesar Canales DElgadillo wrote:
<blockquote style="direction: ltr;"
 cite="mid:991675.39217.qm@web111513.mail.gq1.yahoo.com" type="cite">
  <style type="text/css"><!-- DIV {margin:0px;} --></style>
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt; color: rgb(0, 0, 0); direction: ltr;">
  <div style="direction: ltr;">Hello everybody,</div>
  <div style="direction: ltr;"> </div>
  <div style="direction: ltr;">I'm experiencing some problems with the
GDAL tools package on Quantun Thetys (1.5.0). When I try to run the
applications of GDAL tools (any of them) I recieve a error message,
first: "gdal(name of app).exe stopped working" and then another one:
"The process was interrupted some time after starting successfully".
Somebody knows how to solve this problem? </div>
  <div style="direction: ltr;"> </div>
  </div>
</blockquote>
Very large layers? Enough memory in the computer?<br>
<blockquote style="direction: ltr;"
 cite="mid:991675.39217.qm@web111513.mail.gq1.yahoo.com" type="cite">
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt; color: rgb(0, 0, 0); direction: ltr;">
  <div style="direction: ltr;">I also have other question, any of you
could please tell me how to cut a shp in a different extent (smaller)
and then convert it into raster? Thank you in advance.<br>
  </div>
  </div>
</blockquote>
For clipping, two ways come to mind. The GDAL utility ogr2ogr has an
option -clipsrc. Here you specify the xmin, ymin, xmax and ymax
bounding box. So something like:<br>
ogr2ogr -clipsrc 200000 500000 210000 510000 original.shp clipped.shp<br>
<br>
Alternatively, if you create a polygon shapefile identical to your new
extent, then in QGIS select Vector->Geoprocessing Tools->Clip.
This will "cookie cut" your original with the extent polygon.<br>
<br>
Converting to raster is a different issue altogether. If you want to
interpolate between vector features, then you have to choose the
interpolation method and parameters. If you simply want raster cells to
have some value from the shape features, and NULL everywhere else, then
you can use the v.to.rast modules from the GRASS plugin. <br>
HTH<br>
<br>
<blockquote style="direction: ltr;"
 cite="mid:991675.39217.qm@web111513.mail.gq1.yahoo.com" type="cite">
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt; color: rgb(0, 0, 0); direction: ltr;">
  <div style="direction: ltr;"> </div>
Biól.MCF. Julio César Canales Delgadillo.<br>
Verhaltensbiologie<br>
Barbarastr. 11<br>
Fachbereich 5 Biologie/Chemie<br>
Universität Osnabrück<br>
49076 Osnabrück<br>
Phone: +(49) 0541 969 3803<br>
Movil: +(49) 0152 043 87082<br>
Alternative E-mail: <a class="moz-txt-link-abbreviated" href="mailto:julio.delgadillo@biologie.uni-osnabrueck.de">julio.delgadillo@biologie.uni-osnabrueck.de</a> </div>
  <br>
 <br>
  <br>
This mail was received via Mail-SeCure System.<br>
  <pre style="direction: ltr;" wrap="">
<fieldset style="direction: ltr;" class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a>

This mail was received via Mail-SeCure System.


  </pre>
</blockquote>
<br>
<br>
<pre style="direction: ltr;" class="moz-signature" cols="62">-- 
Micha Silver
<a class="moz-txt-link-freetext" href="http://www.surfaces.co.il/">http://www.surfaces.co.il/</a>
Arava Development Co.  +972-52-3665918
</pre>
</body>
</html>