Metadata-Version: 2.4
Name: naust
Version: 0.1.2
Summary: Tools and templates for handling NPI-specific oceanographic data tasks
Project-URL: Homepage, https://github.com/NPIOcean/naust/
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: Topic :: Scientific/Engineering :: Oceanography
Requires-Python: <3.13,>3.9
Requires-Dist: cftime>=1.6.2
Requires-Dist: cmocean>=3.0.3
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: kval>=0.3
Requires-Dist: matplotlib>=3.7.2
Requires-Dist: mplcursors>=0.5.3
Requires-Dist: numpy>=1.23
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pandas>=2.1.0
Requires-Dist: scipy>=1.11.3
Requires-Dist: seawater>=3.3.4
Requires-Dist: xarray>=2023.10.1
Provides-Extra: compliance
Provides-Extra: dev
Requires-Dist: pytest>=8.1.2; extra == 'dev'
Description-Content-Type: text/markdown

![image](documents/graphics/naust_banner.png)

Collection of various Python functions, templates etc for working with oceanography data specific to the [Norwegian Polar Institute](https://www.npolar.no/en/) (NPI).

The idea is more in-house specific things can live here, but more truly general stuff can live in [kval](github.com/NPIOcean/kval).

Example of things to put here:

- Parsers for specific file formats.
- NPI-specific metadata fixing.
- Salinity QC.
- Log sheets, excel sheets and associated parsers or converterts.
____

**USAGE EXAMPLES**

- [QC of CTD salinity against salinometer values](notebooks/examples/salts/Salt_QC_example.ipynb)

____

Maintained by the Oceanography section at NPI.

____

Most recent release: *v0.1.2*




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



