Jennifer Reiber Kyle
Jennifer Reiber Kyle
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...
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...
**Is your feature request related to a problem? Please describe.** Creating an order with invalid band math entries results in the order being run for several minutes before the order...
With #616, there is a new command, `request-update` Implement with interface to match [CLI-Orders proposal](https://github.com/planetlabs/planet-client-python/blob/main/design-docs/CLI-Orders.md#request-update): ``` Interface Usage: planet orders request-update [OPTIONS] REQUEST REQUEST: order request to be updated. Can...
The APIs have been updated to support 'bursts' of requests. This means that TooManyRequests should no longer be returned if the number of initial requests is below the rate limit....
test expected functionality for the following data api search functions, test will be skipped as they will initially fail. * list_searches * delete_search * get_search * update_search * run_search related...