qcvharmonizer


Nameqcvharmonizer JSON
Version 0.1.9 PyPI version JSON
download
home_pageNone
SummaryA package for harmonize oceanographic insitu data.
upload_time2024-11-08 17:10:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords oceanography harmonization profiles argo glider
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # QCV Harmonizer

A Python package that harmonize data following FAIREASE qcv nomenclature.
base of this package is cerbere, developped by JF.Piolle - Ifremer. 
Cerbere is available here : 
* Gitlab = https://gitlab.ifremer.fr/cerbere/cerbere 
* pip : https://pypi.org/project/cerbere/]
## Installation
WARNING : To use this package, it is needed to install cerberecontrib-marineinsitu package from git before. 
Hopefully, the command is written below .
Have fun !

To install cerberecontrib-marineinsitu, you can use `pip` directly from GitLab:

```bash
pip install git+https://gitlab.ifremer.fr/cerbere/cerberecontrib-marineinsitu.git@dev_cweber
```

Then it is posible to install qcvharmonizer package thru pip standard usage : 
```bash
pip install qcvharmonizer
``` 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "qcvharmonizer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "oceanography, harmonization, profiles, Argo, Glider",
    "author": null,
    "author_email": "Clement Weber <clement.weber@pokapok.org>",
    "download_url": "https://files.pythonhosted.org/packages/57/52/1b32fbf00d7aa02c4b4593dc8c3bb1bee2190637c832fee0647364cfb42d/qcvharmonizer-0.1.9.tar.gz",
    "platform": null,
    "description": "# QCV Harmonizer\n\nA Python package that harmonize data following FAIREASE qcv nomenclature.\nbase of this package is cerbere, developped by JF.Piolle - Ifremer. \nCerbere is available here : \n* Gitlab = https://gitlab.ifremer.fr/cerbere/cerbere \n* pip : https://pypi.org/project/cerbere/]\n## Installation\nWARNING : To use this package, it is needed to install cerberecontrib-marineinsitu package from git before. \nHopefully, the command is written below .\nHave fun !\n\nTo install cerberecontrib-marineinsitu, you can use `pip` directly from GitLab:\n\n```bash\npip install git+https://gitlab.ifremer.fr/cerbere/cerberecontrib-marineinsitu.git@dev_cweber\n```\n\nThen it is posible to install qcvharmonizer package thru pip standard usage : \n```bash\npip install qcvharmonizer\n``` \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package for harmonize oceanographic insitu data.",
    "version": "0.1.9",
    "project_urls": null,
    "split_keywords": [
        "oceanography",
        " harmonization",
        " profiles",
        " argo",
        " glider"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cec75082cd2d9c23d988e38fcf1d9651707428296d3ac480aa6d22f9e6cf4e9b",
                "md5": "6371ac9473466ad6bdb016181bf29e9e",
                "sha256": "b1005b8cb72e549881b1108c562bbc18035c33597f5991433b2fb6a5583136aa"
            },
            "downloads": -1,
            "filename": "qcvharmonizer-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6371ac9473466ad6bdb016181bf29e9e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3477,
            "upload_time": "2024-11-08T17:10:10",
            "upload_time_iso_8601": "2024-11-08T17:10:10.994886Z",
            "url": "https://files.pythonhosted.org/packages/ce/c7/5082cd2d9c23d988e38fcf1d9651707428296d3ac480aa6d22f9e6cf4e9b/qcvharmonizer-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57521b32fbf00d7aa02c4b4593dc8c3bb1bee2190637c832fee0647364cfb42d",
                "md5": "4564e95fb90a7283dd23348ff383d6ca",
                "sha256": "5d4f62bd2bd5a8289e141a30df6647b4eaa97085913a6b9d4df3a53512750b04"
            },
            "downloads": -1,
            "filename": "qcvharmonizer-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "4564e95fb90a7283dd23348ff383d6ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8900,
            "upload_time": "2024-11-08T17:10:12",
            "upload_time_iso_8601": "2024-11-08T17:10:12.681654Z",
            "url": "https://files.pythonhosted.org/packages/57/52/1b32fbf00d7aa02c4b4593dc8c3bb1bee2190637c832fee0647364cfb42d/qcvharmonizer-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 17:10:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "qcvharmonizer"
}
        
Elapsed time: 1.03887s