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
After gcloud auth login, set earth engine token in app.py to 'EARTHENGINE_TOKEN'
This app is created using the template from upraneelnihar/streamlit-multiapps.