polartoolkit.gmt_str_to_list# gmt_str_to_list(region)[source]# convert a tuple of floats representing the boundaries of a region into a GMT-style region string Parameters: region (tuple[float, float, float, float]) â bounding region in format [xmin, xmax, ymin, ymax] Returns: a GMT style region string Return type: str