usgs
usgs copied to clipboard
Client library for interfacing with USGS datasets
Also, I did try to download sentinel-2 imagery using USGS API. Previously I was getting Vendor Product ID and Vendor Tile ID. since the update of the new 0.3.0 version...
https://earthexplorer.usgs.gov/inventory/documentation/test?version=1.3.0 used ll and ur coordinates but the later api versions use the MBR. I think this might be what is causing my Remote Disconnected errors. [This payload](https://github.com/kapadia/usgs/blob/master/usgs/api.py) would need...
Replaced `dict.iteritems()` with `dict.items()` in order to make the module compatible with Python 3.5.
https://github.com/testing-cabal/mock mock is now part of the Python standard library, available as [unittest.mock](https://docs.python.org/dev/library/unittest.mock.html) in Python 3.3 onwards.
Please forgive any posting conventions, this is my first time posting an issue. the documentation found in (http://kapadia.github.io/usgs/reference/api.html) suggests that there is a method called usgs.api.download which can be used...
The behavior of the M2M API recently changed where if you try to login using an invalid or expired token, there will be an error message. The login will by...