A package to automate the loading of NDBC data to a custom object.
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
NDBC-0.0.1.tar.gz
(4.9 kB
view hashes)
Built Distribution
NDBC-0.0.1-py3-none-any.whl
(5.4 kB
view hashes)