Utility Modules ================= segLibrary -------------- Operations over lists of line segments. .. automodule:: pyspatiotemporalgeom.utilities.segLibrary :members: hsegLibrary -------------- Operations over lists of halfsegments (typically that form a region) .. automodule:: pyspatiotemporalgeom.utilities.hsegLibrary :members: triangleLibrary ------------------- Operations involving triangles in 3D .. automodule:: pyspatiotemporalgeom.utilities.triangleLibrary :members: mapLibrary ------------------- .. automodule:: pyspatiotemporalgeom.utilities.mapLibrary :members: convexHull ------------ Convex hull computations. .. automodule:: pyspatiotemporalgeom.utilities.convexHull :members: regionInterpolator ------------------------ Region interpolation functions. .. automodule:: pyspatiotemporalgeom.utilities.regionInterpolator :members: regionOverlayGrid ------------------------- Compute region overlays using a grid decomposition scheme. .. automodule:: pyspatiotemporalgeom.utilities.regionOverlayGrid :members: temporalAggregate -------------------- Functions to compute temporal aggregate operations over moving regions. .. automodule:: pyspatiotemporalgeom.utilities.temporalAggregate :members: