Skip to content

Commit

Permalink
Merge pull request #196 from ncasuk/fix-xarray
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
nf679 authored Nov 20, 2024
2 parents a8e8bc5 + 7a6276a commit d17769e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion python-data/exercises/ex01a_xr_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"tags": []
},
"source": [
"Q2. Open the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
"Q2. Open the `'../data/xbhubo.pgc0apr.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
"(Hint: Don't forget to import any packages you need).\n",
"This file is a model run for HadCM3 run as part of the RAPID study: https://catalogue.ceda.ac.uk/uuid/6bbab8394124b252f8b1b036f9eb6b6b/"
]
Expand Down
2 changes: 1 addition & 1 deletion python-data/exercises/ex01b_xr_label_based_indexing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tags": []
},
"source": [
"Q1. Open the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
"Q1. Open the `'../data/xbhubo.pgc0apr.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
"(Hint: Don't forget to import any packages you need).\n",
"This file is a model run for HadCM3 run as part of the RAPID study: https://catalogue.ceda.ac.uk/uuid/6bbab8394124b252f8b1b036f9eb6b6b/"
]
Expand Down
2 changes: 1 addition & 1 deletion python-data/exercises/ex02a_xr_plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tags": []
},
"source": [
"Q1. Import the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and create the temperature data array as in the last lesson."
"Q1. Import the `'../data/xbhubo.pgc0apr.nc'` dataset and create the temperature data array as in the last lesson."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-data/solutions/ex01a_xr_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"tags": []
},
"source": [
"Q2. Open the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
"Q2. Open the `'../data/xbhubo.pgc0apr.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
"(Hint: Don't forget to import any packages you need).\n",
"This file is a model run for HadCM3 run as part of the RAPID study: https://catalogue.ceda.ac.uk/uuid/6bbab8394124b252f8b1b036f9eb6b6b/"
]
Expand Down
6 changes: 2 additions & 4 deletions python-data/solutions/ex01b_xr_label_based_indexing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tags": []
},
"source": [
"Q1. Open the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
"Q1. Open the `'../data/xbhubo.pgc0apr.nc'` dataset and load it into an xarray `Dataset` called `ds`.\n",
"(Hint: Don't forget to import any packages you need).\n",
"This file is a model run for HadCM3 run as part of the RAPID study: https://catalogue.ceda.ac.uk/uuid/6bbab8394124b252f8b1b036f9eb6b6b/"
]
Expand All @@ -70,9 +70,7 @@
"slideshow": {
"slide_type": ""
},
"tags": [
"clear_answer_cell"
]
"tags": []
},
"outputs": [],
"source": [
Expand Down
2 changes: 1 addition & 1 deletion python-data/solutions/ex02a_xr_plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tags": []
},
"source": [
"Q1. Import the `'../data/tas_rcp45_2055_mon_avg_change.nc'` dataset and create the temperature data array as in the last lesson."
"Q1. Import the `'../data/xbhubo.pgc0apr.nc'` dataset and create the temperature data array as in the last lesson."
]
},
{
Expand Down

0 comments on commit d17769e

Please sign in to comment.