Tab: Automator#

The Automator Tab allows you to automate repetitive tasks directly from the plugin such as adding fields to the shoreline layer and baseline layer.

User interface of Automator Tab

Fig. 4 User interface of Automator Tab#

Shorelines#

Shorelines fields#

Shorelines fields section in Automator Tab

Fig. 5 Shorelines fields section in Automator Tab#

The Shorelines fields automator simplifies the process of adding attributes by automatically assigning pre-defined data types and custom field names. By simply defining the desired field name, the plugin takes care of the necessary data type assignments for each field. This requires the following input:

  1. Input layer: vector layer containing the merged shorelines.

  2. Date field name: field name that represents the date of the source of shoreline data, following the format mm/yyyy.

  3. Uncertainty field name: field name that captures the uncertainty associated with the measurement and/or positional accuracy inherent in the source of shoreline data.

The automator adds the following fields to the input layer:

Field name

Data type

<date_field_name>

String

<uncertainty_field_name>

Double

Without the automator, the date and uncertainty fields can be manually added on the Attribute Table of the shoreline input layer. Basically, this means that you are responsible for selecting the attribute data type. To check full details about shorelines layer, please refer to the Shoreline vectors preparation.

Baseline#

Baseline fields#

Baseline fields section in Automator Tab

Fig. 6 Baseline fields section in Automator Tab#

The Baseline fields automator simplifies the process of adding attributes by automatically assigning pre-defined data types and custom field names. By simply defining the desired field name, the plugin takes care of the necessary data type assignments for each field. This requires the following input:

  1. Input layer: vector layer containing the merged baseline.

  2. Placement field name: field name that represents placement of baseline.

  3. Orientation field name: field name that captures the orientation of the baseline.

  4. Transect length name: field name that captures the length of the transect.

The automator adds the following fields to the input layer:

Field name

Data type

<placement_field_name>

String

<orientation_field_name>

String

<transect_length_name>

Integer

For more information about these fields, please refer to Optional multiple baseline vectors in one layer.

Baseline buffer#

Baseline buffer section in Automator Tab

Fig. 7 Baseline buffer section in Automator Tab#

The Baseline buffer automator simplifies the process of creating a buffer around the baseline. This requires the following input:

  1. Input layer: vector layer containing the merged shorelines.

  2. Buffer distance: distance in meters to create the buffer around the baseline.

The automator uses processing algorithm Buffer with pre-defined inputs to create the buffer around the merged shorelines layer. The output is then converted to LineString. To read more about input baseline layer, please refer to Baseline vectors creation.

The following are the pre-defined inputs for the Buffer algorithm:

Parameter

Value

Distance

<input_distance>

Segments

5

End cap style

Flat

Join style

Round

checkbox Dissolve results

Checked