You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/data/Basic_Indexing.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
"tags": []
52
52
},
53
53
"source": [
54
-
"# DataIndexes\n",
54
+
"## DataIndexes\n",
55
55
"One of the base classes of `pyearthtools.data` is the `DataIndex`, which provides a unified interface to accessing data, and common data retrieval techniques.\n",
56
56
"\n",
57
57
"As of the writing of this notebook, the following data sources have been implemented:\n",
@@ -513,7 +513,7 @@
513
513
"id": "75e60268-5ccd-4ef8-87d7-6f1b02139a86",
514
514
"metadata": {},
515
515
"source": [
516
-
"#### Data Loading\n",
516
+
"## Data Loading\n",
517
517
"Using the `search` function allows retrieval of the filepaths to each requested variable at a given time.\n",
518
518
"\n",
519
519
"From this, the data can be automatically loaded simply by calling the DataIndex with a date, which provides a couple of useful features, which will be explored in later notebooks. "
0 commit comments