A web application for the EVI change detection algorithm of SERVIR-Mekong using Google Earth Engine and App Engine. The application itself can be found at http://ecodash-beta.appspot.com. The Python and JavaScript client libraries for calling the Earth Engine API can be found here. More information about Google Earth Engine is listed here.
- Clone this repository
- Install Python 2.7
- Install the Google Cloud SDK for Python
- Install Java Development Kit 1.8+
- Install Boot
First, you need to build ecodash.js from the Clojurescript files in cljs:
$ cd cljs
$ boot production
Now return to the toplevel directory and launch the Google App Engine development server:
$ cd ..
$ dev_appserver.py .
Your application is now live at: http://localhost:8080