Skip to content

abamberger/forecasting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forecasting.py

Get weather data easily using python. Supports gfs, nam, and rap, with support for individual weather stations on the way. Full information with examples can be found at getforecasting.com

Basic Usage

from forecasting import Model

nam = Model('nam')
nam.connect(database='weather', user='chef')
fields = ['tmp2m']
nam.transfer(fields)

Quick Start Guide

Check out the quick start guide at getforecasting.com

Documentation

See the full set of documentation.

About

Easy Weather Data with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%