Skip to content

JoyChristine/Webmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webmap

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.

User stories:

  • Toogle between NDVI and EVI

Getting Started

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.

Prerequisites

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

Installing

Cloning the repository:

https://github.com/JoyChristine/gee

Navigate into the folder and install requirements

cd gee
pip install -r requirements.txt 
Install Virtual environment
python3 -m venv virtual
activate Virtual environment
source virtual/bin/activate  
Install Dependencies
pip install -r requirements.txt 
Initialize the GEE API
earthengine authenticate
Setup Database

SetUp your database User,Password, Host then make migrate

make migrations

Now Migrate

make migrate 
Run the application
make

The application opens up on 127.0.0.1:8000.
If you want to use new server run e.g 9000

 make 9000

Running the tests

make test

Built With

Contributing

To contribute to this project, fork the repo, create a new branch then develop on that branch

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details