Metadata-Version: 2.0
Name: WaveGliDA
Version: 0.1.3
Summary: Import and quick plot ocean surface CO2 data from a wave glider
Home-page: http://luke-gregor.github.io
Author: Luke Gregor
Author-email: luke.e.gregor@gmail.com
License: MIT License
Platform: UNKNOWN
Requires-Dist: Flask
Requires-Dist: Jinja2
Requires-Dist: MarkupSafe
Requires-Dist: PyExcelerate
Requires-Dist: Pygments
Requires-Dist: Werkzeug
Requires-Dist: click
Requires-Dist: itsdangerous
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: seawater
Requires-Dist: six

# Wave Glider Data Analysis (WaveGliDA)

This software is created to read in files generated by a Wave Glider fitted with a CSIR CO<sub>2</sub> sensor.
The script processes the text files that are sent via irridium.

## Usage
There should be a command line function available after installation:

    WaveGliDA

if this fails run:

    pyhton -m WaveGliDA

## Updates

### 0.1.1
- first version with potential bugs

### 0.1.2
- runs from the terminal without python command needed

### 0.1.3
- Bug fix: windows path seperator now accounted for

