python-training
python-training copied to clipboard
Notebooks teaching Python for use meteorology and atmospheric and climate sciences.
The distractors here are not very good and it's easy to get to the one correct answer. Needs some thought to improve.
Support ticket suggested that we add an example plotting some topography along with some weather data.
Opening this issue for discussion how to handle old `python-gallery` links that can still be found in pages and searches across the deep dark internet. Currently the [python-gallery main page](https://unidata.github.io/python-gallery/)...
Pandas notebook has an extra import statement that should be removed.
This dataset didn't get packaged at Winnipeg and we should have a way to make sure that doesn't happen again. Could just be a checklist until a distribution builder gets...
The pandas notebook is too exercise heavy. It results in a choppy class flow and long periods of no work for the more advanced students.
This exercise should be removed as decided at the Winnipeg workshop.
We've had several systems quarantine the miniconda install - a note to turn off the virus checker for install would be good. Avast seems to be the worst about doing...
In reviewing some support tickets for separate issues, I discovered that multiple notebooks across the gallery and workshop ``` pages/gallery/500hPa_Vorticity_Advection.ipynb pages/gallery/850hPa_Temperature_Advection.ipynb pages/gallery/Ageostrophic_Wind_Example.ipynb pages/gallery/declarative_500_hPa.ipynb pages/gallery/HILO_Symbol_Plot.ipynb pages/gallery/miller_composite.ipynb pages/gallery/MSLP_temp_winds.ipynb pages/gallery/Smoothing_Contours.ipynb pages/gallery/xarray_500hPa_map.ipynb pages/workshop/MetPy_Advanced/QG Analysis.ipynb...
* Why are we calling `parse_cf` if we’re going to hard-code the data projection to `PlateCarree`—should use `cartopy_crs. * Why index and squeeze? Should try to use `sel`, otherwise there’s...