colawater.toolbox.quality_control.tool#

Contains the functions used by the Water Quality Control tool tool and other helper functions.

Module Contents#

Functions#

execute(→ None)

Entry point for Water Quality Control.

parameters(→ list[arcpy.Parameter])

Returns the parameters for Water Quality Control.

colawater.toolbox.quality_control.tool.execute(parameters: list[arcpy.Parameter]) None#

Entry point for Water Quality Control.

Parameters:

parameters (list[arcpy.Parameter]) – The list of parameters.

colawater.toolbox.quality_control.tool.parameters() list[arcpy.Parameter]#

Returns the parameters for Water Quality Control.

Parameters are 3 of type GPBoolean and 7 of type GPFeatureLayer.

Returns:

The list of parameters.

Return type:

list[arcpy.Parameter]