Skip to content

Commit

Permalink
Update Complex_SEVIRI.ipynb
Browse files Browse the repository at this point in the history
Add extra note to SEVIRI example about the need for the `rioxarray` package.
  • Loading branch information
simonrp84 authored May 5, 2023
1 parent 9e84e63 commit 22969e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/Complex_SEVIRI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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`"
]
},
{
Expand Down

0 comments on commit 22969e6

Please sign in to comment.