planet-client-python
planet-client-python copied to clipboard
Get info from Data API spec
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:
- Download the spec from the Data API:
curl -O https://api.planet.com/data/v1/spec
- Write where data spec came from in README (
planet/data/README.md
) - Find all item types from the data spec
Possible duplicate https://github.com/planetlabs/planet-client-python/issues/619.