Metadata-Version: 2.1
Name: coclico
Version: 0.1.0
Summary: Python tools for Coastal Climate Core Services
License: MIT
Author: Floris Calkoen
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: fsspec (>=2022.5.0,<2023.0.0)
Requires-Dist: geopandas (>=0.11.0,<0.12.0)
Requires-Dist: matplotlib (>=3.5.2,<4.0.0)
Requires-Dist: pygeos (>=0.12.0,<0.13.0)
Requires-Dist: rioxarray (>=0.11.1,<0.12.0)
Requires-Dist: xarray (>=2022.3.0,<2023.0.0)
Requires-Dist: zarr (>=2.12.0,<3.0.0)
Description-Content-Type: text/markdown

# coclico

Python tools for Coastal Climate Core Services

## Installation

```bash
$ pip install coclico
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`coclico` was created by Floris Calkoen. It is licensed under the terms of the MIT license.

## Credits

`coclico` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

