Skip to content

A small python script to automate the downloading of weather data from wunderground.com

Notifications You must be signed in to change notification settings

cjmatta/wundergroundloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

wundergroundloader.py is a script to automate the downloading of hourly weather data from www.wunderground.com as CSV files

Note: wunderground will block your IP if you download more than one file per 6 seconds, hence the 7 second sleep command at the end of this script.

Usage

Usage: wundergroundloader.py [options]

Options:
  -h, --help            show this help message and exit
  -l PHL, --location=PHL
                        Location - Airport Code
  -s 2014-01-31, --start=2014-01-31
                        Start date.
  -e 2014-12-31, --end=2014-12-31
                        End date.
  -d ~/weatherdata, --dir=~/weatherdata
                        Save Directory (defaults to current dir)
  --strip-headers       Strip headers from downloaded csv files.

About

A small python script to automate the downloading of weather data from wunderground.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages