Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

54 lines (26 loc) · 1.12 KB

PA-explorer

You can explore all the data avible on a PA.

About the data:

Species Information: eol.org

Species on PAs: dopa-services

Weather map: http://openweathermap.org

Forest disturbation, fires and loss: Global Forest watch API

High resolution images: DigitalGlobe

Images: Panoramio

Floods Risk: UNEP

To develop

  • Node 0.10+

Install globally dependencies:

npm install -g grunt-cli bower phantomjs

To install

npm install

To run

For development

grunt server

For production

grunt build

Deploy to gh-pages

grunt deploy