Skip to content

Commit a9e6831

Browse files
add a block of md
1 parent 198d9bb commit a9e6831

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

sensors/04-netCDF-tutorial.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,15 @@
208208
" print name"
209209
]
210210
},
211+
{
212+
"cell_type": "markdown",
213+
"metadata": {},
214+
"source": [
215+
"## Read the values and attributes of a Group/Variable-in-a-Group\n",
216+
"\n",
217+
"- Python netCDF4 library provides serveral ways to let users get access to the attributs and values of them, as litsed below"
218+
]
219+
},
211220
{
212221
"cell_type": "code",
213222
"execution_count": null,

0 commit comments

Comments
 (0)