federiva / spatial-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a small example of integrating tracks data coming from this Larus fuscus tracking database and using an open source API to get the current flights passing through the bounding zone delimited by the animal tracks.

Live development version

You can check a deployed development version of this small app here

Installing

Create a virtual environment

python3 -m venv env
source env/bin/activate

Install dependencies

pip install -r requirements.txt

Run migrations

python manage.py migrate

Run app

python manage.py runserver

Data

Data from Movebank was downloaded from Kaggle

About


Languages

Language:Python 66.5%Language:HTML 18.4%Language:JavaScript 14.3%Language:CSS 0.8%