Loading repository data…
Loading repository data…
giswqs / repository
A collection of Earth Engine Apps created using geemap and voila
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Heroku has stopped offering free product plans since November 2022. This repository is no longer maintained. I recommend deploying Earth Engine Apps to Hugging Face. Check out this new repo: https://github.com/opengeos/voila-geospatial
heroku login command.notebooks directory.requirements.txt file if needed.Procfile file by replacing notebooks/geemap.ipynb with the path to your own notebook.git add . && git commit -am "message".heroku createconfig_vars.py script to extract Earth Engine token from your computer and set it as an environment variable on heroku: python config_vars.pygit push heroku masterheroku openheroku apps:create exampleheroku local webProcfile file and set --strip_sources=TrueProcfile file and set --MappingKernelManager.cull_interval=60 --MappingKernelManager.cull_idle_timeout=120heroku logs --tailheroku config:set NAME=VALUEheroku configThe instructions above on how to deploy a voila application on heroku are adapted from voila-dashboards/voila-heroku.