kapadia / usgs

Client library for interfacing with USGS datasets
http://kapadia.github.io/usgs/
ISC License
109 stars 38 forks source link

add geojson spatial filter to search and datasets #48

Closed rbavery closed 4 years ago

rbavery commented 4 years ago

This PR also updates to the newest API url and adds a check that end_date is specified, since if this is not specified it leads to hanging errors.

rbavery commented 4 years ago

I found out that the search is succeeding but that the spatial subset isn't actually happening for some reason. Additional configuration filters are also not being applied, only temporal filter is working. Closing until I resolve this and then I'll submit a new PR.