Metadata-Version: 1.1
Name: oceans
Version: 0.2.1
Summary: Misc functions for oceanographic data analysis
Home-page: http://pypi.python.org/pypi/oceans/
Author: Filipe Fernandes
Author-email: ocefpaf@gmail.com
License: The MIT License (MIT)

Copyright (c) 2013 Filipe

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download-URL: http://pypi.python.org/packages/source/s/oceans/oceans-0.2.1.tar.gz
Description: Python Oceans
        =============
        
        | |Build|
        |
        | |Downloads|
        
        colormaps
        ---------
        
        TODO
        
        datasets
        --------
        
        TODO
        
        ff\_tools
        ---------
        
        TODO
        
        plotting
        --------
        
        TODO
        
        RPSstuff
        --------
        
        TODO
        
        sandbox
        -------
        
        TODO
        
        .. |Build| image:: https://badge.fury.io/py/oceans.png
           :target: http://badge.fury.io/py/oceans
        .. |Downloads| image:: https://pypip.in/d/oceans/badge.png
           :target: https://crate.io/packages/oceans/
        
        
        0.2.1, 07-Apr-2014 -- Python3 support.
        
        0.2.0, 06-Aug-2013 -- Moved CTDProfile to a separated module.
                              special remarks to:
                                  * CTDProfile class (pandas DataFrame for CTDs).
                                  * time_series methods to extend pandas Series.
        
        0.1.0, 26-Jun-2012 -- Added several of new functions and sub-modules with
                              special remarks to:
                                  * CTDProfile class (pandas DataFrame for CTDs).
                                  * time_series methods to extend pandas Series.
        
        0.0.1, 13-Oct-2011 -- Initial release.
        
Keywords: oceanography,data analysis
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Education
Classifier: Topic :: Software Development :: Libraries :: Python Modules
