Metadata-Version: 1.1
Name: oceans
Version: 0.4.0
Summary: Misc functions for oceanographic data analysis
Home-page: https://pypi.python.org/pypi/oceans/
Author: Filipe Fernandes
Author-email: ocefpaf@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.

Description: python-oceans
        =============
        
        .. image:: https://badge.fury.io/py/oceans.png
           :target: http://badge.fury.io/py/oceans
        .. image:: https://api.travis-ci.org/pyoceans/python-oceans.png?branch=master
           :target: https://travis-ci.org/pyoceans/python-oceans
        .. image:: https://zenodo.org/badge/11956337.svg
           :target: https://zenodo.org/badge/latestdoi/11956337
        
        
        Misc helper functions for ocean sciences.
        
        Changelog
        ---------
        
        Version 0.4.0, 27-Oct-2016.
        
        * re-written `get_isobath` function that uses latest matplotlib contour machinery.
        * Use integer indexes to fix `numpy` deprecations.
        * Change license from MIT to BSD 3-Clause.
        
        Version 0.3.0, 17-Aug-2016.
        
        * Fix `nanmean` and `nanstd` removed from latest `scipy`.
        
        Version 0.2.5, 30-Jul-2015.
        
        * Lazy imports.
        * Several minor bug fixes.
        
        Version 0.2.4, 05-May-2015.
        
        * Added `woa_profile`.
        * Re-write of `woa_subset` to use iris instead of Pandas.
        * Deprecate 'state' option in soundspeed.
        
        Version 0.2.3, 23-Jan-2015.
        
        * Several small bugs and typos fixes.
        
        Version 0.2.2, 18-Aug-2014.
        
        * Mixed Layer Depth functions.
        * Critical depth and Light extinction coefficient.
        * Contributor: arnaldorusso@gmail.com | github.com/arnaldorusso
        
        Version 0.2.1, 07-Apr-2014.
        
        * Python3 support.
        
        Version 0.2.0, 06-Aug-2013.
        
        * Moved CTDProfile to a separated module (python-ctd).
        
        Version 0.1.0, 26-Jun-2012
        
        * Added several of new functions and sub-modules
        * CTDProfile class (pandas DataFrame for CTDs).
        * time_series methods to extend pandas Series.
        
        Version 0.0.1, 13-Oct-2011
        
        * Initial release.
        
Keywords: oceanography,data analysis
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD 3-Clause
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
