We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab78cdc commit fa0c125Copy full SHA for fa0c125
stac_pydantic/api/search.py
@@ -54,7 +54,7 @@ def validate_bbox(v: Optional[BBox]) -> Optional[BBox]:
54
raise ValueError("Bounding box must be within (-180, -90, 180, 90)")
55
56
if ymax < ymin:
57
- raise ValueError("Maximum longitude must be greater than minimum longitude")
+ raise ValueError("Maximum latitude must be greater than minimum latitude")
58
59
return v
60
0 commit comments