Skip to content

sunshine1204/ecodash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.3%
  • Clojure 3.2%
  • CSS 1.3%
  • Other 0.2%