🚤 Glider Utilities (GUTILS)¶
🐍 + 🌊 + 🚤
A python framework for working with the data from Autonomous Underwater Vehicles (AUVs)
Supports:
- Teledyne Webb Slocum Gliders
Resources¶
- Documentation: https://secoora.github.io/GUTILS/docs/
- API: https://secoora.github.io/GUTILS/docs/api/gutils.html
- Source Code: https://github.com/secoora/GUTILS/
- Git clone URL: https://github.com/secoora/GUTILS.git
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