Skip to content

Releases: edrewitz/pyclimo

PyClimo v1.1

18 Jun 04:29
44e97fa

Choose a tag to compare

climate image

PyClimo Version 1.1

What's New?!

  1. Northern and Southern Hemispheric Views for NOAA PSL Graphics
  2. Users can now import locally hosted custom GeoJSON files and name their custom reference system on PRISM Graphics

Bug Fixes

  1. Fixed how EOF1 and EOF2 display on the map.
  2. Fixed the issue with data crossing the International Dateline

Documentation: https://github.com/edrewitz/pyclimo/blob/main/README.md#documentation

Jupyter Lab Examples: https://github.com/edrewitz/pyclimo/blob/main/README.md#jupyter-lab-examples

PyClimo v1.0

12 May 02:57
4d9df53

Choose a tag to compare

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