kapadia / usgs

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

`scene_search` sends `metadata_type` instead of `metadataType` #66

Closed aazuspan closed 2 years ago

aazuspan commented 2 years ago

Hey @kapadia, I noticed the scene-search endpoint accepts a metadataType parameter, but that's currently being incorrectly passed as metadata_type in the payload, causing it to be ignored.

I'll submit a PR shortly.