On Fri, Feb 26, 2010 at 2:51 PM, Ricardo Cezar Bonfim Rodrigues <span dir="ltr">&lt;<a href="mailto:rikardocezar@msn.com">rikardocezar@msn.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">





<div>
Hi,<br><br>I&#39;m using Gdal to load dted files and get max elevations of a region, but I have constraints concerning speed. Inspite of loading geotifs generated from dted has reduced a lot the processing time, its still not enough to the constraints I have. I&#39;m loading geotiffs which represents dted L1 files, reading its points using rasterIO and verifying the max elevation of a rectangle area given ( lat, lon, width).<br>

I&#39;ve noticed the more expensive is the data reading, so I&#39;m thinking about storing the dted (or geotiff) files in a Postgis. Would it increase the search speed?<br>Does anyone know the best way to store dted files in a Postgis? I thought about storing geotiffs (generated from deted using gdal), but I dont now exactly how it would work. I know there are spatial queries in Postgis and I think it would be very useful in my case.<br>

<br>I look forwarding to receving any tip of how to do this.<br><br>Thanks in Advance,<br><br>Ricardo Rodrigues<br>Brazil<br>                                               </div>
<br></blockquote><div><br></div><div>Hi Ricardo,</div><div><br></div><div>If you&#39;re planning to manage raster data in PostGIS, you should know we&#39;re working in a new extension (WKT Raster). Check this: <a href="http://trac.osgeo.org/postgis/wiki/WKTRaster">http://trac.osgeo.org/postgis/wiki/WKTRaster</a></div>

<div><br></div><div>It&#39;s under development yet, just like the GDAL WKT Raster driver: <a href="http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html">http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html</a></div><div>
<br>
</div><div>Most of the spatial queries involving rasters are under development, I say, but it may be useful for you in the future... Keep an eye.</div><div><br></div><div>Best regards,</div><div>Jorge</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">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>