geemap-apps
Introduction
This repo demostrates how to build a multi-page Earth Engine App using streamlit and geemap. You can deploy the app on various cloud platforms, such as share.streamlit.io or Heroku. Make sure you set EARTHENGINE_TOKEN='your-token'
as an environment variable (secret) on the cloud platform.
- Web App: https://gishub.org/geemap-apps
- Github: https://github.com/giswqs/geemap-apps
Where to find your Earth Engine token?
- Windows:
C:/Users/USERNAME/.config/earthengine/credentials
- Linux:
/home/USERNAME/.config/earthengine/credentials
- macOS:
/Users/USERNAME/.config/earthengine/credentials
Credits
This app is created using the template from upraneelnihar/streamlit-multiapps.