Ticket #650 (closed defect: fixed)
[raster] st_dumpaspolygon create int values
| Reported by: | etiennebr | Owned by: | jorgearevalo |
|---|---|---|---|
| Priority: | blocker | Milestone: | PostGIS 2.0.0 |
| Component: | raster | Version: | trunk |
| Keywords: | Cc: |
Description
SELECT ST_AsBinary((ST_DumpAsPolygons(rast)).geom),
(ST_DumpAsPolygons(rast)).val
FROM smallr
Returns grouped values at the integer value. Is it possible to specify to return three digits values ?
Using let'say SELECT ST_Value(rast,10,15) FROM smallr
Returns 32B floats values
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

