About the area coverage filter
When I set the filter in Planet, how can I set the area coverage to be between 80% and 100% thank you
redding_reservoir ={
"type":"AndFilter",
"config":[
{"type":"GeometryFilter","field_name":"geometry","config":{"type":"Polygon","coordinates":[position_list]}},
{"type":"AndFilter","config":[{"type":"AndFilter","config":[{"type":"StringInFilter","field_name":"item_type","config":["PSScene4Band"]},
{"type":"RangeFilter","field_name":"cloud_cover","config":{"gte":0.0,"lte":0.3}},
{"type":"RangeFilter","field_name":"sun_elevation","config":{"gte":0.0,"lte":90.0}}]}]},
{"type":"OrFilter","config":[{"type":"DateRangeFilter","field_name":"acquired","config":{"gte":"2018-01-01T04:00:00.000Z","lte":"2019-02-19T23:59:59.999Z"}}]}]}
-
Official comment
Hello Yan,
Unfortunately, there is not area coverage filtering capability in the API. You would have to compare the footprints locally against your AOI and eliminate them there if they don't meet your coverage threshold.
Best, Ben
Comment actions
Please sign in to leave a comment.
Comments
2 comments