You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to report another issue about the construction of filters for the data API. This is related to #149.
As I was debugging that issue, I tried to simplify the filter to practice filter construction. The reconstructed filter is much simpler than the original one, since it simply ANDs all the filter conditions. However the simplified filter does not work. Again the issue seems to be in combining the cloud_cover and the visiblity_percent -- there seems to be only one way of combining them, and deviating from that method causes the filter to not work as expected. I have tested it with both the Planet Data API and the Planet CLI and can confirm that I see the issue in both places.
Hi, thanks again for these resources.
I wanted to report another issue about the construction of filters for the data API. This is related to #149.
As I was debugging that issue, I tried to simplify the filter to practice filter construction. The reconstructed filter is much simpler than the original one, since it simply ANDs all the filter conditions. However the simplified filter does not work. Again the issue seems to be in combining the
cloud_cover
and thevisiblity_percent
-- there seems to be only one way of combining them, and deviating from that method causes the filter to not work as expected. I have tested it with both the Planet Data API and the Planet CLI and can confirm that I see the issue in both places.Filter recommended by Planet Explorer
Explorer GeoJSON
Simplified filter as constructed by me
Simplified GeoJSON
The text was updated successfully, but these errors were encountered: