Skip to content

Enrich is currently query all features which can really slow when there are many rows in the layer #75

Description

@chris-fox

Should investigate if we can just query features whose field to be enriched is null.

def enrich_layer(source, target, settings):
    wkid = target.properties.extent.spatialReference.wkid

    # Query for target features
    rows = _get_features(target, """{} is null""".format(settings['target']), return_geometry=True)

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