Metadata-Version: 1.1
Name: coastlib
Version: 1.0.0
Summary: Coastal engineering library and tools
Home-page: https://github.com/georgebv/coastlib
Author: Georgii Bocharov
Author-email: bocharovgeorgii@gmail.com
License: GPLv3
Description: |Build Status| |Coverage Status| |Documentation Status| |Requirements Status| |PyPI version|
        
        coastlib
        ========
        **coastlib** is a Python library dedicated to solving problems related to the discipline of `coastal engineering <https://en.wikipedia.org/wiki/Coastal_engineering>`_, such as data collection (NOAA NCEI, WAVEWATCH III, etc.), extreme value analysis (EVA), data analysis and visualization, wave theories, and many more.
        
        **Version:** 0.9.1
        
        **License:** GNU General Public License v3.0
        
        **E-Mail:** bocharovgeorgii@gmail.com
        
        **Documentation:** https://coastlib.readthedocs.io/
        
        Installation
        ============
        .. code:: bash
        
            pip install coastlib
        
        Jupyter Notebooks
        =================
        - ``coastlib.data``
            - `noaa_coops`_ - NOAA CO-OPS data extraction
            - `noaa_ncei`_ - NOAA NCEI data extraction
        
        Examples
        ========
        |FentonWave Image|
        
        |rose_plot_1 Image| |rose_plot_2 Image|
        
        .. |Build Status| image:: https://travis-ci.org/georgebv/coastlib.svg?branch=master
            :target: https://travis-ci.org/georgebv/coastlib
        .. |Coverage Status| image:: https://coveralls.io/repos/github/georgebv/coastlib/badge.svg?branch=master
            :target: https://coveralls.io/github/georgebv/coastlib?branch=master
        .. |Documentation Status| image:: https://readthedocs.org/projects/coastlib/badge/?version=latest
            :target: https://coastlib.readthedocs.io/en/latest/?badge=latest
        .. |Requirements Status| image:: https://requires.io/github/georgebv/coastlib/requirements.svg?branch=master
             :target: https://requires.io/github/georgebv/coastlib/requirements/?branch=master
        .. |PyPI version| image:: https://badge.fury.io/py/coastlib.svg
            :target: https://badge.fury.io/py/coastlib
        
        .. _noaa_coops: https://nbviewer.jupyter.org/github/georgebv/coastlib-notebooks/blob/master/notebooks/data/noaa_coops.ipynb
        .. _noaa_ncei: https://nbviewer.jupyter.org/github/georgebv/coastlib-notebooks/blob/master/notebooks/data/noaa_ncei.ipynb
        
        .. |FentonWave Image| image:: ./docs/source/example_images/fentonwave.png
        .. |rose_plot_1 Image| image:: ./docs/source/example_images/rose_plot_1.png
        .. |rose_plot_2 Image| image:: ./docs/source/example_images/rose_plot_2.png
        
Keywords: coastal ocean marine engineering
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
