Skip to content

PyClimo v1.0

Choose a tag to compare

@edrewitz edrewitz released this 12 May 02:57
· 25 commits to main since this release
4d9df53

climate image

PyClimo Version 1.0

NOAA PSL

NCAR Reanalysis

  • Automatically downloads, analyzes and plots the data
  • Plots the mean of the data for the period
  • Performs Empirical Orthogonal Function (EOF) Analysis
  • Plots EOF1 and EOF2 of the dataset
  • Plots the EOF1 and EOF2 scores vs. time
  • Automatically builds directory and saves the images to the folder
  • See documentation for more information on functions and variables
  • See Jupyter Lab Examples for examples

PRISM Climate Group

PRISM Data

  • Automatically downloads, unzips raster data files (.tiff)
  • Automatically extracts the raster data to a pandas DataFrame
  • Automatically analyzes and plots the data
  • Automatically builds directory and saves the images to the folder
  • See documentation for more information on functions and variables
  • See Jupyter Lab Examples for examples