rcatool


Namercatool JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryThe Regional Climate Analysis Tool (RCAT), is a tool to calculate and visualize weather and climate model statistics.
upload_time2024-09-15 21:06:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) 2019 Petter Lind Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords climate dask diagnostic interpolation model numpy plotting python science statistics xarray
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Regional Climate Analysis Tool (RCAT) #

RCAT is an analysis tool primarily developed for analysis of regional climate
models, but may also be used for global models as well. It's purely written in
Python where we aim for a modular code in a functional style. The purpose is
to get an efficient and structured way of collaboration within our model
developers but also for non pythonists that want to use the tool for standard
climate data analysis.  

## Documentation ##

To get started, the most relevant reads (under *docs*) are:

* [README_configuration](docs/README_configuration.md)
* [README_statistics](docs/README_statistics.md)

For more information and tutorials see the documentation at [Read the
Docs](https://regional-climate-analysis-tool.readthedocs.io "readthedocs.io")

### Dependencies ###

Many modules are included in the repo but some standard python modules are a prerequisite:

* python3 (python2 is not supported)
* esmpy
* xesmf
* dask (for parallelization purposes)
* dask_jobqueue
* matplotlib
* basemap
* netcdf4
* palettable (for color options in visualization)

## Contribution guidelines ##

* Writing tests
* Code review
* Other guidelines

## Issues and bug reports ##

Bug reports, ideas, wishes are very welcome. Please report any issues using the links for Wiki and Issues.

## Who do I talk to? ##

See [AUTHORS](AUTHORS.md)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rcatool",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Petter Lind <petter.lind@smhi.se>",
    "keywords": "climate, dask, diagnostic, interpolation, model, numpy, plotting, python, science, statistics, xarray",
    "author": null,
    "author_email": "Petter Lind <petter.lind@smhi.se>",
    "download_url": "https://files.pythonhosted.org/packages/7e/7b/5ef203f6409ab16ce235c55dba29145fa3be8066e81696340e04ffb757b0/rcatool-0.1.3.tar.gz",
    "platform": null,
    "description": "# Regional Climate Analysis Tool (RCAT) #\n\nRCAT is an analysis tool primarily developed for analysis of regional climate\nmodels, but may also be used for global models as well. It's purely written in\nPython where we aim for a modular code in a functional style. The purpose is\nto get an efficient and structured way of collaboration within our model\ndevelopers but also for non pythonists that want to use the tool for standard\nclimate data analysis.  \n\n## Documentation ##\n\nTo get started, the most relevant reads (under *docs*) are:\n\n* [README_configuration](docs/README_configuration.md)\n* [README_statistics](docs/README_statistics.md)\n\nFor more information and tutorials see the documentation at [Read the\nDocs](https://regional-climate-analysis-tool.readthedocs.io \"readthedocs.io\")\n\n### Dependencies ###\n\nMany modules are included in the repo but some standard python modules are a prerequisite:\n\n* python3 (python2 is not supported)\n* esmpy\n* xesmf\n* dask (for parallelization purposes)\n* dask_jobqueue\n* matplotlib\n* basemap\n* netcdf4\n* palettable (for color options in visualization)\n\n## Contribution guidelines ##\n\n* Writing tests\n* Code review\n* Other guidelines\n\n## Issues and bug reports ##\n\nBug reports, ideas, wishes are very welcome. Please report any issues using the links for Wiki and Issues.\n\n## Who do I talk to? ##\n\nSee [AUTHORS](AUTHORS.md)\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2019 Petter Lind\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.",
    "summary": "The Regional Climate Analysis Tool (RCAT), is a tool to calculate and visualize weather and climate model statistics.",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://regional-climate-analysis-tool.readthedocs.io/en/latest/",
        "Issues": "https://github.com/jplind79/RCAT/issues",
        "Source": "https://github.com/jplind79/RCAT"
    },
    "split_keywords": [
        "climate",
        " dask",
        " diagnostic",
        " interpolation",
        " model",
        " numpy",
        " plotting",
        " python",
        " science",
        " statistics",
        " xarray"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "274a719f591290f61c741bc7d86f9dc1599c78ef143edc338314445b7bfa54c5",
                "md5": "ee01dd80d782e5b3fa80fc5c0efca846",
                "sha256": "8c9a1ca0ca5a8233377e323f10ddffe2d03607af6785de229103d97012eb31bc"
            },
            "downloads": -1,
            "filename": "rcatool-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee01dd80d782e5b3fa80fc5c0efca846",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 191860,
            "upload_time": "2024-09-15T21:06:02",
            "upload_time_iso_8601": "2024-09-15T21:06:02.199459Z",
            "url": "https://files.pythonhosted.org/packages/27/4a/719f591290f61c741bc7d86f9dc1599c78ef143edc338314445b7bfa54c5/rcatool-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e7b5ef203f6409ab16ce235c55dba29145fa3be8066e81696340e04ffb757b0",
                "md5": "a33e5292ec55f39f8b3f5dc72a646074",
                "sha256": "3aa1c1941c4919730739a446620445d8a1659e7d7732dcc038c6e2a4c36632f7"
            },
            "downloads": -1,
            "filename": "rcatool-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a33e5292ec55f39f8b3f5dc72a646074",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2846,
            "upload_time": "2024-09-15T21:06:03",
            "upload_time_iso_8601": "2024-09-15T21:06:03.537980Z",
            "url": "https://files.pythonhosted.org/packages/7e/7b/5ef203f6409ab16ce235c55dba29145fa3be8066e81696340e04ffb757b0/rcatool-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-15 21:06:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jplind79",
    "github_project": "RCAT",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "rcatool"
}
        
Elapsed time: 0.35205s