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

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_

help wanted

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

new feature
proposal

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

newcomer

Provide sync functions for Data API search and Orders API create/wait/download functions. Include some way to track usage vs async functions.

enhancement
new feature
ux
orders api
data api

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

proposal

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

documentation
proposal

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

documentation

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

proposal
CLI/SDK Interface

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

bug

As specified in https://github.com/planetlabs/planet-client-python/blob/main/design-docs/CLI-Data.md#item-get

enhancement
newcomer
data api