kapadia / usgs

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

tests with mock + py3 fixes + api_key for download #27

Closed scisco closed 8 years ago

scisco commented 8 years ago

I've made a few changes so I can use the library in two of my projects:

The changes are:

Feel free to merge if they are helpful. Thanks.

Also, the few tests that are not skipped pass on travis if you turn it on. Here are the results: https://travis-ci.org/developmentseed/usgs

kapadia commented 8 years ago

Hi @scisco - thanks for these updates. Do you mind changing all instances of usgs2 back to usgs? I'll then merge, and push to PyPI.

scisco commented 8 years ago

@kapadia done

kapadia commented 8 years ago

Thanks @scisco. Much appreciated, especially removing the Django xml comparison.