x4c


Namex4c JSON
Version 2024.8.24 PyPI version JSON
download
home_pagehttps://github.com/NCAR/x4c
Summaryx4c: Xarray for CESM
upload_time2024-08-24 20:53:34
maintainerNone
docs_urlNone
authorFeng Zhu
requires_pythonNone
licenseGPL-2.0
keywords xarray cesm climate data analysis and visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # x4c: Xarray for CESM
x4c (xarray4cesm) is an Xarray extension that aims to support efficient and intuitive CESM output analysis and visualization:
- Analysis features: regrid, various of mean calculation, annualization/seasonalization, etc.
- Visualization features: timeseries, horizontal and vertical spatial plots, etc.

> **_Disclaimer:_**  This package is still in its early stage and under active development, and its API could be changed frequently.

## Installation

```bash
# dependencies
conda install -c conda-forge jupyter notebook xesmf

# x4c
pip install git+https://https://github.com/NCAR/x4c.git
```


## License
GPL-2.0

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NCAR/x4c",
    "name": "x4c",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Xarray, CESM, Climate Data Analysis and Visualization",
    "author": "Feng Zhu",
    "author_email": "fengzhu@ucar.edu",
    "download_url": "https://files.pythonhosted.org/packages/c5/7b/45b65ccb1d321b1d3fd4f75c5e4da65690b860ffdf273390f0da2c09d050/x4c-2024.8.24.tar.gz",
    "platform": null,
    "description": "# x4c: Xarray for CESM\nx4c (xarray4cesm) is an Xarray extension that aims to support efficient and intuitive CESM output analysis and visualization:\n- Analysis features: regrid, various of mean calculation, annualization/seasonalization, etc.\n- Visualization features: timeseries, horizontal and vertical spatial plots, etc.\n\n> **_Disclaimer:_**  This package is still in its early stage and under active development, and its API could be changed frequently.\n\n## Installation\n\n```bash\n# dependencies\nconda install -c conda-forge jupyter notebook xesmf\n\n# x4c\npip install git+https://https://github.com/NCAR/x4c.git\n```\n\n\n## License\nGPL-2.0\n",
    "bugtrack_url": null,
    "license": "GPL-2.0",
    "summary": "x4c: Xarray for CESM",
    "version": "2024.8.24",
    "project_urls": {
        "Homepage": "https://github.com/NCAR/x4c"
    },
    "split_keywords": [
        "xarray",
        " cesm",
        " climate data analysis and visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c57b45b65ccb1d321b1d3fd4f75c5e4da65690b860ffdf273390f0da2c09d050",
                "md5": "58cc5adaec73169b847a09b8d55f4403",
                "sha256": "105cc0129ab10f3c24e240052131e3ae23ceb4f4d388475b25973f52028c05f3"
            },
            "downloads": -1,
            "filename": "x4c-2024.8.24.tar.gz",
            "has_sig": false,
            "md5_digest": "58cc5adaec73169b847a09b8d55f4403",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17217,
            "upload_time": "2024-08-24T20:53:34",
            "upload_time_iso_8601": "2024-08-24T20:53:34.738122Z",
            "url": "https://files.pythonhosted.org/packages/c5/7b/45b65ccb1d321b1d3fd4f75c5e4da65690b860ffdf273390f0da2c09d050/x4c-2024.8.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-24 20:53:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NCAR",
    "github_project": "x4c",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "x4c"
}
        
Elapsed time: 0.95178s