Skip to content

Commit 740b372

Browse files
committed
📝 Add notebook comment
1 parent 88eb5bd commit 740b372

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

notebooks/degrid_and_visualise.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"metadata": {},
1313
"source": [
1414
"This notebook shows how to synthetically generate non-gridded data from gridded data.\n",
15+
"**You will need the gridded data, which you can download with the `extract_anomalies.ipynb` notebook, before running this notebook.**\n",
16+
"\n",
1517
"We'll simulate two general types of non-gridded data:\n",
1618
"1) *Stations*, which will simply involve extracting N random points in the continuous lat-lon space covered by the grid and interpolating their values based on the surrounding gridded data, for the whole period of interest\n",
1719
"2) *Buoys*, which will instead involve not only extracting N random points and their values, but also N nearest neighbours in subsequent time steps, adding jitter to simulate irregularity in the movement.\n",

0 commit comments

Comments
 (0)