Pierre,<br>Once I have this raster + buffer geometry intersected, is there an easy way to visualize this? Say in Quantum GIS? <br>Will I be able to see the raster and the buffer together to check manually if the intersection looks fine?<br>
<br>Cheers,<br>Ed<br><br><div class="gmail_quote">On Thu, Mar 22, 2012 at 6:30 PM, Ed Linde <span dir="ltr"><<a href="mailto:edolinde@gmail.com">edolinde@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am on Fedora 15 x86_64<div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On Thu, Mar 22, 2012 at 6:28 PM, Pierre Racine <span dir="ltr"><<a href="mailto:Pierre.Racine@sbf.ulaval.ca" target="_blank">Pierre.Racine@sbf.ulaval.ca</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>> I can try that ... but I am away from the office now. So will have to give it a shot<br>
> tomorrow morning! :) Will let you know if that fixes it. But should I download<br>
> the source and build GDAL 1.9?<br>
<br>
</div>On which OS are you? You should not have to build it as it has been released a while ago.<br>
<br>
Otherwise you can also replace<br>
<br>
ST_AsRaster(ST_Extent(way_geom)::geometry, 0.000036, 0.000036)<br>
<br>
with the proper ST_MakeEmptyRaster() call:<br>
<br>
<a href="http://postgis.refractions.net/documentation/manual-svn/RT_ST_MakeEmptyRaster.html" target="_blank">http://postgis.refractions.net/documentation/manual-svn/RT_ST_MakeEmptyRaster.html</a><br>
<div><div><br>
Pierre<br>
<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>