๐ + ๐ + ๐ค
A python framework for working with the data from Autonomous Underwater Vehicles (AUVs)
Supports:
- Teledyne Webb Slocum Gliders
- 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
GUTILS is available through conda
and was designed for Python 3.7+. It was backported to 2.7 by request. Please use 3.7+ if possible as the gwt project will soon end support for 2.7.
$ conda create -n gutils37 python=3.7
$ source activate gutils37
$ conda install -c conda-forge gutils37
To run the "long" tests you will need this cloned somewhere. Then set the env variable GUTILS_TEST_CONFIG_DIRECTORY
to the config directory, ie export GUTILS_TEST_CONFIG_DIRECTORY=/data/dev/SGS/config