Mateusz,<br><br>You have to set relativeToVRT to 0 if you want to use absolute path.<br><br><div class="gmail_quote">2011/8/13 Mateusz Kędzior <span dir="ltr">&lt;<a href="mailto:matandked@gmail.com">matandked@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;"><br><br><div class="gmail_quote">W dniu 13 sierpnia 2011 08:05 użytkownik Chaitanya kumar CH <span dir="ltr">&lt;<a href="mailto:chaitanya.ch@gmail.com" target="_blank">chaitanya.ch@gmail.com</a>&gt;</span> napisał:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Mateusz,<br><br><div class="im">This is what I did to process evap_OBC.asc ...<br><br>1. Run the command &quot;gdal2xyz.py -csv evap_OBC.asc evap_OBC.csv&quot;. I got a csv file.<br>2. Edited the file evap_OBC.csv to add the line &quot;Longitude,Latitude,Value&quot; (without the quotes) at the beginning.<br>

</div></blockquote><div><br>This may be a source of problem...<br>I add in every CSV heading<br><br>Longitude,Latitude,Name<br><br>(Name instead of Value)<br><br> </div><div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



3. Created a file named evap_OBC.vrt with the following content...<div><br>&lt;OGRVRTDataSource&gt;<br>    &lt;OGRVRTLayer name=&quot;evap_OBC&quot;&gt;<br></div>        &lt;SrcDataSource&gt;evap_OBC.csv&lt;/SrcDataSource&gt;<br>

        &lt;GeometryType&gt;wkbPoint&lt;/GeometryType&gt;<div><br>

        &lt;GeometryField encoding=&quot;PointFromColumns&quot; x=&quot;Longitude&quot; y=&quot;Latitude&quot;/&gt;<br>    &lt;/OGRVRTLayer&gt;<br>&lt;/OGRVRTDataSource&gt;<br></div>4. Run the command &quot;ogr2ogr -select Value evap_OBC.shp evap_OBC.vrt&quot;. I got the file evap_OBC.shp and two other associated files.<br>



<br>In step 3, if I wanted to mention the absolute path instead of the relative path of the file &#39;evap_OBC.csv&#39;, I would have added the attribute &#39;relativeToVRT=0&#39; to the SrcDataSource element like so.<br>



&lt;SrcDataSource relativeToVRT=&quot;0&quot;&gt;evap_OBC.csv&lt;/SrcDataSource&gt;</blockquote></div><div><br>So if I would like to insert absolute path I should add:<br> &lt;SrcDataSource relativeToVRT=&quot;1&quot;&gt;&quot;/home/mateuszk/folder/evap_OBC.<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

csv&quot;&lt;/SrcDataSource&gt;</blockquote><br><br><br>Thank You for support and patient.
</div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Best regards,<br>Chaitanya kumar CH.<br><br>+91-9494447584<br>17.2416N 80.1426E<br>