Metadata-Version: 2.1
Name: NDBC
Version: 0.0.1
Summary: A package to automate the loading of NDBC data to a custom object.
Home-page: https://github.com/GenSci/NDBC
Author: C. Ryan Manzer
Author-email: ryan@gensci.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# NDBC
![alt text](http://www.ndbc.noaa.gov/images/nws/noaaleft.jpg "NOAA") ![alt text](http://www.ndbc.noaa.gov/images/nws/ndbc_title.jpg "NDBC")

This repository represents my attempts to build out Python class(es)
to facilitate the acquisition, analysis, and visualization of National
Data Buoy Center (NDBC) data.  The goal is to build classes that can be
easily used in oceanographic science scripting as well as a web
framework like Django or Flask.

## NDBC.py
This file defines the DataBuoy class.  The purpose of this class is to
allow a user to define a specific data buoy they wish to gather data
from and provide the user with methods to collect and analyze this data.
 * Dependencies
   * requests
   * datetime
   * pandas
   * math (standard library)


