pyart.testing.make_empty_grid

pyart.testing.make_empty_grid(grid_shape, grid_limits)[source]

Make an empty grid object without any fields or metadata.

Parameters
  • grid_shape (3-tuple of floats) – Number of points in the grid (z, y, x).

  • grid_limits (3-tuple of 2-tuples) – Minimum and maximum grid location (inclusive) in meters for the z, y, x coordinates.

Returns

grid (Grid) – Empty Grid object, centered near the ARM SGP site (Oklahoma).