Welcome to Terralego’s documentation!

Getting started

Install using pip:

pip install terralego

Set your credentials using the environment variables:

export TERRALEGO_USER="my_user"
export TERRALEGO_PASSWORD="my_password"

You can now use terralego:

from terralego import geocoding

results = geocoding.search('paris france')

Contents:

Indices and tables