Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.08 KB

EcoDash

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.

Screenshot

Installation

  1. Clone this repository
  2. Install Python 2.7
  3. Install the Google Cloud SDK for Python
  4. Install Java Development Kit 1.8+
  5. Install Boot

Running

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