Skip to content

federiva/spatial-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published