Metadata-Version: 2.1
Name: water-masses
Version: 2021.3.3
Summary: Analysis of the northern European shelf seas
Home-page: https://github.com/shelf-sea/water-masses
License: GPL3
Requires-Python: >=3.8,<3.10
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: cf-xarray (>=0.5,<1.0)
Requires-Dist: cftime (>=1.2,<2.0)
Requires-Dist: dask (>=2021.1,<2022.0)
Requires-Dist: eofs (>=1.4.0,<2.0.0)
Requires-Dist: h5netcdf (>=0.10,<1.0)
Requires-Dist: intake (>=0.6,<1.0)
Requires-Dist: intake-xarray (>=0.4,<1.0)
Requires-Dist: nc-time-axis (>=1.2,<2.0)
Requires-Dist: netcdf4 (>=1.5,<2.0)
Requires-Dist: numpy (>=1.19,<2.0)
Requires-Dist: pandas (>=1.1,<2.0)
Requires-Dist: scipy (>=1.7,<2.0)
Requires-Dist: statsmodels (>=0.12,<1.0)
Requires-Dist: xarray (>=0.16,<1.0)
Project-URL: Repository, https://github.com/shelf-sea/water-masses
Description-Content-Type: text/markdown

# Water-Masses
[![Build Status](https://github.com/shelf-sea/water-masses/workflows/test/badge.svg?branch=master&event=push)](https://github.com/shelf-sea/water-masses/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/shelf-sea/water-masses/branch/master/graph/badge.svg)](https://codecov.io/gh/shelf-sea/water-masses)
[![Python Version](https://img.shields.io/pypi/pyversions/water-masses.svg)](https://pypi.org/project/water-masses/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

Analysis of the northern Eurpean shelf seas.

## Installation

```bash
pip install water-masses
# or
poetry add git+https://github.com/shelf-sea/water-masses.git#trunk
```

## License

[gpl3](https://github.com/shelf-sea/water-masses/blob/master/LICENSE)

## Credits

This project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [98c82c2c9f7f66fd8a5009361e4272240c25dc6f](https://github.com/wemake-services/wemake-python-package/tree/98c82c2c9f7f66fd8a5009361e4272240c25dc6f). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/98c82c2c9f7f66fd8a5009361e4272240c25dc6f...master) since then.

