These functions decompose a temporal rigid geometry into the bounding boxes or time spans of its segments or of a requested number of bins.
Return the array of spatiotemporal boxes or time spans of the segments of a temporal rigid geometry
stboxes(trgeometry) → stbox[]
spans(trgeometry) → tstzspan[]
Return the spatiotemporal boxes or time spans of a temporal rigid geometry split into a given number of bins, or with a given number of segments per bin
splitNStboxes(trgeometry, integer) → stbox[]
splitEachNStboxes(trgeometry, integer) → stbox[]
splitNSpans(trgeometry, integer) → tstzspan[]
splitEachNSpans(trgeometry, integer) → tstzspan[]