[postgis-users] raster: several DTM in same table, how to select?

Denis Rouzaud denis.rouzaud at gmail.com
Thu Mar 29 02:12:05 PDT 2012


Hi again.

I found the solution, sorry for asking.


SELECT ST_Value(rast,point) FROM distribution.dtm WHERE 
ST_Intersects(rast,1,point);

or

  WHERE ST_Within(point,ST_Envelope(rast));






More information about the postgis-users mailing list