get
A method that returns the value of the given field (specified by name) for this feature, not a Field
wrapper object:
>>> city.get('Population') 102121
get
A method that returns the value of the given field (specified by name) for this feature, not a Field
wrapper object:
>>> city.get('Population') 102121
Please login to continue.