Opened 13 years ago
Last modified 7 years ago
#1002 new task
[raster] Add geometry filtered variations for various statistics functions
Reported by: | Bborie Park | Owned by: | Bborie Park |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
It would be nice to use a geometry to filter a raster and then compute the statistics for the filtered raster.
These functions would probably be built upon ST_Intersection and kept in plpgsql unless it is found that performance is lacking.
Change History (4)
comment:1 by , 13 years ago
Milestone: | PostGIS Raster Future → PostGIS Future |
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
I'll keep it for now. Once aggregate versions of the stats functions are done, this is worth revisiting...
Note:
See TracTickets
for help on using tickets.
I would say that now that we have a C version of ST_Clip, we don't really need this option anymore. Up to you to keep or close it. Would be a lot of work in many stats functions.