Skip to content

Update any edit_features()/query() call to ONLY retrieve/send edits for needed attributes #68

Description

@cosbyr

Current calls are retrieving/sending ALL of the attributes and increasing the amount of data sent back and forth to service.

Use this pattern

features = fl.query(where_clause, out_fields = [list of needed fields for attribute changes])
for feature in features:
     feature.set_value("necessary field", "updated value")
fl.edit_features(updates=features)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions