pyart.core.Grid.get_point_longitude_latitude

Grid.get_point_longitude_latitude(level=0, edges=False)[source]

Return arrays of longitude and latitude for a given grid height level.

Parameters
  • level (int, optional) – Grid height level at which to determine latitudes and longitudes. This is not currently used as all height level have the same layout.

  • edges (bool, optional) – True to calculate the latitude and longitudes of the edges by interpolating between Cartesian coordinates points and extrapolating at the boundaries. False to calculate the locations at the centers.

Returns

longitude, latitude (2D array) – Arrays containing the latitude and longitudes, in degrees, of the grid points or edges between grid points for the given height.