aodn / imos-user-code-library

Code library of helper functions and examples for working with NetCDF data files typically sourced from IMOS
GNU General Public License v3.0
19 stars 15 forks source link

climatology notebook - add Michael Hemming notebook #35

Open lbesnard opened 1 year ago

tonybaloney commented 1 year ago

The dependencies line in the first cell should also include h5netcdf, without this the cell to load into xarray will fail with this error:

ValueError: found the following matches with the input file in xarray's IO backends: ['h5netcdf']. But their dependencies may not be installed, see:
https://docs.xarray.dev/en/stable/user-guide/io.html 
https://docs.xarray.dev/en/stable/getting-started-guide/installing.html