Max Grover

Results 224 comments of Max Grover

@andersy005 put together a prototype backend to help with reading WRF data into xarray, ([`xwrf`](https://github.com/NCAR/xwrf)) bypassing the requirement to use [wrf-python](https://wrf-python.readthedocs.io/en/latest/) to handle the file access. I put together that...

We (people involved/interested in cf_xarray) are having a meeting related to this issue on Friday! [Here is a link to the event](https://calendar.google.com/event?action=TEMPLATE&tmeid=NGNlMGxmamJ2NXRnN2hycG8yb2IxYTZlNWsgbWdyb3ZlckB1Y2FyLmVkdQ&tmsrc=mgrover%40ucar.edu) Within the event, you will find a document...

It went well - [here are the notes from our discussion](https://docs.google.com/document/d/1NNTtf5YSFQZyQFzqT_SDfOBqBTYD0os71iN3ScfTAds/edit?usp=sharing) and there is a continued discussion planned in https://github.com/xarray-contrib/cf-xarray/issues/220, focusing on coming up with use cases and how to...

@srbrodzik can you add `embellish = True` to see if that solves the issue?

Could you add it in the plot_ppi_map? Ex. Plot_ppi_map(embellish=True)

```python # remove transition angle flags subset = radar.extract_sweeps([index]) trans = subset.antenna_transition["data"] trans[:] = 0 subset.antenna_transition["data"] = trans # create display # use 'subset' instead of 'radar' to define display...

I tried troubleshooting with version 1.12.5, and was not able to reproduce the error ```python # remove transition angle flags subset = radar.extract_sweeps([index]) trans = subset.antenna_transition["data"] trans[:] = 0 subset.antenna_transition["data"]...

@srbrodzik can you run `conda list` and post the output here?

Ahh okay - I am not seeing the dpkg list... Can you try updating matplotlib to a recent version? That might fix it or is at least worth a try.

Okay! Let me know how that goes... fingers crossed that fixes it!