-
Notifications
You must be signed in to change notification settings - Fork 286
Py ART deprecation list
A list of functions, classes, methods and attributes deprecated in Py-ART.
These will be available in 1.7.0, removed in 1.8.0.
-
The
axesattribute of the Grid class, the elements found in this dictionary can now be found elsewhere in the Grid class. -
pyart.io.add_2d_latlon_axis, the information provided by this function is now available in Grid attributes. -
The Grid class is initialized using a new set of parameters. Support for creating Grid instances from using the older parameters is available using the
from_legacy_parameters method, which will be removed in Py-ART 1.8.0. -
The
pyart.io.read_legacy_gridfunction was added to read in netCDF files containing gridded radar data as produced by Py-ART 1.5.0 and prior. This function will be removed in Py-ART 1.8.0. -
pyart.graph.RadarDisplay_Airborne, now pyart.graph.AirborneRadarDisplay
-
The
grid_lons,grid_latsandprojattributes of the GridMapDisplay class. This information can be found in the Grid attributes. -
The
starts,ends,time_begin,radar_name,x,y, andzattribute of the RadarDisplay class and subclasses. This information can be found in attributes of the Radar class. -
pyart.core.corner_to_point, usepyart.core.geographic_to_cartesian. -
pyart.core.is_vpt, now found atpyart.util.is_vpt. -
pyart.core.to_vpt, now found atpyart.util.to_vpt. -
pyart.graph.common.corner_to_point. -
pyart.io.common.radar_coords_to_cart. -
pyart.graph.common.radar_coords_to_cart. -
pyart.graph.common.sweep_coords_to_cart.