polartoolkit.regions_overlap# regions_overlap(region1, region2)[source]# Get the overlap of 2 regions. Parameters: region1 (tuple[float, float, float, float]) â first region, in the format (xmin, xmax, ymin, ymax) region2 (tuple[float, float, float, float]) â second region in the format (xmin, xmax, ymin, ymax) Returns: Overlap of the 2 supplied regions. Return type: tuple[float, float, float, float]