ydylla / ndvi-time-series

NDVI Time Series Tool that uses the Google App Engine & Earth Engine

Home Page:http://ndvi-time-series.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Version

https://ndvi-time-series.appspot.com

Install Instructions

  • Download the Google Cloud SDK for Python
  • Create an App Engine Project
  • Create a service account and request an authentication for the Earth Engine
  • Add your App Engine Project to Firebase
  • Download the Firebase Web Config Html file into the templates folder
    • And allow public reads in your firebase database rules
  • Update the credentials and the config.py
    • Copy the private key json file into the root folder of the downloaded source code.
    • Update SERVICE_ACC_JSON_KEYFILE in /config.py.
    • Update FIREBASE_CONFIG in /config.py.
  • Load the required python libraries
    • Use pip install -t lib -r requirements.txt to load all required libraries into the lib folder
  • Import the project into your Google Cloud SDK installation and start the debug server

About

NDVI Time Series Tool that uses the Google App Engine & Earth Engine

http://ndvi-time-series.appspot.com/

License:Other


Languages

Language:Python 52.5%Language:JavaScript 26.4%Language:HTML 17.5%Language:CSS 3.6%