=================
.. attention:: Work on version 1 has ended. Version 2 is in development. See CHANGES.txt for more information.
Python client library and CLI for Planet's public API.
.. image:: https://github.com/planetlabs/planet-client-python/actions/workflows/tests.yaml/badge.svg?branch=master :target: https://github.com/planetlabs/planet-client-python/actions :alt: CI for v1
Via pip:
.. code-block:: console
$ pip install planet
The --user <https://pip.pypa.io/en/stable/user_guide/#user-installs>
flag is highly recommended for those new to pip <https://pip.pypa.io>
.
A PEX executable (Windows not supported) and source releases are
here <https://github.com/planetlabs/planet-client-python/releases/latest>
__.
Online documentation: https://planetlabs.github.io/planet-client-python/index.html <https://planetlabs.github.io/planet-client-python/index.html>
__
Documentation is also provided for download here <https://github.com/planetlabs/planet-client-python/releases/latest>
__.
To develop with or use the library in your own projects, see the wiki <https://github.com/planetlabs/planet-client-python/wiki>
__.
The API requires an account for use. Signup here <https://www.planet.com/explorer/?signup>
__.
This can be provided via the environment variable PL_API_KEY
or the flag -k
or --api-key
.
Using planet init
your account credentials (login/password) can be used to obtain the api key.
Hint: autocompletion can be enabled in some shells using::
eval "$(_PLANET_COMPLETE=source planet)"
Basics and help::
planet
The CLI provides access to the data API <https://developers.planet.com/docs/apis/data/>
__ ::
planet data
OR specific command help::
planet data download --help
Version | Tag | Published |
---|---|---|
2.0a2 | 10d ago | |
1.5.1 | 17d ago | |
1.5.0 | 2mos ago | |
2.0a1 | 2mos ago |