in src/mapillary/utils/verify.py [0:0]
def international_dateline_check(bbox): if bbox["west"] > 0 and bbox["east"] < 0: return True return False