TheMBTH / training-data

Training data detecting fishing behaviour in vessel movement patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a training dataset for machine learning solutions for detecting fishing events as well as gear type by analyzing AIS vessel tracks.

Usage and data formats

We use the data as training data for our vessel scoring library, and you might find it usefull to check out that code to get started with the dataset.

The data is stored in numpy format. We recommend exploring the data using the jupyter/numpy/scipy/scikit-learn/tensorflow stack.

Tools

Vessel tracks and labels are stored separately, and need to be combined for some applications. This is done using a tool included in the repo:

./prepare.sh

Some of the data is stored using git-lfs, so you'll need to install git-lfs before cloning the repo. This also means that downloading a zipped tarball of the directory is unlikely to work.

LICENSE

This dataset is licensed under a Creative Commons Attribution 4.0 International License.

Creative Commons License

About

Training data detecting fishing behaviour in vessel movement patterns


Languages

Language:Python 94.2%Language:Shell 5.8%