Spaces:
Sleeping
Sleeping
metadata
title: Shiny Geemap
emoji: π
colorFrom: yellow
colorTo: indigo
sdk: docker
pinned: false
license: mit
How to authenticate Earth Engine
- Follow the instructions here to create an Earth Engine service account.
- Create a private key for the service account
- Download the JSON key file
- Open the JSON key file and copy the entire content of the file and set it as the value for the environment vaiable
EARTHENGINE_TOKEN
- Use
geemap.ee_initialize(service_account=True)
in your code to authenticate EE. Do NOT useee.Authenticate()
oree.Initialize()
in your code.