planet-client-python
planet-client-python copied to clipboard
Python client for Planet APIs
From the [CLI Interface doc](https://docs.google.com/document/d/1DSMWbJ0spBBzPFc_KcdFQo9kuCAgTuk2x1kw6_D0UVI/edit#): > Starting from an order description: > > To create an order from an order description, use the `--like` option. This > option supports a...
**Is your feature request related to a problem? Please describe.** As described in two recent tickets, #780 and #824, the openAPI spec keeps changing and we are playing this game...
Objective: allow a click command "new-command" defined in a new "planet-tools" package to be accessible as a sub-command of the "planet" CLI group like `planet new-command`. There are different ways...
**Is your feature request related to a problem? Please describe.** It is awkward for clients to manage Paged subclasses (Orders, Subscriptions, etc). **Describe the solution you'd like** Change the code...
Environment : planet, version 2.0a6dev Test steps: 1. Try to set up the base-url using the auth value as below planet auth --base-url https://ordersv2.next.prod.planet-labs.com init --email validemail --password validpassword planet...
1. Note filename of the Orders Product Bundles Reference JSON file: planet/data/orders_product_bundle_2022_02_02.json 3. In planet/specs.py, note: PRODUCT_BUNDLE_SPEC_NAME = 'orders_product_bundle_2022_02_02.json' 4. In planet/data/README.md, note: ## Orders Spec ### Files * `orders_product_bundle_2022_02_02.json`...
Hello, Have you all considered using a native namespace package for the top-level "planet" package? Then put a regular package with an \_\_init\_\_.py under a sub-package like "client"? This would...
Instead of getting information from the Orders API spec for the Data client, as is done currently (i.e., `planet/data/orders_product_bundle_2022_02_02.json`), let's grab that info from the Data API spec. Steps: 1)...
When the SDK is not initialized, the error thrown simply states that there is no file found at the secret file location (see #649). The user is not really aware...
 Hello staff at Planet, I tried pip installing Planet on Windows CMD. While the installation was successful, I could not open up Planet nor get to the API...