pyart.core.Grid.to_xarray¶
- Grid.to_xarray()[source]¶
Convert the Grid object to an xarray format.
- Variables
~Grid.to_xarray.time (dict) – Time of the grid.
~Grid.to_xarray.fields (dict of dicts) – Moments from radars or other variables.
latitude (longitude,) – Arrays of latitude and longitude for the grid height level.
z (x, y,) – Distance from the grid origin for each Cartesian coordinate axis in a one dimensional array.