get_fields()
A method that returns a list of the values of a given field for each feature in the layer:
>>> layer.get_fields('Name') ['Pueblo', 'Lawrence', 'Houston']
get_fields()
A method that returns a list of the values of a given field for each feature in the layer:
>>> layer.get_fields('Name') ['Pueblo', 'Lawrence', 'Houston']
Please login to continue.