inbo / fish-tracking

🐟 Collection of scripts for processing and analysing fish tracking data
3 stars 0 forks source link
analysis lifewatch oscibio r rstats

fish-tracking

This repository contains a collection of scripts for processing and analyzing fish tracking data. The plan is to move common functions to relevant R-packages, such as the glatos R package and actel.

To add a script yourself (or a set of scripts with a common purpose), create a new directory in the scripts folder. Within this folder, put the R/Rmd script(s) together with a Readme.md file, describing the scripts in the folder. Make sure the following minimal elements are provided:

Apart from individual scripts, you can also enlist to existing implementations/functions/code snippets available in other repositories you've worked in. However, try to focus on small functionalities and processing steps. For examples, instead of referring to the entire analysis of a paper, extract specific steps of the analysis and enlist these here, with the following template:

### Examples functionality

* Purpose: *what?*
* Maintainer: *who to contact?*
* Usage: *when/where used?*
* Link: *link to the specific resource (remark that you can link to specific lines of Github code)*

External code snippets

Leaflet plot of coordinates

Eel Scheldt analysis

Eel Albert Canal analysis

...(additional existing functionalities)

Just ideas, no implemention yet

(In this section, provide some ideas, features,... that could eventually be useful to the user community)

Position calculation