DamienIrving / climate-analysis

Code used for the analysis and visualisation of climate data during my PhD
MIT License
40 stars 19 forks source link

Transition from cdms2 to xray #11

Closed DamienIrving closed 9 years ago

DamienIrving commented 9 years ago

xray is the Pandas of N-dimensional data and looks very promising. I might consider gradually transitioning from cdms2.tvariable.TransientVariable as my core data structure to xray.DataArray and xray.Dataset.

DamienIrving commented 9 years ago

Here's a good tutorial on xray (and other Python things): https://github.com/nicolasfauchereau/metocean

DamienIrving commented 9 years ago

Done.