Skip to content

Commit d17769e

Browse files
authored
Merge pull request #196 from ncasuk/fix-xarray
Fix typos
2 parents a8e8bc5 + 7a6276a commit d17769e

6 files changed

+7
-9
lines changed

python-data/exercises/ex01a_xr_intro.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"tags": []
117117
},
118118
"source": [
119-
"Q2. Open the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
119+
"Q2. Open the `'../data/xbhubo.pgc0apr.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
120120
"(Hint: Don't forget to import any packages you need).\n",
121121
"This file is a model run for HadCM3 run as part of the RAPID study: https://catalogue.ceda.ac.uk/uuid/6bbab8394124b252f8b1b036f9eb6b6b/"
122122
]

python-data/exercises/ex01b_xr_label_based_indexing.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tags": []
5151
},
5252
"source": [
53-
"Q1. Open the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
53+
"Q1. Open the `'../data/xbhubo.pgc0apr.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
5454
"(Hint: Don't forget to import any packages you need).\n",
5555
"This file is a model run for HadCM3 run as part of the RAPID study: https://catalogue.ceda.ac.uk/uuid/6bbab8394124b252f8b1b036f9eb6b6b/"
5656
]

python-data/exercises/ex02a_xr_plotting.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"tags": []
6666
},
6767
"source": [
68-
"Q1. Import the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and create the temperature data array as in the last lesson."
68+
"Q1. Import the `'../data/xbhubo.pgc0apr.nc'` dataset and create the temperature data array as in the last lesson."
6969
]
7070
},
7171
{

python-data/solutions/ex01a_xr_intro.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"tags": []
126126
},
127127
"source": [
128-
"Q2. Open the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
128+
"Q2. Open the `'../data/xbhubo.pgc0apr.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
129129
"(Hint: Don't forget to import any packages you need).\n",
130130
"This file is a model run for HadCM3 run as part of the RAPID study: https://catalogue.ceda.ac.uk/uuid/6bbab8394124b252f8b1b036f9eb6b6b/"
131131
]

python-data/solutions/ex01b_xr_label_based_indexing.ipynb

+2-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tags": []
5151
},
5252
"source": [
53-
"Q1. Open the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
53+
"Q1. Open the `'../data/xbhubo.pgc0apr.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
5454
"(Hint: Don't forget to import any packages you need).\n",
5555
"This file is a model run for HadCM3 run as part of the RAPID study: https://catalogue.ceda.ac.uk/uuid/6bbab8394124b252f8b1b036f9eb6b6b/"
5656
]
@@ -70,9 +70,7 @@
7070
"slideshow": {
7171
"slide_type": ""
7272
},
73-
"tags": [
74-
"clear_answer_cell"
75-
]
73+
"tags": []
7674
},
7775
"outputs": [],
7876
"source": [

python-data/solutions/ex02a_xr_plotting.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"tags": []
6666
},
6767
"source": [
68-
"Q1. Import the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and create the temperature data array as in the last lesson."
68+
"Q1. Import the `'../data/xbhubo.pgc0apr.nc'` dataset and create the temperature data array as in the last lesson."
6969
]
7070
},
7171
{

0 commit comments

Comments
 (0)