tracktable.script_helpers.argument_groups.trajectory_rendering module
Module contents
Options for rendering trajectories onto a map.
Arguments:
--trajectory-color-type ["scalar", "constant"]Whether to use a function (scalar) or constant color for trajectories
--trajectory-color-function NAMEFunction to generate trajectory color. Default is ‘progress’, a function that is 0 at the beginning of a trajectory and 1 at its end. Requires
--trajectory-color-type scalar.--trajectory-color COLORConstant color for trajectories. Requires
--trajectory-color-type constant.--trajectory-colormap NAMEColormap to use to color trajectories. Use one of the Matplotlib standard colormaps or one of Tracktable’s color maps from tracktable.render.colormaps.
--trajectory-zorder NUMBERLayer number for trajectories. Higher-numbered layers are rendered on top of lower-numbered ones.
--decorate-trajectory-headDraw a dot at the head of each trajectory.
--trajectory-head-color COLORColor (name or hex string) for the dot at the head of the trajectory. Requires ‘–decorate-trajectory-head’. You can also specify ‘body’ to use the same color as the first segment of the trajectory.
--trajectory-head-dot-size NUMBERSize (in points) of the dot to render at the head of each trajectory. Requires
--decorate-trajectory-head.--trajectory-linewidth NUMBERTrajectory linewidth in points. You can also specify ‘taper’, in which case trajectory linewidth will start at the value of
--trajectory-initial-linewidth and end at --trajectory-final-linewidth.--trajectory-initial-linewidth NUMBERWidth (in points) at the head of the trajectory. Requires
--trajectory-linewidth taper.--trajectory-final-linewidth NUMBERWidth (in points) at the end of the trajectory. Requires
--trajectory-linewidth taper.--scalar-min NUMBERScalar value to map to bottom of color map. Requires
--trajectory-color-type scalar.--scalar-max NUMBERScalar value to map to top of color map. Requires
--trajectory-color-type scalar.