From 22969e6888d580c2eec8c279ab410aa78193a401 Mon Sep 17 00:00:00 2001 From: Simon Proud Date: Fri, 5 May 2023 10:34:45 +0100 Subject: [PATCH] Update Complex_SEVIRI.ipynb Add extra note to SEVIRI example about the need for the `rioxarray` package. --- Examples/Complex_SEVIRI.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/Complex_SEVIRI.ipynb b/Examples/Complex_SEVIRI.ipynb index 05bc455..f5b7b72 100644 --- a/Examples/Complex_SEVIRI.ipynb +++ b/Examples/Complex_SEVIRI.ipynb @@ -36,10 +36,10 @@ "We also apply a land/sea mask (derived from the NASA SRTM data and remapped onto the SEVIRI grid) to mask out all non-water pixels.\n", "\n", "\n", - "NOTE: This requires the netcdf python library, you must install it for this example to work!\n", - "It can be installed with:\n", + "NOTE: This requires the netcdf and rioxarray python libraries, you must install there for this example to work!\n", + "They can be installed with:\n", "\n", - "`conda install -c conda-forge netCDF4` or `pip install netCDF4`" + "`conda install -c conda-forge netCDF4 rioxarray` or `pip install netCDF4 rioxarray`" ] }, {