Metadata-Version: 2.4
Name: pynsitu
Version: 0.0.2
Summary: Oceanographic in situ data analysis with pandas/xarray
Project-URL: Homepage, https://github.com/apatlpo/pynsitu
Project-URL: Tracker, https://github.com/apatlpo/pynsitu/issues
Project-URL: Documentation, https://pynsitu.readthedocs.io/en/latest/
Author-email: Aurelien Ponte <aurelien.junk@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: analysis,in situ,oceanography
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Requires-Dist: cartopy
Requires-Dist: cmocean
Requires-Dist: folium
Requires-Dist: geopandas
Requires-Dist: geoviews
Requires-Dist: gsw
Requires-Dist: hvplot
Requires-Dist: numba
Requires-Dist: numpy<1.27
Requires-Dist: xarray
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: codecov; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: scipy; extra == 'dev'
Provides-Extra: feature
Requires-Dist: pytmd; extra == 'feature'
Requires-Dist: utide; extra == 'feature'
Description-Content-Type: text/markdown

[![CI](https://github.com/apatlpo/pynsitu/actions/workflows/ci.yaml/badge.svg)](https://github.com/apatlpo/pynsitu/actions/workflows/ci.yaml)
[![code-style](https://github.com/apatlpo/pynsitu/actions/workflows/linting.yaml/badge.svg)](https://github.com/apatlpo/pynsitu/actions/workflows/linting.yaml)
[![Check and Maybe Release Python Package](https://github.com/apatlpo/pynsitu/actions/workflows/release.yaml/badge.svg)](https://github.com/apatlpo/pynsitu/actions/workflows/release.yaml)
[![Documentation](https://readthedocs.org/projects/pynsitu/badge/?version=latest)](https://pynsitu.readthedocs.io/en/latest/?badge=latest)

# pynsitu: oceanographic insitu data toolbox

Various tools for the processing of oceanographic data based on pandas/xarray.
See [documention](https://pynsitu.readthedocs.io/en/latest/index.html)
