<div dir="ltr">If the spatial resulution is fine for your problem, then as Tyler suggested, you can use <span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px">gdallocationinfo [1] to get the pixel value at Long,Lat location. <br>
<br>If you think you need to downscale your data to your needs, you can first built a vrt (virtual dataset) with gdal's "gdalbuildvrt" </span><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px">[2] </span><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px">and -tr option. </span></div>
<div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr">What I don't know is, which method vrts are using to obtain raster values when the source rasters are in another resolution than the vrt<br><br><br>[1] <a href="http://www.gdal.org/gdallocationinfo.html">http://www.gdal.org/gdallocationinfo.html</a><br>
[2] <a href="http://www.gdal.org/gdalbuildvrt.html">http://www.gdal.org/gdalbuildvrt.html</a><br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 24, 2013 at 10:15 PM, Tyler Mitchell <span dir="ltr"><<a href="mailto:tyler.mitchell@actian.com" target="_blank">tyler.mitchell@actian.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div><br><div><div>On 2013-01-24, at 11:43 AM, Elias Kotsifis wrote:</div>
<blockquote type="cite"><div>I want to calculate the elevation of any point on earth, giving lat, Long (for example like google elevation Api, or the earth tools: <a href="http://www.earthtools.org/webservices.htm" target="_blank">http://www.earthtools.org/webservices.htm</a> # cheigit) based the ASTER GDEM MODEL V2.<br>


I went to download data from there, and gives me geotiff files. Overall for the entire planet is 22,702 granule with 400GB size <br>Then what should I do? </div></blockquote><br></div></div></div><div>Hi Elias,</div><div>

Have you tried the gdallocationinfo command?  You can pass it a lat/lon and raster and it will report back what you're after I believe.</div><div><br></div><div>Hope it helps,</div><div>Tyler</div><div><br></div></div>

<br>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></blockquote></div><br></div>