Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/era5-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"source": [
"## Extend a feature tracking workflow in time with streamed data\n",
"\n",
"Here I'm copying code from the [SLP scikit notebook](https://projectpythia.org/feature-tracking-cookbook/notebooks/slp-scikit/) but pulling the data from GDEX and extending the time range"
"Here I'm copying code from the [SLP scikit notebook](SLP_scikit.ipynb) but pulling the data from GDEX and extending the time range"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions notebooks/precip_SLP_scipy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"| [xarray](https://foundations.projectpythia.org/core/xarray/) | Necessary | |\n",
"| [matplotlib](https://foundations.projectpythia.org/core/matplotlib/matplotlib-basics/) | Necessary | |\n",
"| [Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | Needed to plot geospatial data|\n",
"| [Scipy Precip Detection and Tracking Algorithm](https://projectpythia.org/feature-tracking-cookbook/notebooks/scipy-precip/) | Necessary | |\n",
"| [Scipy SLP Detection and Tracking Algorithm](https://projectpythia.org/feature-tracking-cookbook/notebooks/slp-scipy/) | Necessary | |\n",
"| [Scipy Precip Detection and Tracking Algorithm](precip_scipy.ipynb) | Necessary | |\n",
"| [Scipy SLP Detection and Tracking Algorithm](SLP_scipy.ipynb) | Necessary | |\n",
"| [scipy-image](https://docs.scipy.org/doc/scipy/reference/ndimage.html) | Useful | Useful reference for Scipy's label function |\n",
"| [IPython](https://ipython.readthedocs.io/en/latest/interactive/plotting.html) | Useful | For inline animation|"
]
Expand Down
Loading