Metadata-Version: 2.4
Name: kval
Version: 0.4.3
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Oceanography
Requires-Python: <3.14,>=3.10
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: matplotlib>=3.10
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: ruamel-yaml>=0.18.15
Requires-Dist: scipy>=1.11.3
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)*


___

### Installation

Conda:

    conda install -c npiocean -c conda-forge kval


Pip [^tag] :

    pip install kval


[^tag]: Conda is recommended for Windows users as we have experienced errors with the dependent library `compliance-checker` on Windows+pip.


___

About the latest release, `0.4.3`:

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


- Various fixes, mostly small bugs.
- Removed jupyterlab dependency.
- Resolved some version-related issues leading to problems with interactive plots.
- Cleaned up the source code a bit. 


`kval` is in active development.

___
