Get Started with the Python API
Prerequisites
Install the Earthscale Package
uv add earthscalepoetry add earthscalepip install earthscaleconda install pip
pip install earthscaleAuthenticating
1. Using environment variables
export EARTHSCALE_EMAIL=<your-email>
export EARTHSCALE_PASSWORD=<your-password>2. Login via Browser
Adding a GeoTIFF Dataset
Listing datasets
Last updated