planet-client-python
planet-client-python copied to clipboard
Python client for Planet APIs
One of the clearest pieces of feedback so far is that it'd be amazing if the CLI could support the same 'area coverage' type of filtering that Planet explorer enables....
Right now the Data Client has hardcoded many variables (such as search sort order). This will break with API changes and will be hard to update. Change it over to...
Support usage of the API description datetime information, provided as an RFC 3339 string, by creating a helper function for converting that string into a `datetime` object. e.g. something like:...
When I used `orders download --checksum MD5` it feels like nothing happens. Looking into the specification it looks like we're just reporting if there's an error, but I think it...
Move mock response and mock post out of the body of functions: https://github.com/planetlabs/planet-client-python/pull/519#discussion_r877368868 Review benefit of testing the permutation of id strings in multiple tests: https://github.com/planetlabs/planet-client-python/pull/519#discussion_r877373405 Invoke planet-data-request and planet-data-create...
Discovered in https://github.com/planetlabs/planet-client-python/projects/2#card-81309600.
Discovered from https://github.com/planetlabs/planet-client-python/projects/2#card-81309600.
Implement a CLI and Python API for the [basemaps API](https://developers.planet.com/docs/basemaps/)
Implement a CLI and Python API for the [analytics API's](https://developers.planet.com/docs/analytics/)
Implement a CLI and Python API for the [tasking api](https://developers.planet.com/docs/tasking/)