Skip to content
/ NDBC Public
forked from supermanzer/NDBC

Repository for housing Python code for fetching, parsing, and loading NDBC data into a database.

License

Notifications You must be signed in to change notification settings

pmclau04/NDBC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NDBC

alt text alt text

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)

About

Repository for housing Python code for fetching, parsing, and loading NDBC data into a database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%