pyart.xradar.Xgrid#
- class pyart.xradar.Xgrid(grid_ds)[source]#
Wraps a Cf-compliant xarray Dataset into a Py-ART Grid-like object.
- Parameters:
grid_ds (xarray.Dataset) – The xarray Dataset to convert to a Py-ART grid. Times must not be decoded (
decode_times=False) when the Dataset is opened.
Wraps a Cf-compliant xarray Dataset into a PyART Grid Object. Note that the times must not be decoded by xr.open_dataset when loading the file.
- Parameters:
grid_ds (xarray Dataset) – The xarray Dataset to convert to a Py-ART grid.
|
Add a field to the object. |
|
Return arrays of longitude and latitude for a given grid height level. |
Initialize the point_altitude attribute. |
|
Initialize or reset the point_{longitude, latitudes} attributes. |
|
Initialize or reset the point_{x, y, z} attributes. |
|
Convert the Grid object to an xarray format. |
|
|
Write the Xgrid object to a NetCDF file. |
Return a pyproj.Proj instance as specified by the projection attribute. |