You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation is also provided for download `here <https://github.com/planetlabs/planet-client-python/releases/latest>`__.
18
28
19
-
Installation
20
-
------------
21
29
22
-
Executable CLI releases and documentation are `here <https://github.com/planetlabs/planet-client-python/releases/latest>`__.
30
+
Development
31
+
-----------
23
32
24
33
To develop with or use the library in your own projects, see the `wiki <https://github.com/planetlabs/planet-client-python/wiki>`__.
25
34
26
35
36
+
API Key
37
+
-------
38
+
39
+
The API requires an account for use. `Signup here <https://www.planet.com/explorer/?signup>`__.
40
+
41
+
This can be provided via the environment variable `PL_API_KEY` or the flag `-k` or `--api-key`.
42
+
43
+
Using `planet init` your account credentials (login/password) can be used to obtain the api key.
44
+
45
+
27
46
Example CLI Usage
28
47
-----------------
29
48
@@ -35,25 +54,10 @@ Basics and help::
35
54
36
55
planet
37
56
38
-
OR specific command help::
39
-
40
-
planet search --help
41
-
42
-
An API key is `required <https://www.planet.com/explorers/>`__.
57
+
The CLI provides access to the `data API <https://www.planet.com/docs/reference/data-api/>`__ ::
43
58
44
-
This can be provided via the environment variable `PL_API_KEY` or the flag `-k` or `--api-key`. Using the `planet init` the username and password can be used and saved instead.
59
+
planet data
45
60
46
-
Examples
47
-
~~~~~~~~
48
-
49
-
Get a visual ortho scene by id (writes to working directory)::
0 commit comments