Skip to content

Commit e7bd5c3

Browse files
committed
updating header
1 parent 5b68630 commit e7bd5c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

intermediate/indexing/advanced-indexing.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"\n",
191191
"But what if we would like to find the information from the nearest grid cell to a collection of specified points (for example, weather stations or tower data)?\n",
192192
"\n",
193-
"## Pointwise Indexing in Xarray\n",
193+
"## Vectorized or Pointwise Indexing in Xarray\n",
194194
"\n",
195195
"Like NumPy and pandas, Xarray supports indexing many array elements at once in a *vectorized* manner. \n",
196196
"\n",
@@ -293,14 +293,14 @@
293293
"## Excersises\n",
294294
"\n",
295295
"```{exercise}\n",
296-
":label: indexing-1\n",
296+
":label: indexing-advanced-1\n",
297297
"\n",
298298
"In the simple 2D 5x5 Xarray data array above, select the sub-array containing (0,0),(2,2),(4,4) : \n",
299299
"```\n",
300300
"\n",
301301
"\n",
302302
"\n",
303-
"````{solution} indexing-1\n",
303+
"````{solution} indexing-advanced-1\n",
304304
":class: dropdown\n",
305305
"```python\n",
306306
"\n",

0 commit comments

Comments
 (0)