nco


Namenco JSON
Version 1.1.1 PyPI version JSON
download
home_pageNone
Summarypython bindings to NCO
upload_time2024-06-06 16:38:10
maintainerNone
docs_urlNone
authorJoe Hamman
requires_python>=3.8
licenseMIT
keywords netcdf climate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pynco

Python bindings for [NCO](http://nco.sourceforge.net/).  A fork from Ralf Mueller's [cdo-bindings](https://github.com/Try2Code/cdo-bindings).

This package contains the python module `nco`, which implements a python style access to the [NetCDF Operators (NCO)](http://nco.sourceforge.net/). NCO is a command line tool for processing netCDF data. Its main focus is climate data, but it can by used for other purposes too.


## Documentation

Read the documentation at [pynco.readthedocs.org](https://pynco.readthedocs.io/)

## Installation

### Conda Installation (recommended)

This will install all required and optional dependencies and is the quickest and easiest way to a working `pynco` installation.

```bash
conda install -c conda-forge pynco
```
### PyPI Installation

Please see [the requirements](https://pynco.readthedocs.org/en/latest/#requirements) before installing

```bash
pip install nco
```
## Example

```python
from nco import Nco
nco = Nco()
temperatures = nco.ncra(input='input.nc', returnCdf=True).variables['T'][:]
```
## Support, issues, bugs, ...

Please use the github page to report issues, bugs, and features:
https://github.com/nco/pynco.

For usage questions, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/nco).

## License

`pynco` makes use of the MIT License, see LICENSE.txt.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nco",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "netcdf, climate",
    "author": "Joe Hamman",
    "author_email": "jhamman@ucar.edu",
    "download_url": "https://files.pythonhosted.org/packages/56/f8/066b906798745944cf8d9c85dc9d0049e5da7b39bef5fabf6aad39181f68/nco-1.1.1.tar.gz",
    "platform": null,
    "description": "# pynco\n\nPython bindings for [NCO](http://nco.sourceforge.net/).  A fork from Ralf Mueller's [cdo-bindings](https://github.com/Try2Code/cdo-bindings).\n\nThis package contains the python module `nco`, which implements a python style access to the [NetCDF Operators (NCO)](http://nco.sourceforge.net/). NCO is a command line tool for processing netCDF data. Its main focus is climate data, but it can by used for other purposes too.\n\n\n## Documentation\n\nRead the documentation at [pynco.readthedocs.org](https://pynco.readthedocs.io/)\n\n## Installation\n\n### Conda Installation (recommended)\n\nThis will install all required and optional dependencies and is the quickest and easiest way to a working `pynco` installation.\n\n```bash\nconda install -c conda-forge pynco\n```\n### PyPI Installation\n\nPlease see [the requirements](https://pynco.readthedocs.org/en/latest/#requirements) before installing\n\n```bash\npip install nco\n```\n## Example\n\n```python\nfrom nco import Nco\nnco = Nco()\ntemperatures = nco.ncra(input='input.nc', returnCdf=True).variables['T'][:]\n```\n## Support, issues, bugs, ...\n\nPlease use the github page to report issues, bugs, and features:\nhttps://github.com/nco/pynco.\n\nFor usage questions, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/nco).\n\n## License\n\n`pynco` makes use of the MIT License, see LICENSE.txt.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "python bindings to NCO",
    "version": "1.1.1",
    "project_urls": {
        "Documentation": "https://pynco.readthedocs.org",
        "Source": "https://github.com/nco/pynco"
    },
    "split_keywords": [
        "netcdf",
        " climate"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b836a9a84546d1bc41d635085433026928640d3237ac0655a4ad72ed54fdab8f",
                "md5": "36d01a6eaea06e0854fce606a1df9958",
                "sha256": "c9a62f918f03e122cf669ebc216b59fb6c5b174cf5006518e25aec89c3024113"
            },
            "downloads": -1,
            "filename": "nco-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36d01a6eaea06e0854fce606a1df9958",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10841,
            "upload_time": "2024-06-06T16:38:08",
            "upload_time_iso_8601": "2024-06-06T16:38:08.860491Z",
            "url": "https://files.pythonhosted.org/packages/b8/36/a9a84546d1bc41d635085433026928640d3237ac0655a4ad72ed54fdab8f/nco-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56f8066b906798745944cf8d9c85dc9d0049e5da7b39bef5fabf6aad39181f68",
                "md5": "cefdf00dadaf9e150787684a04ae7fa0",
                "sha256": "07b4196b8436d7c4464aa8ca4814c30e996a458aacd3e98ae56fbe7a7d225fd7"
            },
            "downloads": -1,
            "filename": "nco-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cefdf00dadaf9e150787684a04ae7fa0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15846,
            "upload_time": "2024-06-06T16:38:10",
            "upload_time_iso_8601": "2024-06-06T16:38:10.503764Z",
            "url": "https://files.pythonhosted.org/packages/56/f8/066b906798745944cf8d9c85dc9d0049e5da7b39bef5fabf6aad39181f68/nco-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-06 16:38:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nco",
    "github_project": "pynco",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nco"
}
        
Elapsed time: 0.31463s