Metadata-Version: 2.4
Name: kval
Version: 0.3.2
Summary: Processing and analysis of ocean data in Python
Project-URL: Homepage, https://github.com/NPIOcean/kval/
Author-email: Øyvind Foss <oyvind.foss@npolar.no>, Tore Hattermann <tore.hattermann@npolar.no>
Maintainer: Norwegian Polar Institute, Oceanography section
Maintainer-email: "Øyvind Foss, NPI" <oyvind.foss@npolar.no>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Oceanography
Requires-Python: >=3.9
Requires-Dist: cartopy>=0.21.1
Requires-Dist: cftime>=1.6.2
Requires-Dist: cmocean>=3.0.3
Requires-Dist: compliance-checker>=5.1.0
Requires-Dist: glob2>=0.7
Requires-Dist: ipykernel>=6.26.0
Requires-Dist: ipympl>=0.9.3
Requires-Dist: jupyter>=1.0.0
Requires-Dist: matplotlib>=3.7.2
Requires-Dist: mplcursors>=0.5.3
Requires-Dist: numpy>=1.23
Requires-Dist: pandas>=2.1.0
Requires-Dist: pygeomag>=1.1.0
Requires-Dist: pyrsktools>=1.1.1
Requires-Dist: scipy>=1.11.3
Requires-Dist: seawater>=3.3.4
Requires-Dist: tqdm>=4.66.1
Requires-Dist: xarray>=2023.10.1
Requires-Dist: xlrd>=2.0.1
Provides-Extra: compliance
Provides-Extra: dev
Requires-Dist: pytest>=8.1.1; extra == 'dev'
Description-Content-Type: text/markdown

![image](https://raw.githubusercontent.com/npiocean/kval/master/graphics/kval_banner.png)

Collection of Python tools for working with oceanography data processing and analysis.

Maintained by the Oceanography section at the [Norwegian Polar Institute](https://www.npolar.no/en/) and supported by the [HiAOOS](https://hiaoos.eu/) project.
___


#### [Documentation page](https://kval.readthedocs.io/) *(in development)*

___

About the latest release, `0.3.2`:

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15268696.svg)](https://doi.org/10.5281/zenodo.15268696)



- This version adds basic documentation.
- This version is used to work out pypi and conda distribution.
- An updated version with improved documentation and a code overhaul is planned for Spring 2025.


`kval` is in active development.

___


### Installation

Conda:

    conda install -c npiocean -c conda-forge kval


Pip:

    pip install kval
