All Projects → giswqs → earthengine-apps

giswqs / earthengine-apps

Licence: MIT license
A collection of Earth Engine Apps created using geemap, voila, and heroku

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
Procfile
174 projects

Projects that are alternatives of or similar to earthengine-apps

earthengine-py-examples
A collection of 300+ examples for using Earth Engine and the geemap Python package
Stars: ✭ 76 (+280%)
Mutual labels:  geospatial, gis, remote-sensing, google-earth-engine, earth-engine, geemap
geemap-apps
Interactive web apps created using geemap and streamlit
Stars: ✭ 24 (+20%)
Mutual labels:  mapping, geospatial, google-earth-engine, earth-engine, geemap
Awesome Gee
A curated list of Google Earth Engine resources
Stars: ✭ 292 (+1360%)
Mutual labels:  mapping, geospatial, gis, remote-sensing
awesome-spectral-indices
A ready-to-use curated list of Spectral Indices for Remote Sensing applications.
Stars: ✭ 357 (+1685%)
Mutual labels:  gis, remote-sensing, google-earth-engine, earth-engine
eemont
A python package that extends Google Earth Engine.
Stars: ✭ 290 (+1350%)
Mutual labels:  gis, remote-sensing, google-earth-engine, earth-engine
ee extra
A ninja python package that unifies the Google Earth Engine ecosystem.
Stars: ✭ 42 (+110%)
Mutual labels:  gis, remote-sensing, google-earth-engine, earth-engine
leafmap
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Stars: ✭ 1,299 (+6395%)
Mutual labels:  mapping, geospatial, gis, ipyleaflet
spectral
Awesome Spectral Indices for the Google Earth Engine JavaScript API (Code Editor).
Stars: ✭ 68 (+240%)
Mutual labels:  gis, remote-sensing, google-earth-engine, earth-engine
Geemap
A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and folium
Stars: ✭ 959 (+4695%)
Mutual labels:  mapping, geospatial, gis, remote-sensing
whiteboxgui
An interactive GUI for WhiteboxTools in a Jupyter-based environment
Stars: ✭ 94 (+370%)
Mutual labels:  geospatial, gis, remote-sensing
NodeMICMAC
A Lightweight REST API to Access MICMAC Photogrammetry and SFM Engine.
Stars: ✭ 54 (+170%)
Mutual labels:  geospatial, gis, remote-sensing
Whitebox Tools
An advanced geospatial data analysis platform
Stars: ✭ 362 (+1710%)
Mutual labels:  geospatial, gis, remote-sensing
eodag
Earth Observation Data Access Gateway
Stars: ✭ 183 (+815%)
Mutual labels:  geospatial, gis, remote-sensing
Geospatial Machine Learning
A curated list of resources focused on Machine Learning in Geospatial Data Science.
Stars: ✭ 289 (+1345%)
Mutual labels:  geospatial, gis, remote-sensing
aruco-geobits
geobits: ArUco Ground Control Point Targets and Detection for Aerial Imagery (UAV/MAV).
Stars: ✭ 32 (+60%)
Mutual labels:  geospatial, gis, remote-sensing
Awesome Geospatial Companies
🌐 List of 500+ geospatial companies (GIS, Earth Observation, UAV, Satellite, Digital Farming, ..)
Stars: ✭ 184 (+820%)
Mutual labels:  geospatial, gis, remote-sensing
Whitebox Python
WhiteboxTools Python Frontend
Stars: ✭ 188 (+840%)
Mutual labels:  geospatial, gis, remote-sensing
localtileserver
🌐 dynamic tile server for visualizing rasters in Jupyter with ipyleaflet or folium
Stars: ✭ 190 (+850%)
Mutual labels:  geospatial, gis, ipyleaflet
Earthengine Py Notebooks
A collection of 360+ Jupyter Python notebook examples for using Google Earth Engine with interactive mapping
Stars: ✭ 807 (+3935%)
Mutual labels:  geospatial, gis, remote-sensing
Python Geospatial
A collection of Python packages for geospatial analysis with binder-ready notebook examples
Stars: ✭ 187 (+835%)
Mutual labels:  geospatial, gis, remote-sensing

earthengine-apps

Python scripts for deploying Earth Engine Apps to heroku, try it out: https://geemap-demo.herokuapp.com/

How to deploy your own Earth Engine Apps?

  • Sign up for a free heroku account.
  • Follow the instructions to install Git and Heroku Command Line Interface (CLI).
  • Authenticate heroku using the heroku login command.
  • Clone this repository: https://github.com/giswqs/geemap-heroku
  • Create your own Earth Engine notebook and put it under the notebooks directory.
  • Add Python dependencies in the requirements.txt file if needed.
  • Edit the Procfile file by replacing notebooks/geemap.ipynb with the path to your own notebook.
  • Commit changes to the repository by using git add . && git commit -am "message".
  • Create a heroku app: heroku create
  • Run the config_vars.py script to extract Earth Engine token from your computer and set it as an environment variable on heroku: python config_vars.py
  • Deploy your code to heroku: git push heroku master
  • Open your heroku app: heroku open

Optional steps

  • To specify a name for your app, use heroku apps:create example
  • To preview your app locally, use heroku local web
  • To hide code cells from your app, you can edit the Procfile file and set --strip_sources=True
  • To periodically check for idle kernels, you can edit the Procfile file and set --MappingKernelManager.cull_interval=60 --MappingKernelManager.cull_idle_timeout=120
  • To view information about your running app, use heroku logs --tail
  • To set an environment variable on heroku, use heroku config:set NAME=VALUE
  • To view environment variables for your app, use heroku config

Credits

The instructions above on how to deploy a voila application on heroku are adapted from voila-dashboards/voila-heroku.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].