Skip to content

Python script to extract historical hourly weather data from any weather station and between any two dates

Notifications You must be signed in to change notification settings

AKstudios/wunderground_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

wunderground_api

Python script to extract historical hourly weather data from any personal weather station on Wunderground and between any two dates. The script scrapes the site and looks for the weather table to be loaded before extracting it.

Prerequistes

How to use

  1. Use Wundermap to find your PWS station ID (example: 'KILCHICA130')
  2. Enter start date on line 17 in 'YYYY-MM-DD' format
  3. Enter end date on line 18 in 'YYYY-MM-DD' format
  4. Enter station ID on line 19 between single quotes
  5. Set whether the script is run via CLI or in a web environment like Jupyter on line 12
  6. Weather data will be saved in individual csv files for each day (takes a few seconds per date)

About

Python script to extract historical hourly weather data from any weather station and between any two dates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages