We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a77727 commit ee7ce0aCopy full SHA for ee7ce0a
dem_handler/utils/spatial.py
@@ -65,8 +65,8 @@ def __post_init__(self):
65
)
66
if self.left >= self.right:
67
logger.warning(
68
- "The bounding box's left value is greater than or equal to the right value."
69
- "Assuming the bounds cross the antimeridian or refactor ordering."
+ "The bounding box's left value is greater than or equal to the right value. "
+ "Assuming the bounds cross the antimeridian. Refactor the bounds if this is not correct."
70
71
72
0 commit comments