🚤 Glider Utilities (GUTILS)

🐍 + 🌊 + 🚤

A python framework for working with the data from Autonomous Underwater Vehicles (AUVs)

Supports:

  • Teledyne Webb Slocum Gliders

Documentation

Installation

GUTILS is available through conda and was designed with Python 3.5 or above in mind. I backported it to 2.7 by request. Please use 3.5+ if possible as the gwt project will soon end support for 2.7.

$ conda create -n gutils python=3.5
$ source activate gutils
$ conda install -c conda-forge gutils

Developer Documentation