Skip to content

Commit 407e8c4

Browse files
committed
fix steric
1 parent 36f9235 commit 407e8c4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

notebooks/wp5/steric_sea_level_ora5.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,24 @@
299299
"da.plot(hue=\"variable\")\n",
300300
"plt.grid()"
301301
]
302+
},
303+
{
304+
"cell_type": "markdown",
305+
"id": "13",
306+
"metadata": {},
307+
"source": [
308+
"## Download and transform satellite"
309+
]
310+
},
311+
{
312+
"cell_type": "code",
313+
"execution_count": null,
314+
"id": "14",
315+
"metadata": {},
316+
"outputs": [],
317+
"source": [
318+
"ds_satellite = download.download_and_transform(*request_satellite, **download_kwargs)"
319+
]
302320
}
303321
],
304322
"metadata": {

0 commit comments

Comments
 (0)