S2playground¶
- igwn_segments.utils.S2playground(extent)¶
Return a segmentlist identifying the S2 playground times within the interval defined by the segment extent.
Example:
>>> from igwn_segments import segment >>> S2playground(segment(874000000, 874010000)) [segment(874000013, 874000613), segment(874006383, 874006983)]