xarray#
- Reading ENVI_MET files
- Xarray plot types
- Python Tuesday: NetCDF Python library overview
- netCDF4
- Merge arrays with missing data
- Speeding up access to large datasets with Dask Delayed
- Review of line plots with Xarray
- Line plot types
- A more advance example
- Find the value of a variable at the times when another variable is maximum
- Using OPeNDAP to access data remotely: MUR example
- Per-gridpoint time correlation of two models
- Climatologies with ‘Coarsen’
- Calculating anomalies
- Converting between coordinate systems with Pyproj
- Regridding from one coordinate system to another with pyproj
- API Calculation with Xarray + Dask
- An example of reading non-standard data using pandas and xarray
- More efficent use of
xarray.open_mfdataset()
- Using a shapefile to select a region and calculate statistics
- Introducing the
dask-optimiser
module - Getting Seasonal Means for the season December-January-February
- Speed up custom operations on large datasets with universal functions