#6657 closed defect (fixed)
PLScenes v0: issues with filtering on image_statistics.image_quality
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.1.2 |
Component: | OGR_SF | Version: | unspecified |
Severity: | normal | Keywords: | plscenes |
Cc: |
Description
A filter such as image_statistics.image_quality = 'target' is ignored. This is due to image_statistics.image_quality only supporting >= comparisons.
For image_quality = 'target' as target is the highest image quality, we can turn transparently = to >=. For other tests, we have to fallback to partial client side filtering.
Note:
See TracTickets
for help on using tickets.
In 35489: