Skip to content

Script to download the current NAM or GFS MOS short term text files and import them into a pandas dataframe. Currently only supported in Python 2.7 and below due to the urllib2 library being incompatible with Python 3.

Notifications You must be signed in to change notification settings

Daviology38/python_MOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python_MOS

Script to download the current NAM or GFS MOS short term text files and import them into a pandas dataframe. Currently only supported in Python 2.7, Python 3 and below using the requests library.

This script takes the input for a MOS station in the United States and grabs the data and puts it into a pandas dataframe.

import NAMMOS or GFSMOS

function call: df = NAMMOS(stationcode) ex: 'KLWM', 'KBOS'

This only is for the short term MOS, long term MOS will be added in a future update.

About

Script to download the current NAM or GFS MOS short term text files and import them into a pandas dataframe. Currently only supported in Python 2.7 and below due to the urllib2 library being incompatible with Python 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages