Metadata-Version: 2.3
Name: rcatool
Version: 0.1
Summary: The Regional Climate Analysis Tool (RCAT), is a tool to calculate and visualize weather and climate model statistics.
Project-URL: Homepage, https://regional-climate-analysis-tool.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/jplind79/RCAT
Project-URL: Issues, https://github.com/jplind79/RCAT/issues
Author-email: Petter Lind <petter.lind@smhi.se>
Maintainer-email: Petter Lind <petter.lind@smhi.se>
License: MIT 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.
License-File: AUTHORS.md
License-File: LICENSE
Keywords: climate,dask,diagnostic,interpolation,model,numpy,plotting,python,science,statistics,xarray
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.10
Requires-Dist: cartopy
Requires-Dist: dask-jobqueue
Requires-Dist: dask[complete]
Requires-Dist: esmpy
Requires-Dist: matplotlib
Requires-Dist: netcdf4
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: xesmf
Description-Content-Type: text/markdown

# 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)
