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

Python client for Planet APIs

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

**Related Issue(s):** Closes # **Proposed Changes:** For inclusion in changelog (if applicable): 1. Allow [feature references](https://developers.planet.com/docs/apis/features/) to be used in the sdk for creating subscriptions (with or without a source...

Right now we make users just specify a json file for their cloud configuration. It'd be great if we could help them a bit, with a CLI to more easily...

ux
orders api
subscriptions api

Wraps the entire orders.download_asset() in a retry, eliminating the double download and concentrating the retry complexity instead of spreading it over several modules. Resolves #1010

#1002 unintentionally introduces a double download. One at https://github.com/planetlabs/planet-client-python/pull/1002/files#diff-eb40861f30b566f7a4a569eb3e052b9edccf30400cbe3a309c34f914aab79cd1R600 and one at https://github.com/planetlabs/planet-client-python/pull/1002/files#diff-eb40861f30b566f7a4a569eb3e052b9edccf30400cbe3a309c34f914aab79cd1R620. The implementation of #1002 only requires the first to be an initial connection to get the Content-length...

bug
orders api
data api
sdk-2023.7

**Related Issue(s):** Closes #995 **Proposed Changes:** For inclusion in changelog (if applicable): 1. Not intended for changelog: 1. **Diff of User Interface** Old behavior: New behavior: **PR Checklist:** - []...

enhancement
sdk-2023.7

**Current Problem** As a customer, I give each tasking order a unique name which is how I identify these orders in my organisation. For example, 1406_XY_XZ_LST, but when I download...

enhancement
sdk-2023.7

Github has nice image hosting capabilities for images in issues, which can then be referred to in the code. This issue is used to gather up some nice images and...

documentation

Even with a re-used test environment, it takes 20 seconds to perform a unit test run with `time nox -r -s test -p 3.7`. This disrupts test-driven development. There is...

bug
tests

Decrease the barrier to entry for users by providing robust async usage description in the docs that includes code snippets they can drop into their sync code, briefly discusses gotchas,...

documentation
ux