Skip to content

Commit 7ead4f5

Browse files
committed
update docstring
1 parent e12be88 commit 7ead4f5

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

uxarray/subset/grid_accessor.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ def bounding_box(
4646
the antimeridian, otherwise lon_left > lon_right, both between [-180, 180]
4747
lat_bounds: tuple, list, np.ndarray
4848
(lat_bottom, lat_top) where lat_top > lat_bottom and between [-90, 90]
49-
method: str
50-
Bounding Box Method, currently supports 'coords', which ensures the coordinates of the corner nodes,
51-
face centers, or edge centers lie within the bounds.
52-
element: str
53-
Element for use with `coords` comparison, one of `nodes`, `face centers`, or `edge centers`
5449
inverse_indices : Union[List[str], Set[str], bool], optional
5550
Controls storage of original grid indices. Options:
5651
- True: Stores original face indices
@@ -149,8 +144,8 @@ def constant_latitude(
149144
150145
Parameters
151146
----------
152-
lon : float
153-
The longitude at which to extract the subset, in degrees.
147+
lat : float
148+
The latitude at which to extract the subset, in degrees.
154149
Must be between -90.0 and 90.0
155150
return_face_indices : bool, optional
156151
If True, also returns the indices of the faces that intersect with the

0 commit comments

Comments
 (0)