Metadata-Version: 1.1
Name: swel
Version: 0.1.4
Summary: SWEL
Home-page: https://github.com/noah-de/swel
Author: Noah Spahn
Author-email: noah.de@gmail.com
License: Apache License, Version 2.0
Download-URL: http://pypi.python.org/pypi/swel/
Description: ****
        swel
        ****
        
        # _swel_ - wave analysis from spectral data
        [![PyPI](https://img.shields.io/pypi/v/swel.svg?maxAge=2592000?style=plastic)](https://pypi.python.org/pypi/swel)
        [![Build Status](https://travis-ci.org/noah-de/swel.svg?branch=master)](https://travis-ci.org/noah-de/swel)
        [![Coverage Status](https://coveralls.io/repos/github/noah-de/swel/badge.svg?branch=master)](https://coveralls.io/github/noah-de/swel?branch=master)
        
        [Spectral analysis](https://upcommons.upc.edu/bitstream/handle/2099.1/6034/06.pdf?sequence=7) of [real time raw spectral wave information](https://www.ndbc.noaa.gov/data_spec.shtml) from [NOAA](https://www.ndbc.noaa.gov/), calculating trends by plotting spectral moments.
        
        ![Significant Wave Height](https://github.com/noah-de/surf-report/blob/master/References/SWH.png)
        
        This is a python package that can be downloaded with [pip](https://pypi.org/project/swel/).
        
        ## Testing included
        This package was built with some tests:
        
            nosetests  --with-coverage --cover-package=swel -v
        
        or
            
            pytest -v --cov=swel
            
        The eventual goal is to build with tests and deploy using something like [Travis CI](https://docs.travis-ci.com/user/deployment/pypi/).
        
Keywords: NOAA,NBDC,oceanography,earth science,waves
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
