colawater.toolbox.calculate_fids#

Submodules#

Package Contents#

Functions#

execute(→ None)

Entry point for Calculate Facility Identifiers.

parameters(→ list[arcpy.Parameter])

Returns the parameters for Calculate Facility Identifiers.

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

Entry point for Calculate Facility Identifiers.

Calculates the new facility identifiers for features with given placeholder initials starting from a given start value.

Parameters:

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

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

Returns the parameters for Calculate Facility Identifiers.

Parameters are of type GPString, GPLong, GPFeatureLayer multivalue, and 7 GPLong.

Returns:

The list of parameters.

Return type:

list[arcpy.Parameter]