Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

ydylla/ndvi-time-series

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published