planet-client-python
planet-client-python copied to clipboard
Python client for Planet APIs
**Related Issue(s):** Closes #645 **Proposed Changes:** For inclusion in changelog (if applicable): 1. Added a flag, `ids-only`, which returns only the item IDs from a search or order, to the...
To increase consistency, readability and usability, across error and log messages, standardize them across the repo. consider using something like [structlog](https://www.structlog.org/en/stable/why.html#easier-logging).
Chunk up large orders in planet orders request directly from a search. Note: planet orders create would also have to be able to take in multiline input, as planet orders...
Looking into this, is all this work to get a comma-separated list of ids from the search? Whew, we (CLI, SDK) should make it easier 😆 Maybe add an `--ids-only`...
To support the common use case of creating an order from a search, have planet orders request take in a series of item descriptions to create an order. Usage: ```console...
**Expected behavior** When I download an order using the Orders SDK in a jupyter notebook, I should be able to see the download progress bar (regardless of the filename lengths,...
- Create tests and coverage for the snippets - Ensure the snippets work properly and that we have snippets for all of the functions
https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#snippets
I find building up these bespoke request objects to be a bit cumbersome. It would be great if the python client could provide some simplified abstractions (not necessarily in this...
The list orders endpoint provides a `source_type` parameter to include source-types in the the order list. By default this is 'scenes', which only includes scene orders, but with the source_type...