Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/cli/cli-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,3 @@ As The Planet SDK (V2) is in active development, features & functionality will c
If there's something you're missing or are stuck, the development team would love to hear from you.

- To report a bug or suggest a feature, [raise an issue on GitHub](https://github.com/planetlabs/planet-client-python/issues/new)
- To get in touch with the development team, email [[email protected]](mailto:[email protected])
20 changes: 11 additions & 9 deletions docs/get-started/get-your-planet-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
title: Get Your Planet Account
---

Whenever you use the Planet SDK for Python to connect to Planet’s APIs, you’ll need to authenticate with the Planet server. To do so, you need a Planet account with your own username and password.
When you use the Planet SDK for Python to connect to Planet APIs, you must first authenticate. To do this, you need a Planet account with your username and password.

## Confirm your Planet account
## Getting your Planet Account Credentials

### Sign on to Planet Explorer
### Sign In to Planet Explorer

If you go to <a href="https://www.planet.com/explorer/#" target="_blank" >Planet Explorer</a>, and you have an account, you’ll be prompted to enter your account username and password. That’s the same username and password you’ll use to authenticate with the Planet servers, here.
If you go to <a href="https://www.planet.com/explorer/#" target="_blank" >Planet Explorer</a>, you will be prompted to enter your account username and password. That is the same username and password that you will use to authenticate with the Planet SDK for Python.

Once in Explorer, you can select the user icon in the upper right corner to go to your Account page:
### Finding Your API Key

You may also use an API key to authenticate with the Planet SDK for Python. Once in Explorer, you can select the user icon in the upper-right corner to access your account page. From there, select **My Settings** to find your API key.

<img src="../images/my-account-in-planet-explorer.png"
style="
Expand All @@ -21,14 +23,14 @@ Once in Explorer, you can select the user icon in the upper right corner to go t
"
alt="My Account Icon in Planet Explorer" >

### Sign up for the Planet Developer Program
### Sign Up for a Trial Account

If you don’t have an account, but you’d like to take our APIs for a spin and see how you might intergrate Planet into your existing geospatial workflows, you can sign up for the <a href="https://learn.planet.com/developer-trial-request.html" target="_blank">Developer Program</a>.
If you don’t have an account, but you want to take our APIs for a spin, you can sign up for the <a href="https://insights.planet.com/sign-up/" target="_blank">30-day platform trial</a>. Note that the trial does not include access to all Planet APIs. You will not be able to use the full functionality of the SDK and you will not be able to order imagery. You are able to use the trial to search with the Data API.

## Authenticating with the Planet server

After you’ve installed the Planet SDK, you can authenticate with the Planet server as outlined in the [No-Code CLI Guide](../../cli/cli-guide/#authentication)

## Next steps
## Next Steps

Now that you have confirmed your Planet account username and password, you can take the other steps in the [Quick Start](../quick-start-guide).
Now that you have confirmed your Planet account username and password, you can proceed with the other steps in the [Quick Start Guide](../quick-start-guide).
3 changes: 1 addition & 2 deletions docs/get-started/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Your feedback on this version of our client is appreciated. Please raise an issu

This package requires [Python 3.9 or greater](https://python.org/downloads/). A virtual environment is strongly recommended.

You will need your Planet API credentials. You can find your API key in [Planet Explorer](https://planet.com/explorer) under Account Settings.
You will need your Planet API credentials. You can learn more about [how to get your Planet credentials here](../get-your-planet-account).

## Installation

Expand Down Expand Up @@ -54,4 +54,3 @@ As The Planet SDK (V2) is in active development, features & functionality will c
If there's something you're missing or are stuck, the development team would love to hear from you.

- To report a bug or suggest a feature, [raise an issue on GitHub](https://github.com/planetlabs/planet-client-python/issues/new)
- To get in touch with the development team, email [[email protected]](mailto:[email protected])
1 change: 0 additions & 1 deletion docs/python/sdk-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,3 @@ As The Planet SDK (V2) is in active development, features & functionality will c
If there's something you're missing or are stuck, the development team would love to hear from you.

- To report a bug or suggest a feature, [raise an issue on GitHub](https://github.com/planetlabs/planet-client-python/issues/new)
- To get in touch with the development team, email [[email protected]](mailto:[email protected])
3 changes: 0 additions & 3 deletions docs/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ This pre-release SDK has implemented interfaces for several Planet APIs. Check o
* [Orders](https://docs.planet.com/develop/apis/orders/)
* [Subscriptions](https://docs.planet.com/develop/apis/subscriptions/)

## Email Developer Relations

We are eager to share this pre-release with you and encourage you to test your workflows rigorously. Based on your feedback, we may roll out additional updates to improve your experience. Besides joining the discussion, and filing issues and pull requests here, feel free to share your general feedback with us at [email protected].
## Contribute to this open source project

To contribute or develop with this library, see
Expand Down