python-training icon indicating copy to clipboard operation
python-training copied to clipboard

Notebooks teaching Python for use meteorology and atmospheric and climate sciences.

Results 65 python-training issues
Sort by recently updated
recently updated
newest added

I just used this notebook to remind myself how to get data from a THREDDS server, and managed to confuse myself when using catalog.datasets, as documented in [siphon#361](https://github.com/Unidata/siphon/issues/361). I proposed...

We've been kicking around continued rearchitecting this, so I just wanted to capture some thoughts (and close some browser tabs). The problem with the current stack, Nikola, is that it...

I can update this myself shortly, but marking it down so I don't forget. We can update `environment.yml` to switch `python-awips` to conda managed on conda-forge as of conda-forge/python-awips-feedstock#8

I put this together to answer a question: ```python import cartopy.crs as ccrs import matplotlib.pyplot as plt fig = plt.figure() ax = fig.add_subplot(1, 1, 1, projection=ccrs.LambertConformal()) # Rectangle in projection...

This is an example to plot NEXRAD data from the UCAR THREDDS server for the gallery. Still needs a little work, including adding some comments throughout the notebook, but wanted...

In the last week, NCEI updated their THREDDS instance and change the naming convention slightly. Links in various notebooks will have to be updated. The main change is to add...

While we have a couple links to specific MetPy Mondays for a few relevant topics, we don't actually list our MetPy Mondays series as a resource anywhere in the top...

At least one notebook in the workshop, [`xarray-and-cf`](https://unidata.github.io/python-training/workshop/XArray/xarray-and-cf/), has a crazy long and difficult to navigate page due to some fully rendered xarray datasets and `ncdump` output.

* recent python-training conda env * Run GOES 16 True Color Notebook I'll assign this issue to myself. Let me know if anyone has any insights here. It used to...

The last function call here is to a deprecated function! Maybe we should be checking for that in CI?