Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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.

Change History (2)

comment:1 by Even Rouault, 8 years ago

Resolution: fixed
Status: newclosed

In 35489:

PLScenes V0 API: workaround limitations on filtering on image_statistics.image_quality (fixes #6657)

comment:2 by Even Rouault, 8 years ago

In 35490:

PLScenes V0 API: workaround limitations on filtering on image_statistics.image_quality (fixes #6657)

Note: See TracTickets for help on using tickets.