planet-client-python icon indicating copy to clipboard operation
planet-client-python copied to clipboard

Python client for Planet APIs

Results 126 planet-client-python issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
CLI/SDK Interface
2024-revisit

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).

proposal

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...

proposal

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`...

2024-revisit

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...

proposal
CLI/SDK Interface
2024-revisit

**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,...

bug
ux
newcomer

- Create tests and coverage for the snippets - Ensure the snippets work properly and that we have snippets for all of the functions

tests

https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#snippets

documentation

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...

new feature
proposal
orders api

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...

enhancement
verified
CLI/SDK Interface
orders api