WhereGroup / spatial_filter

A QGIS plugin to spatially filter project layers for speed and efficiency
GNU General Public License v3.0
7 stars 2 forks source link

Support for Postgis raster ? #10

Open image80 opened 1 year ago

image80 commented 1 year ago

Thanks for this usefull plugin. Would be great to consider support for postgis raster ?

kannes commented 1 year ago

The plugin merely provides a user-friendly interface around QGIS' native Provider Feature Filter functionality. For rasters no such feature exists in QGIS currently. If it did, we could add support in the plugin.

You could create a feature request at https://github.com/qgis/QGIS/issues . Best include some details as to how you would expect it to work (-> how a PostGIS raster SQL query would look like for different kinds of geometric filters, e.g. by bounding box or an irregular polygon).