measurements
Python functions to handle, statistically analyze and plot measurement data.
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Keywords
data
measurements
python
Last synced: 7 months ago
·
JSON representation
Repository
Python functions to handle, statistically analyze and plot measurement data.
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
- Releases: 0
Topics
data
measurements
python
Created about 10 years ago
· Last pushed about 6 years ago
Metadata Files
Readme
License
README.rst
============
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 .
Owner
- Name: Joscha Reimer
- Login: jor-
- Kind: user
- Repositories: 6
- Profile: https://github.com/jor-
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joscha Reimer | j****r@i****e | 431 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- pypi 702 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 8
(may contain duplicates) - Total versions: 13
- Total maintainers: 1
pypi.org: measurements
measurements functions
- Homepage: https://github.com/jor-/measurements
- Documentation: https://measurements.readthedocs.io/
- License: GPLv3+
-
Latest release: 0.1.1.dev67
published about 9 years ago
Rankings
Dependent packages count: 7.3%
Dependent repos count: 9.1%
Downloads: 17.1%
Average: 18.3%
Forks count: 19.2%
Stargazers count: 38.9%
Maintainers (1)
Last synced:
8 months ago
pypi.org: simulation
simulation functions
- Homepage: https://github.com/jor-/measurements
- Documentation: https://simulation.readthedocs.io/
- License: GPLv3+
-
Latest release: 0.1.1.dev80
published about 9 years ago
Rankings
Dependent packages count: 7.3%
Dependent repos count: 9.1%
Downloads: 17.7%
Average: 18.5%
Forks count: 19.2%
Stargazers count: 38.9%
Maintainers (1)
Last synced:
7 months ago
pypi.org: simulations
simulation functions
- Homepage: https://github.com/jor-/measurements
- Documentation: https://simulations.readthedocs.io/
- License: GPLv3+
-
Latest release: 0.1.1.dev36
published about 9 years ago
Rankings
Dependent packages count: 7.3%
Dependent repos count: 11.8%
Forks count: 19.2%
Average: 23.7%
Stargazers count: 38.9%
Downloads: 41.0%
Maintainers (1)
Last synced:
8 months ago
Dependencies
setup.py
pypi
- matplotlib *
- matrix-decomposition >=1.1
- numpy *
- overrides *
- scipy *
- utillib *