Metadata-Version: 2.1
Name: radwave
Version: 1.0.8
Summary: A Python interface to perform wave analysis from satellite altimeter data.
Home-page: https://github.com/pyReef-model/RADWave
Author: Tristan Salles
Author-email: tristan.salles@sydney.edu.au
License: UNKNOWN
Description: # RADWave - _Wave analysis from Altimeter data_
        
        
        [![Docker Cloud Automated build](https://img.shields.io/docker/automated/pyreefmodel/radwave)](https://hub.docker.com/r/pyreefmodel/radwave)
        [![PyPI](https://img.shields.io/pypi/v/RADWave)](https://pypi.org/project/RADWave/) [![Documentation Status](https://readthedocs.org/projects/radwave/badge/?version=latest)](https://radwave.readthedocs.io/en/latest/?badge=latest) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        [![Build Status](https://travis-ci.com/pyReef-model/RADWave.svg?branch=master)](https://travis-ci.com/pyReef-model/RADWave) [![Coverage Status](https://coveralls.io/repos/github/pyReef-model/RADWave/badge.svg?branch=master)](https://coveralls.io/github/pyReef-model/RADWave?branch=master) [![DOI](https://zenodo.org/badge/235496363.svg)](https://zenodo.org/badge/latestdoi/235496363)
        
        **RADWave** documentation is found at [**radwave.readthedocs.io**](https://radwave.readthedocs.io/)
        
        **RADWave** is a python package built to characterise *wave conditions* based on altimeter data.
        
        > **Satellite radar altimeters** can be used to determine significant wave height and wind speed [Young et al., 2011]. Since the first launch of the **GEOSAT** (GEOdetic SATellite) altimeter in 1985, there has been almost continuous data collection. From these measurements one can calculate wave conditions namely wave height, period and power [Young and Donelan, 2018]. Analysis of this long-term, high resolution spatio-temporal record brings new insights into inter-annual, seasonal and decadal variations of regional wave climates.
        
        ![altimeter](https://github.com/pyReef-model/RADWave/blob/master/RADWave/Notebooks/images/img2.jpg?raw=true)
        
        **RADWave** is Python package that provides a mechanism to access altimeter datasets through web-enabled data services (THREDDS). The package capabilities are illustrated based on the the Australian Ocean Data Network ([**AODN**](https://portal.aodn.org.au) database that spans from 1985-present and that has already been calibrated and validated by [Ribal and Young, 2019]. **RADWave** allows the user to query over a range of spatial and temporal scales altimeter parameters in specific geographical regions and subsequently calculates significant wave heights, periods, group velocities, average wave energy densities and wave energy fluxes.  
        
        **RADWave** can be used to easily calculate past wave conditions and infers long term wave climate variability, providing new insights on wave modal conditions, seasonal changes, long-term trends and associated modulation by climate oscillations.
        
        Designed for researchers and industry partners focusing on offshore wave conditions globally, **RADWave** enhances the ease of access and analysis of altimeter data.
        
        ## Installation
        
        ### Dependencies
        
        You will need **Python 3.5+**.
        Also, the following packages are required:
        
         - [`numpy`](http://numpy.org)
         - [`scipy`](https://scipy.org)
         - [`pandas`](https://pandas.pydata.org/)
         - [`scikit-image`](https://scikit-image.org/)
         - [`seaborn`](https://seaborn.pydata.org)
         - [`geopy`](https://pypi.org/project/geopy/)
         - [`cartopy`](https://scitools.org.uk/cartopy/docs/latest/)
         - [`netCDF4`](https://pypi.org/project/netCDF4/)
         - [`shapely`](https://pypi.org/project/Shapely/)
         - [`pymannkendall`](https://pypi.org/project/pymannkendall/)
        
        ### Installing using pip
        
        You can install `RADWave` using the
        [`pip package manager`](https://pypi.org/project/pip/) with your version of Python:
        
        ```bash
        python3 -m pip install radwave
        ```
        
        ### Installing using conda
        
        You can install `RADWave` using **conda** by downloading the repository from GitHub. Then you will
        use the environment.yml to create the environment. Open a terminal on Linux/Mac or Anaconda Prompt on Windows:
        
        ```bash
        cd RADWave/Notebooks
        conda env create -f environment.yml
        conda env update --file environment.yml
        conda activate radwave
        jupyter notebook
        ```
        
        ### Installing using Docker
        
        A more straightforward installation which does not depend on specific compilers relies on the [docker](http://www.docker.com) virtualisation system.
        
        To install the docker image and test it is working:
        
        ```bash
           docker pull pyreefmodel/radwave:latest
           docker run --rm pyreefmodel/radwave:latest help
        ```
        
        To build the dockerfile locally, we provide a script. First ensure you have checked out the source code from github and then run the script in the Docker directory. If you modify the dockerfile and want to push the image to make it publicly available, it will need to be retagged to upload somewhere other than the GEodels repository.
        
        ```bash
        git checkout https://github.com/pyReef-model/RADWave.git
        cd RADWave
        source Docker/build-dockerfile.sh
        ```
        
        ## Usage
        
        ### Binder & docker container
        
        Launch the demonstration at [mybinder.org](https://mybinder.org/v2/gh/pyReef-model/RADWave/binder?filepath=Notebooks%2F0-StartHere.ipynb)
        
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pyReef-model/RADWave/binder?filepath=Notebooks%2F0-StartHere.ipynb)
        
        
        ![cyclone](https://github.com/pyReef-model/RADWave/blob/master/RADWave/Notebooks/images/img1.jpg?raw=true)
        
        
        Another option will be to use the Docker container available through Kitematic **pyreefmodel/radwave**.
        
        [![Docker Cloud Automated build](https://img.shields.io/docker/automated/pyreefmodel/radwave)](https://hub.docker.com/r/pyreefmodel/radwave)
        
        ## Collaborations
        
        ### How to contribute?
        
        **We welcome all kinds of contributions!** Please get in touch if you would like to help out.
        
         > Everything from **code** to **notebooks** to **examples** and **documentation** are all equally valuable so please don't feel you can't contribute.
        
        To contribute please **fork the project make your changes and submit a pull request**. We will do our best to work through any issues with you and get your code merged into the main branch.
        
        If you found a bug, have questions, or are just having trouble with **bioLEC**, you can:
        
        + join the **RADWave User Group on Slack** by sending an email request to: tristan.salles@sydney.edu.au
        + open an issue in our [issue-tracker](https://github.com/pyReef-model/RADWave/issues/new) and we'll try to help resolve the concern.
        
        ### Where to find support?
        
        Please feel free to submit new issues to the [issue-log](https://github.com/pyReef-model/RADWave/issues/new) to request new features, document new bugs, or ask questions.
        
        
        ### License
        
        This program is free software: you can redistribute it and/or modify it under the terms of the **GNU Lesser General Public License** as published by the **Free Software Foundation**, either version 3 of the License, or (at your option) any later version.
        
          > This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
          You should have received a copy of the GNU Lesser General Public License along with this program.  If not, see http://www.gnu.org/licenses/lgpl-3.0.en.html.
        
        
        ### References
        
          1. Ribal, A. and Young, I. R., 2019. 33 years of globally calibrated wave height and wind speed data based on altimeter observations. **Scientific Data** 6(77), p.100.
        
          1. Young, I. R., Zieger, S. and Babanin, A. V., 2011. Global trends in wind speed and wave height. **Science** 332(6028), p451–455.
        
          1. Young, I. R. and Donelan, M., 2018. On the determination of global ocean wind and wave climate from satellite observations. **Remote Sensing of Environment** 215, 228–241.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.5
Description-Content-Type: text/markdown
