A web application to explore and analyze collective movement datasets.
5 Stickelback fish | 151 Goldenshiner fish |
---|---|
- User and role management
- Upload datasets
- Feature extraction and visualization
- Speed, acceleration, distance to centroid
- Centroid, medoid, convex hull, delaunay triangulation, voronoi diagram
- Convex hull area, swarm speed, swarm acceleration
- Network generation based on similarity
- Hierarchical clustering exploration
- Spatial view
- Export Data
- ...
-
Install Docker on your local machine - Link
-
Open the terminal and clone the github repository:
git clone https://github.com/eren-ck/collective-movement-exploration.git
- Move the project root folder:
cd collective-movement-exploration/
- Create and run the docker container:
docker-compose up -d --build
-
Open your web browser and open the website
http://0.0.0.0:5000/
. Default Login information is email:admin
and passwordadmin
. -
You can upload the test file
data/fish-5.csv
and explore the small movement dataset.
- Eren Cakmak
- Lukas Weixler
Released under GNU General Public License v3.0. See the LICENSE file for details.
Thanks to Juri Buchmüller, Prof. Daniel Keim, Jolle Jolles, Prof. Dr. Alex Jordan and Prof. Dr. Iain Couzin for their direct support of this project