Installing EarthOne
How to install and setup your EarthOne Python environment
Installing the Python Client
Note: If you are using the Workbench service, you can skip to Authentication.
To start using the EarthOne Platform, you need to install the Python client. Whether you are using a Virtual Machine (VM) or your local machine, you can install the Python client through PyPi:
- Take a look at our best practices for managing your development environment
- Install the Python client, typically through
pip install earthdaily-earthone
Authenticating your Installation
Once you have installed the EarthOne Python API, we must next authenticate your Python client with the Platform and test the connection. Typically this is done via a Terminal in an activated environment, such as Conda, with the following command:
earthone auth login
Note: If you run into trouble with authentication, please feel free to reach out to dl.support@earthdaily.com
Example Notebooks to get you started
The notebooks are located in our Jupyter Lab environment Workbench. Alternatively, you can visit our GitHub repository to learn how to use the Platform. The repository covers everything from basic concepts and API usage to creating a simple web application that takes advantage of Platform services. To get started, simply clone the repository to your local machine and explore the Jupyter notebooks in the guides/ folder.
Sample Notebooks include examples of working with the API, including modeling, feature annotation, and real-time pipeline orchestration. See the Github repo for more information.