Skip to content

Commit

Permalink
DOCS: Fixed docstrings of _central_pixel_bbox
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Jun 17, 2024
1 parent 01c8859 commit a7e809d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _central_pixel_bbox(
Returns
-------
tuple
BBox in Equi7Grid coordinates, BBox in latlon, and EPSG.
BBox in Equi7Grid or UTM coordinates, BBox in latlon, and EPSG.
"""
# Get EPSG
epsg = _get_epsg(lat, lon, edge_size, resolution, e7g)
Expand Down

0 comments on commit a7e809d

Please sign in to comment.