pyart.core.Grid.to_xarray# Grid.to_xarray()[source]# Convert the Grid object to an xarray format. Variables: time (dict) – Time of the grid. 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.