Re: [postgis-users] Raster/vector intersections with PostGIS WKTRaster

2010-06-29 Thread Paragon Corporation
Just to add to Pierre's note, We have windows binaries available that have the new functionality. http://www.postgis.org/download/windows/experimental.php#wktraster These binaries should work for PostGIS 1.4/1.5 and PostgreSQL -- 8.3, 8.4, 9.0 Please give it a try and submit bugs. We lik

Re: [postgis-users] Raster/vector intersections with PostGIS WKT Raster

2010-06-29 Thread George Silva
Congratulations on the great job done! George On Tue, Jun 29, 2010 at 12:55 PM, Nicolas Ribot wrote: > Waoo ! > Real nice. > > Thank you for this work. > > Nicolas > > On 29 June 2010 17:29, Pierre Racine wrote: > > Hi everybody, > > > > I'm pleased to announce that you can now do intersections

Re: [postgis-users] Raster/vector intersections with PostGIS WKT Raster

2010-06-29 Thread Nicolas Ribot
Waoo ! Real nice. Thank you for this work. Nicolas On 29 June 2010 17:29, Pierre Racine wrote: > Hi everybody, > > I'm pleased to announce that you can now do intersections between rasters and > geometries very much like you used to do geometry/geometry intersections in > PostGIS. For this, P

[postgis-users] Raster/vector intersections with PostGIS WKT Raster

2010-06-29 Thread Pierre Racine
Hi everybody, I'm pleased to announce that you can now do intersections between rasters and geometries very much like you used to do geometry/geometry intersections in PostGIS. For this, PostGIS WKT Raster introduces two new functions to PostGIS: ST_Intersects(geometry, raster, band) and ST_Int