DigitalGlobe / gbdxtools

(Deprecated) Python SDK for using GBDX
MIT License
74 stars 57 forks source link

Vector searches use bounding box #799

Closed drwelby closed 4 years ago

drwelby commented 4 years ago

Vector searches use the bounding box of the input geometry. Should update to use the actual geometry instead. GeoJSON of the input geometry can be POSTed to the search endpoint.

drwelby commented 4 years ago

Also should handle the slight uncertainty in ElasticSearch spatial searches.

drwelby commented 4 years ago

Fixed in #805