Skip to content

Commit

Permalink
DOC: Fix grid_limit order in grid_mapper
Browse files Browse the repository at this point in the history
closes #591
  • Loading branch information
jjhelmus committed Sep 14, 2016
1 parent 80e711e commit a3e6aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/map/grid_mapper.py
Expand Up @@ -56,7 +56,7 @@ def grid_from_radars(radars, grid_shape, grid_limits,
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, x, y coordinates.
z, y, x coordinates.
gridding_algo : 'map_to_grid' or 'map_gates_to_grid'
Algorithm to use for gridding. 'map_to_grid' finds all gates within
a radius of influence for each grid point, 'map_gates_to_grid' maps
Expand Down

0 comments on commit a3e6aa2

Please sign in to comment.