Intent-Code Divergence
Medium
- Confidence
- 93% confidence
- Finding
- The module explicitly states that antimeridian-crossing bounding boxes must be rejected unless specially handled, but the implemented check only flags longitudes outside [-180, 180]. A valid in-range crossing box such as W=170, E=-170 is merely reported as 'W must be < E' and is not specifically recognized as an antimeridian case, which can cause downstream code to mis-handle geographic extents, compute incorrect areas, or silently reject/accept data under the wrong assumption.
