Skip to content

Commit 4d232a6

Browse files
committed
Fix workshop page and add some missing notebooks
1 parent d06338e commit 4d232a6

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

pages/workshop/workshop_intro.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ Scientific Python Basics
1919
* Numpy
2020
* :doc:`Introduction to Numpy <numpy-basics>`
2121
* :doc:`Intermediate Numpy <intermediate-numpy>`
22+
* :doc:`Broadcasting and Vectorization <numpy-broadcasting-and-vectorization>`
2223
* Pandas
2324
* :doc:`Introduction to Pandas <pandas-introduction>`
2425
* Matplotlib
2526
* :doc:`Matplotlib Basics <matplotlib-basics>`
2627
* XArray
2728
* :doc:`Introduction to XArray <xarray-introduction>`
29+
* :doc:`XArray and CF Conventions <xarray-and-cf>`
2830
* Pythonic Data Analysis
2931
* :doc:`Introduction to Data Analysis <pythonic-data-analysis>`
3032
* :doc:`Advanced Data Analysis <advanced-pythonic-data-analysis>`
@@ -47,15 +49,19 @@ Atmospheric Science & Meteorology Packages and Applications
4749
* SkewT
4850
* :doc:`SkewTs and Hodographs <skewt_and_hodograph>`
4951
* Satellite Analysis
50-
* :doc:`Plotting Satellite Data <plottingsatellitedata>`
51-
* :doc:`GOES Interactive Plotting <goes_interactive_plot>`
52+
* :doc:`Plotting Satellite Data <plotting-satellite-data>`
53+
* :doc:`GOES Interactive Plotting <goes-interactive-plot>`
54+
* :doc:`Plotting Satellite with MetPy Declarative Interface <declarative-satellite-data>`
55+
* :doc:`Animating Satellite Images <satellite-animations>`
5256
* Surface Analysis
5357
* :doc:`Surface Data with Siphon and MetPy <surface-data-with-siphon-and-metpy>`
58+
* :doc:`Station Plots with Mesonet Data <advanced-stationplots-with-mesonet-data>`
5459
* Bonus
5560
* :doc:`GFS Download with Siphon <downloading-gfs-with-siphon>`
5661
* :doc:`Write netCDF files <netcdf-writing>`
5762
* :doc:`Plot HRRR Output with Siphon and XArray <siphon_xarray_cartopy_hrrr>`
5863
* :doc:`Debugging and Troubleshooting Your Code <what-to-do-when-things-go-wrong>`
64+
* :doc:`NetCDF CF Conventions: The Basics <netcdf-and-cf-the-basics>`
5965

6066

6167

0 commit comments

Comments
 (0)