Skip to content

Commit a3af1d8

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents c9ea4f2 + 09b6260 commit a3af1d8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/python-app.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
python-version: ["3.9", "3.10", "3.11"]
1518
steps:
1619
- uses: actions/checkout@v3
1720
- name: provision-with-micromamba

Examples/Complex_SEVIRI.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"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",
3737
"\n",
3838
"\n",
39-
"NOTE: This requires the netcdf python library, you must install it for this example to work!\n",
40-
"It can be installed with:\n",
39+
"NOTE: This requires the netcdf and rioxarray python libraries, you must install there for this example to work!\n",
40+
"They can be installed with:\n",
4141
"\n",
42-
"`conda install -c conda-forge netCDF4` or `pip install netCDF4`"
42+
"`conda install -c conda-forge netCDF4 rioxarray` or `pip install netCDF4 rioxarray`"
4343
]
4444
},
4545
{

0 commit comments

Comments
 (0)