planet-client-python
planet-client-python copied to clipboard
Python client for Planet APIs
add support for windows in build and distribution of v2. If pywin is used, use `pywin32 >= 300` (ref: https://github.com/mhammond/pywin32/releases/tag/b300) _Originally posted by @sarasafavi in https://github.com/planetlabs/planet-client-python/pull/260#discussion_r600506995_
Currently, the planet client uses `planet mosaics` to interact with the `basemaps` api. Maybe we can consider either changing the name of the client to basemaps or changing the name...
We are using markdown for documentation in v2. The documentation contains many code examples that should be tested for correctness. Add doctest for python code in the markdown documentation. An...
Provide sync functions for Data API search and Orders API create/wait/download functions. Include some way to track usage vs async functions.
A common feedback we get is that async is a whole new world and hard to learn, and it can be a barrier to adopting the sdk. What if the...
Per @cholmes in discussion of [Beta release](https://github.com/planetlabs/planet-client-python/pull/786) of [Upgrade from Version 1 to Version 2](get-started/upgrading/) content: Looks good! There are a few things I'd consider adding, but all of them...
To help users with using the SDK/CLI, add a tips section to the documentation. This can begin with a tip for how to get the files downloaded with `planet orders...
In `planet.cli.data` and `planet.cli.subscriptions`, we have identical pairs of callback functions: `check_item_type` and `check_item_types`, which were temporarily introduced in https://github.com/planetlabs/planet-client-python/pull/905. These two functions are incredibly similar and we could probably...
**Expected behavior** The search client should accept any valid datetime. **Actual behavior (describe the problem)** When submitting a search request that includes a datetime filter, if the datetime provided includes...
As specified in https://github.com/planetlabs/planet-client-python/blob/main/design-docs/CLI-Data.md#item-get