Manual Plot Creation

Summary

The tool creates plots (segment boundaries) based on input parameters.

Parameters

  • Base map: Dataset to be loaded as a base map.

  • Plot Dimension: Number of ranges and number of rows.

  • Segments Per Plot: Number of segments in a plot.

  • Segment Length: Length of a segment.

  • Segment Width: Width of a segment.

  • Segment Gap: Space between two adjacent segments.

  • Plot Gap (Range): Space between two adjacent plots across the range.

  • Plot Gap (Row): Space between two adjacent plots across the row.

  • Rotation Angle: Angle between the North and the row direction (range: -90 degrees to 90 degrees).

  • Move: Moves the plots up/down/left/right.

  • Export Plots: Creates segment boundaries and exports them to the ./manual_creation folder. Outputs:

    • Manual plots (PREFIX_plots_manual.geojson)

    • (Optional) Centroids (PREFIX_centroids.geojson)

    • (Optional) Centerlines (PREFIX_centerlines.geojson)

Last updated