Giter VIP home page Giter VIP logo

ndbc's Introduction

ndbc

Build Status GitHub issues

A Python interface to National Data Buoy Center data.

Getting started

pip install git+https://github.com/wavebitscientific/ndbc

Usage

from ndbc import Station
from datetime import datetime

# initialize without getting the data
station = Station(42001)

station.name
# 'MID GULF - 180 nm South of Southwest Pass, LA'

station.lon
# -89.668

station.lat
# 25.897

# initialize and get the data
station = Station(42001, datetime(2017,10,1), datetime(2017,11,1))

# get a different time window
station.get_stdmet(datetime(2015,1,1), datetime(2017,1,1))

Features

  • Standard meteorological data: wind speed and direction, air pressure, air and water temperature, dew-point temperature, wave height, period, and direction.
  • Omnidirectional (1-d) wave spectrum data
  • Directional (2-d) wave spectrum data
  • Derived diagnostics
  • What else?

ndbc's People

Contributors

milancurcic avatar

Watchers

James Cloos avatar Daniel Peláez Zapata avatar

Forkers

doroteo4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.