kapadia / usgs

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

Update api.py #61

Closed yurikoif closed 3 years ago

yurikoif commented 3 years ago

The variable payload here returned from payloads.dataset_search is already dumps-ed to JSON, as written in usgs/payloads.py, hence need not be dumps-ed again.