Skip to content

Commit

Permalink
Update rio_tiler/io/xarray.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas <[email protected]>
  • Loading branch information
vincentsarago and j08lue authored Sep 4, 2024
1 parent 2560f82 commit 9736422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rio_tiler/io/xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __attrs_post_init__(self):
or self.bounds[2] > 180
or self.bounds[3] > 90
):
raise InvalidGeographicBounds(f"Invalid geographic bounds: {self.bounds}")
raise InvalidGeographicBounds(f"Invalid geographic bounds: {self.bounds}. Must be within (-180, -90, 180, 90).")

self._dims = [
d
Expand Down

0 comments on commit 9736422

Please sign in to comment.