kapadia / usgs

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

USGS API 1.4 deprecated in March 2021 #51

Closed maximlt closed 3 years ago

maximlt commented 3 years ago

Hi!

The USGS has announced that the version of the API used by this package (1.4.0) would be deprecated on March 17, 2021. They recommend upgrading to version 1.5, which is their Machine-to-Machine API.

Is this upgrade also planned for this package?

Thanks a lot!

kapadia commented 3 years ago

@maximlt thanks for raising this issue. This library is used to support the Landsat on AWS project, which is still in operation. I'll get it updated so that data stream continues to operate. Thanks for the link to the documentation as well, I had searched for it a few months back and was unable to find it.

kapadia commented 3 years ago

https://github.com/kapadia/usgs/pull/52 addresses the deprecated API. The most recent version is now on PyPI. Unfortunately these updates are not backwards compatible.