GliderToolsCommunity / GliderTools

A toolkit for processing Seaglider base station NetCDF files: despiking, smoothing, outlier detection, backscatter, fluorescence quenching, calibration, gridding, interpolation.
https://glidertools.readthedocs.io
GNU Affero General Public License v3.0
68 stars 28 forks source link

=============================== glidertools

.. image:: https://github.com/GliderToolsCommunity/GliderTools/actions/workflows/ci.yml/badge.svg :target: https://github.com/GliderToolsCommunity/GliderTools/actions/workflows/ci.yml .. image:: https://img.shields.io/conda/vn/conda-forge/glidertools.svg :target: https://anaconda.org/conda-forge/glidertools .. image:: https://badgen.net/pypi/v/glidertools :target: https://pypi.org/project/glidertools .. image:: https://pepy.tech/badge/glidertools :target: https://pepy.tech/project/glidertools .. image:: https://readthedocs.org/projects/glidertools/badge/?version=latest :target: https://glidertools.readthedocs.io .. image:: https://img.shields.io/badge/License-GPLv3-blue.svg :target: https://www.gnu.org/licenses/gpl-3.0 .. image:: https://img.shields.io/badge/Journal-10.3389%2Ffmars.2019.00738-blue :target: https://doi.org/10.3389/fmars.2019.00738 .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4075238.svg :target: https://doi.org/10.5281/zenodo.4075238 .. image:: https://codecov.io/gh/GliderToolsCommunity/GliderTools/branch/master/graph/badge.svg?token=FPUJ29TMSH :target: https://codecov.io/gh/GliderToolsCommunity/GliderTools

Glider tools is a Python 3.8+ package designed to process data from the first level of processing to a science ready dataset (delayed mode quality control). The package is designed to easily import data to a standard column format (numpy.ndarray or pandas.DataFrame). Cleaning and smoothing functions are flexible and can be applied as required by the user. We provide examples and demonstrate best practices as developed by the SOCCO Group <http://socco.org.za/>, with early contributions from Polar Gliders <https://sebswart.com/> at the University of Gothenburg. GliderTools includes contributions from VOTO <https://voiceoftheocean.org//>. We aim to implement Best Practices developed by OceanGliders <https://www.oceangliders.org/> in the ongoing discussions <https://github.com/OceanGlidersCommunity>_.

Please cite the original publication <https://doi.org/10.3389/fmars.2019.00738> of this package and the package itself <https://doi.org/10.5281/zenodo.4075238>.

Installation

Conda ..... To install the core package from conda-forge run: conda install -c conda-forge glidertools

PyPI .... To install the core package run: pip install glidertools.

GitHub ......

  1. Clone glidertools to your local machine: git clone https://github.com/GliderToolsCommunity/GliderTools
  2. Change to the parent directory of GliderTools
  3. Install glidertools with pip install -e ./GliderTools. This will allow changes you make locally, to be reflected when you import the package in Python

Recommended, but optional packages .................................. There are some packages that are not installed by default, as these are large packages or can result in installation errors, resulting in failure to install GliderTools. These should install automatically with pip install package_name:

How you can contribute

For contributing follow the instructions <https://glidertools.readthedocs.io/en/latest/contributing.html>_

Acknowledgements