obsarray


Nameobsarray JSON
Version 0.2.6 PyPI version JSON
download
home_pagehttps://github.com/comet-toolkit/obsarray
SummaryMeasurement data handling in Python
upload_time2024-03-27 16:23:14
maintainerNone
docs_urlNone
authorCoMet Toolkit Team
requires_pythonNone
licenseGPLv3
keywords
VCS
bugtrack_url
requirements numpy xarray comet_maths sphinx sphinx_design ipython sphinx_autosummary_accessors sphinx_book_theme
Travis-CI
coveralls test coverage No coveralls.
            # obsarray: Measurement uncertainty handling in Python

[![Build Status](https://app.travis-ci.com/comet-toolkit/obsarray.svg?branch=main)](https://app.travis-ci.com/comet-toolkit/obsarray)
[![codecov](https://codecov.io/gh/comet-toolkit/obsarray/branch/main/graph/badge.svg?token=PZTGG03VQY)](https://codecov.io/gh/comet-toolkit/obsarray)
[![Documentation Status](https://readthedocs.org/projects/obsarray/badge/?version=latest)](https://obsarray.readthedocs.io/en/latest/?badge=latest)

**obsarray** is an extension to [xarray](https://docs.xarray.dev/en/stable/) for defining, storing and interfacing with uncertainty information using standardised metadata. It is particularly designed to work well with [netCDF](https://www.unidata.ucar.edu/software/netcdf/) files and for the Earth Observation community.

obsarray is part of the [CoMet Toolkit](https://www.comet-toolkit.org) (community metrology toolkit), and can combined with the [punpy](https://punpy.readthedocs.io/en/latest/) (propagating uncertainties in python) module for very simple propagation of defined data uncertainties through arbitrary python functions.

## Installation

obsarray is installable via pip.

## Documentation

For more information visit our [documentation](https://obsarray.readthedocs.io/en/latest).

## License

obsarray is free software licensed under the
[GNU Public License (v3)](./LICENSE).

## Acknowledgements

obsarray has been developed by [Sam Hunt](https://github.com/shunt16).

The development has been funded by:

* The UK's Department for Business, Energy and Industrial Strategy's (BEIS) National Measurement System (NMS) programme
* The IDEAS-QA4EO project funded by the European Space Agency.

## Project status

obsarray is under active development. It is beta software.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/comet-toolkit/obsarray",
    "name": "obsarray",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "CoMet Toolkit Team",
    "author_email": "team@comet-toolkit.org",
    "download_url": "https://files.pythonhosted.org/packages/06/f6/757e392c6d9f1e2def7780e916e6e368e65237cdc1d43150fef858a504e7/obsarray-0.2.6.tar.gz",
    "platform": null,
    "description": "# obsarray: Measurement uncertainty handling in Python\n\n[![Build Status](https://app.travis-ci.com/comet-toolkit/obsarray.svg?branch=main)](https://app.travis-ci.com/comet-toolkit/obsarray)\n[![codecov](https://codecov.io/gh/comet-toolkit/obsarray/branch/main/graph/badge.svg?token=PZTGG03VQY)](https://codecov.io/gh/comet-toolkit/obsarray)\n[![Documentation Status](https://readthedocs.org/projects/obsarray/badge/?version=latest)](https://obsarray.readthedocs.io/en/latest/?badge=latest)\n\n**obsarray** is an extension to [xarray](https://docs.xarray.dev/en/stable/) for defining, storing and interfacing with uncertainty information using standardised metadata. It is particularly designed to work well with [netCDF](https://www.unidata.ucar.edu/software/netcdf/) files and for the Earth Observation community.\n\nobsarray is part of the [CoMet Toolkit](https://www.comet-toolkit.org) (community metrology toolkit), and can combined with the [punpy](https://punpy.readthedocs.io/en/latest/) (propagating uncertainties in python) module for very simple propagation of defined data uncertainties through arbitrary python functions.\n\n## Installation\n\nobsarray is installable via pip.\n\n## Documentation\n\nFor more information visit our [documentation](https://obsarray.readthedocs.io/en/latest).\n\n## License\n\nobsarray is free software licensed under the\n[GNU Public License (v3)](./LICENSE).\n\n## Acknowledgements\n\nobsarray has been developed by [Sam Hunt](https://github.com/shunt16).\n\nThe development has been funded by:\n\n* The UK's Department for Business, Energy and Industrial Strategy's (BEIS) National Measurement System (NMS) programme\n* The IDEAS-QA4EO project funded by the European Space Agency.\n\n## Project status\n\nobsarray is under active development. It is beta software.\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Measurement data handling in Python",
    "version": "0.2.6",
    "project_urls": {
        "Homepage": "https://github.com/comet-toolkit/obsarray"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06f6757e392c6d9f1e2def7780e916e6e368e65237cdc1d43150fef858a504e7",
                "md5": "b862491bdd816eb6ef5e20b4b7fb5cdd",
                "sha256": "dade1c14ff4e2c5a85a7d7181dc3ab60603ca1715a23afcd4099c7f2117cbd72"
            },
            "downloads": -1,
            "filename": "obsarray-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "b862491bdd816eb6ef5e20b4b7fb5cdd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 432381,
            "upload_time": "2024-03-27T16:23:14",
            "upload_time_iso_8601": "2024-03-27T16:23:14.983129Z",
            "url": "https://files.pythonhosted.org/packages/06/f6/757e392c6d9f1e2def7780e916e6e368e65237cdc1d43150fef858a504e7/obsarray-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 16:23:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "comet-toolkit",
    "github_project": "obsarray",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "xarray",
            "specs": []
        },
        {
            "name": "comet_maths",
            "specs": []
        },
        {
            "name": "sphinx",
            "specs": []
        },
        {
            "name": "sphinx_design",
            "specs": []
        },
        {
            "name": "ipython",
            "specs": []
        },
        {
            "name": "sphinx_autosummary_accessors",
            "specs": []
        },
        {
            "name": "sphinx_book_theme",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "obsarray"
}
        
Elapsed time: 0.22096s