I have a tiff raster in my PostGIS 2.0 database. I want to get the value of the raster at a specified lat/lon point.
I have:
- postgresql-9.1
- postgis-2.0-svn with raster support
- a raster imported into PostGIS its SRID is 3035
How can i do this? Thanks in advance!