Metadata-Version: 2.2
Name: bluemath-tk
Version: 1.0.17
Summary: Module collection for custom climate data analysis. The main objective of this Python package is to provide a set of statistical tools tailored for climate data analysis, with a focus on statistical classification and prediction.
Home-page: https://github.com/GeoOcean/BlueMath_tk
Author: GeoOcean Group
Author-email: Geomatics and Ocean Engineering Group <bluemath@unican.es>
License: Copyright (c) 2024 GeoOcean group, Universidad de Cantabria
        
        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.
Project-URL: Homepage, https://github.com/GeoOcean/BlueMath_tk
Project-URL: Documentation, https://geoocean.github.io/BlueMath_tk/
Project-URL: Issues, https://github.com/GeoOcean/BlueMath_tk/issues
Keywords: climate,statistical,tools
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: xarray
Requires-Dist: netcdf4
Requires-Dist: dask
Requires-Dist: distributed
Requires-Dist: zarr
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Requires-Dist: plotly
Requires-Dist: cartopy
Requires-Dist: jinja2
Requires-Dist: requests
Requires-Dist: aiohttp
Requires-Dist: minisom
Requires-Dist: statsmodels
Requires-Dist: regionmask
Requires-Dist: wavespectra
Requires-Dist: cdsapi
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: jupyter-sphinx; extra == "docs"
Provides-Extra: deep
Requires-Dist: tensorflow; extra == "deep"
Requires-Dist: keras; extra == "deep"
Provides-Extra: num-models
Requires-Dist: hydromt-sfincs; extra == "num-models"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Bluemath {**Toolkit**}

<p align="center">
  <img alt="GitHub Actions" src="https://github.com/GeoOcean/BlueMath_tk/actions/workflows/python-tests.yml/badge.svg?branch=main">
  <img alt="GitHub" src="https://img.shields.io/github/license/GeoOcean/BlueMath_tk">
  <img alt="PyPI" src="https://img.shields.io/pypi/v/BlueMath_tk">
  <img alt="Conda (channel only)" src="https://img.shields.io/conda/vn/conda-forge/BlueMath_tk">
  <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/BlueMath_tk">
</p>

Module collection for custom climate data analysis. The main objective of this Python package is to provide a set of statistical tools tailored for climate data analysis, with a focus on statistical classification and prediction.

The package also includes a set of utility functions for processing climate data. To facilitate understanding of how to use these modules, simple demonstration scripts and the necessary data have been added to this repository.

## Installation

```sh
pip install bluemath-tk
```

## License

This project is licensed under the MIT License. See the [license](LICENSE.txt) file for details

## Project status

- UNDER DEVELOPMENT
