Ticket #1583 (new enhancement)
[raster] Optimize ST_Intersection(raster, geometry) with ST_Clip()
| Reported by: | pracine | Owned by: | pracine |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.4 |
| Component: | raster | Version: | trunk |
| Keywords: | Cc: |
Description
Now that we can ST_Clip() a raster we can optimize the vector space ST_Intersection(raster, geometry) so that it vectorize only the required extent (the intersection of the geometry extent and the raster extent) instead of all the tile.
Change History
Note: See
TracTickets for help on using
tickets.
