Process#

class caris.Process#

A process.

wkt#

A representation of a process.

Type:

str

get_parameter_id((Process)self, (str)long_name) str :#

Get a parameter id from its user-visible long name

Parameters:

long_name – The user-visible long name of the parameter to find

Returns:

The parameter id as a string, or an empty string if it was not found

property attributes#

The attributes defined for this Process.

Type:

AttributeDictionary