Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 487 Bytes

File metadata and controls

27 lines (23 loc) · 487 Bytes

Google Earth Engine and Django

This is a simple example of how to use Google Earth Engine with Django.

Setup

Clone the repository

git clone https://github.com/Thuhaa/finn.git

Install the requirements

pip install -r requirements.txt

cd into the project directory

cd finn

Run the server

python manage.py runserver

Open the browser and go to http://localhost:8000

The Map exists at the url http://localhost:8000/map

Happy coding!