stac-utils / pystac-client

Python client for searching STAC APIs
https://pystac-client.readthedocs.io
Other
161 stars 48 forks source link

Allow "Feature" dictionaries for intersects #696

Closed gadomski closed 5 months ago

gadomski commented 5 months ago

Related Issue(s):

Description:

If the intersects dictionary has a "Feature" type, use its geometry attribute, per the __geo_interface__ spec.

PR Checklist: