Interactive web mapping with Django and Google Earth Engine.
A web map where the user can view different vegetation indices of different satellite imagery.
Currently, only MODIS images are on display.
- Toogle between NDVI and EVI
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To run this project you will need to install Python3,have a google earth engine account and any code editor tool
e.g Atom or VS code
https://github.com/JoyChristine/gee
cd gee
pip install -r requirements.txt
python3 -m venv virtual
source virtual/bin/activate
pip install -r requirements.txt
earthengine authenticate
SetUp your database User,Password, Host then make migrate
make migrations
Now Migrate
make migrate
make
The application opens up on 127.0.0.1:8000
.
If you want to use new server run e.g 9000
make 9000
make test
To contribute to this project, fork the repo, create a new branch then develop on that branch
This project is licensed under the MIT License - see the LICENSE.md file for details