Skip to content

joejoezz/climate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

climate

a repository for analysis of climate data

required python packages

ulmo -- for downloading ncdc climate data

what does it do?

  • downloads ncdc station data (high/low temp, wind, precip, snow) into pandas dataframes
  • compares histograms with GEV fits of different climate periods

what will it eventually do?

  • pretty plots of the data
  • record highs/lows
  • annual averages and summaries
  • long-term variability/climate change

how to use

Example for Seattle:

  1. Print metadata: find_sites.py -s wa -n seattle
  2. Update config file (sites.conf) with metadata
  3. Download data: getData.py ../sites.conf
  4. Update and run engines.py

About

A repository for analysis of climate data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages