Metadata-Version: 2.4
Name: oceans
Version: 1.2.0
Summary: Misc functions for oceanographic data analysis
Maintainer: André Palóczy, Arnaldo Russo
Maintainer-email: Filipe Fernandes <ocefpaf+oceans@gmail.com>
License: Copyright (c) 2016, Filipe Fernandes
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: documentation, https://pyoceans.github.io/python-oceans/
Project-URL: homepage, https://pypi.python.org/pypi/oceans/
Project-URL: repository, https://github.com/pyoceans/python-oceans
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: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: cmcrameri
Requires-Dist: contourpy
Requires-Dist: gsw
Requires-Dist: matplotlib>=3.6.0
Requires-Dist: numpy>=1.20
Requires-Dist: pandas>=1.0.1
Requires-Dist: seawater
Provides-Extra: extras
Requires-Dist: cartopy; extra == "extras"
Requires-Dist: iris; extra == "extras"
Requires-Dist: netcdf4; extra == "extras"
Requires-Dist: pandas; extra == "extras"
Requires-Dist: scipy; extra == "extras"
Dynamic: license-file

[![PyPI Package](https://img.shields.io/pypi/v/oceans.svg)](https://pypi.org/project/oceans/)
[![Tests](https://github.com/pyoceans/python-oceans/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/pyoceans/python-oceans/actions/workflows/tests.yml)
[![DOI](https://zenodo.org/badge/11956337.svg)](https://zenodo.org/badge/latestdoi/11956337)

# Python Oceans

Misc helper functions for ocean sciences.

Most of the functions here are Python versions of some common MatlabTM functions.
They are untested and probably buggy. Use with caution!
