From cfc10e807c2db7062af67ba14e6a00c88cacf4a5 Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Sun, 14 Jan 2024 21:22:28 +0000 Subject: [PATCH] Update README.md (#45) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cfa95e..1e16f1e 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Especially : Ncdata **exchanges data between Xarray and Iris** as efficently as This enables the user to freely mix+match operations from both projects, getting the "best of both worlds". > import xarray - > import ncdata.iris_xarray as nci - > import iris.quickplot as qplt - > + > import ncdata.iris_xarray as nci + > import iris.quickplot as qplt + > > ds = xarray.open_dataset(filepath) > ds_resample = ds.rolling(time=3).mean() > cubes = nci.cubes_from_xarray(ds_resample)