Example Modules ================= Simple Example ----------------- A file containing a few examples of function calls. Line segment intesection, region creation, and region intersection are shown. .. automodule:: pyspatiotemporalgeom.examples.test :members: Generating Random Regions ------------------------------ An example script showing how to generate a reandom region. The generated region is stored in hexadecimal format in a text file for portability. .. automodule:: pyspatiotemporalgeom.examples.gen :members: Creating a Moving Region by Interpolating Between Two Regions --------------------------------------------------------------- .. automodule:: pyspatiotemporalgeom.examples.intervalRegTest :members: Intersection of 3D line segments and traingles --------------------------------------------------------- .. automodule:: pyspatiotemporalgeom.examples.triangleTest :members: Computing Temporal Coverage for an Interval Region ------------------------------------------------------ .. automodule:: pyspatiotemporalgeom.examples.tempAggExample :members: Computing a Map from Input Regions -------------------------------------- .. automodule:: pyspatiotemporalgeom.examples.mapLibraryExamples :members: