Metadata-Version: 2.1
Name: OceanLab
Version: 0.0.7
Summary: Python functions for Physical Oceanography
Home-page: https://github.com/iuryt/OceanLab
Author: Iury T. Simoes-Sousa
Author-email: simoesiury@gmail.com
License: MIT
Download-URL: https://pypi.python.org/pypi/OceanLab
Description: # OceanLab
        
        Package of Python scripts for Oceanography  (Python +3.6)
        
        ## Code Example
        
        Check `examples` folder in our [github repository](github.com/iuryt/OceanLab/examples).
        
        ## Installation
        
        `pip install OceanLab`
        
        ## Modules
        
        - **OA**
          - *vectoa()*: Objective analysis for vectorial fields;
          - *scaloa()*: Objective analysis for scalar fields;
        - **DYN**
          - *dyn_amp()*: Makes the projection of every dynamical mode to velocity to obtain its amplitude;
          - *zeta()*: Calculates the vorticity field by velocity field;
          - *psi2uv()*: Calculates the velocity field by stream function scalar field;
          - *vmodes()*: Calculates the QG pressure modes from N2 profile;
          - *eqmodes()*: Calculates the equatorial pressure and vertical velocity modes from N2 profile;
        - **EOF**
          - *eoft()*: Calculates the Empirical Orthogonal Functions;
          - *my_eof_interp()*: Fillgaps on matrix based on EOFs (translated from Cesar Rocha Matlab version);
        
        ## Contributors
        
        Everyone can contribute to this code. Some of functions was based on Filipe Fernandes or Cesar Rocha functions and some of them was created with help of Dante C. Napolitano, Hélio M. R. Almeida and Wandrey Watanabe at Ocean Dynamics Lab of University of São Paulo (USP).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
