Unidata / python-training

Notebooks teaching Python for use meteorology and atmospheric and climate sciences.
https://unidata.github.io/python-training
BSD 3-Clause "New" or "Revised" License
125 stars 69 forks source link

UpperAir_Obs DataArray issues #119

Closed cturnbull23 closed 2 days ago

cturnbull23 commented 3 years ago

macOS Big Sur 11.2.3, Python 3.8, metpy 1.0.

The temperature conversion to degrees celsius results in an attribute error: 'DataArray' object has no attribute 'to'

Screen Shot 2021-04-16 at 6 31 06 PM

and 'DataArray' object has no attribute 'm' for smooth_hght.m

Screen Shot 2021-04-16 at 6 35 45 PM
dopplershift commented 3 years ago

Thanks for the report. Looks like this was missed by #113. This will definitely get caught when we get the site back to automatically building and deploying.

wxguy commented 3 days ago

Still facing the same issue. Is there a solution to this?

dopplershift commented 3 days ago

We've been working on migrating these resources to be a "MetPy Cookbook" within Project Pythia's collection of Python resources, and sunsetting this particular repository. The updated version of this notebook there should work for you. Let us know if that's not the case.

wxguy commented 3 days ago

We've been working on migrating these resources to be a "MetPy Cookbook" within Project Pythia's collection of Python resources, and sunsetting this particular repository. The updated version of this notebook there should work for you. Let us know if that's not the case.

Working. Thank you.

dopplershift commented 2 days ago

Closing since the updated version is in the metpy cookbook on Project Pythia, and we're not planning on updating in this repo.