Esri / Esri/crowdsource-reporter-scripts
Enrich is currently query all features which can really slow when there are many rows in the layer
Open
- Dominant language
- Python
- Stars
- 13
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.