pyvista / pyvista-xarray

xarray DataArray accessors for PyVista
Apache License 2.0
98 stars 6 forks source link

Add an Example Working with Weather Radar Data #51

Closed mgrover1 closed 1 year ago

mgrover1 commented 1 year ago

We would like to use this to work with weather radar data, which is in polar coordinates (azimuth and range)

Here is an example of plotting the data in 2 dimensions https://docs.openradarscience.org/projects/xradar/en/stable/notebooks/plot-ppi.html

Here is a sample file sample-sweep.nc.zip

banesullivan commented 1 year ago

This was impplemented in #53 and there is a new example notebook uner examples/radar.ipynb