https://ndvi-time-series.appspot.com
- 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 thelib
folder
- Use
- Import the project into your Google Cloud SDK installation and start the debug server