An open API service indexing awesome lists of open source software.

https://github.com/jor-/measurements

Python functions to handle, statistically analyze and plot measurement data.
https://github.com/jor-/measurements

data measurements python

Last synced: over 1 year ago
JSON representation

Python functions to handle, statistically analyze and plot measurement data.

Awesome Lists containing this project

README

          

============
MEASUREMENTS
============

This is a collection of Python functions to handle, statistically analyze and plot measurement data. In particular, it is designed to deal with data from the World Ocean Database.

Release info
============

There are several ways to obtain and install this package.

Conda
-----

.. image:: https://img.shields.io/conda/v/jore/measurements.svg
:target: https://anaconda.org/jore/measurements
:alt: Conda version
.. image:: https://anaconda.org/jore/measurements/badges/latest_release_date.svg
:target: https://anaconda.org/jore/measurements
:alt: Conda last updated
.. image:: https://anaconda.org/jore/measurements/badges/platforms.svg
:target: https://anaconda.org/jore/measurements
:alt: Conda platforms
.. image:: https://anaconda.org/jore/measurements/badges/license.svg
:target: https://anaconda.org/jore/measurements
:alt: Conda licence

To install this package with *conda* run:

``conda install -c jore measurements``

https://anaconda.org/jore/measurements

pip
---

.. image:: https://img.shields.io/pypi/v/measurements.svg
:target: https://pypi.python.org/pypi/measurements
:alt: PyPI version
.. image:: https://img.shields.io/pypi/format/measurements.svg
:target: https://pypi.python.org/pypi/measurements
:alt: PyPI format
.. image:: https://img.shields.io/pypi/l/measurements.svg
:target: https://pypi.python.org/pypi/measurements
:alt: PyPI licence

To install this package with *pip* run:

``pip install 'measurements'``

https://pypi.python.org/pypi/measurements

GitHub
------

.. image:: https://img.shields.io/github/tag/jor-/measurements.svg
:target: https://github.com/jor-/measurements
:alt: GitHub last tag
.. image:: https://img.shields.io/github/license/jor-/measurements.svg
:target: https://github.com/jor-/measurements
:alt: GitHub license

To clone this package with *git* run:

``git clone https://github.com/jor-/measurements.git``

To install this package after that with *python* run:

``cd measurements; python setup.py install``

https://github.com/jor-/measurements

Copyright
=========

Copyright (C) 2011-2019 Joscha Reimer jor@informatik.uni-kiel.de

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .