arcgis data reviewer: automating quality control in the ... › library › userconf › dev...2019...

22
Shankar Chandrasekaran ArcGIS Data Reviewer: Automating quality control in Data - Using Ready to Use Attribute Rules

Upload: others

Post on 30-May-2020

22 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Shankar Chandrasekaran

ArcGIS Data Reviewer: Automating quality control in Data- Using Ready to Use Attribute Rules

Page 2: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Agenda

• What is ArcGIS Data Reviewer?• Attribute Rules

- Overview- Types

• Ready To Use Rules- Overview- Demo –Manage Ready To Use Rules- Supported Checks- Demo – Editor

• Summary

Page 3: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

What is ArcGIS Data Reviewer?

• Provides- Rule-based automated validation- Semi-automated workflows- Track and report quality

Data quality management for ArcGIS platform

RepeatableWorkflow

Validate

Summarize Review

Page 4: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

What is ArcGIS Data Reviewer?

• Provides- Rule-based automated validation- Semi-automated workflows- Track and report quality

• ArcGIS Platform- Server- Desktop- Data Reviewer API

- JavaScript- ArcGIS Pro SDK for Microsoft .NET

- Web AppBuilder for ArcGIS

Data quality management for ArcGIS platform

Desktop

APIs

Apps

Portal

Page 5: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Attribute Rules - Overview

User defined rules for simple features using Arcade scripting

Ensures data quality during data collection and maintenance

Enforces data integrity

Defined in feature classes or tables

Supported across the ArcGIS platform

Page 6: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Attribute Rules - Types

Validation Calculation

ImmediateCalculation

BatchCalculation

Constraints

Page 7: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Attribute Rules - Types

ValidationCalculation

ImmediateCalculation

BatchCalculation

Constraints

Evaluated using validation service

Creates errors in error tables

Evaluation only on dirty features

Post – feature creation evaluation

Page 8: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Attribute Rules - Types

Validation

Immediate Calculation Batch Calculation

Constraints

Automatically populate attributesApplied on a field in a dataset

Evaluation order can be defined

Calculation

Evaluated during Edit operation Evaluated using Validation Service

Page 9: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Attribute Rules - Types

Validation Calculation

ImmediateCalculation

Batch Calculation

Constraints

Evaluated during Editing operation

Can configure user defined error message

Edits are rolled back on violation

Enhances editing experience

Page 10: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Ready To Use Rules - Overview

Easily Configurable Attribute Rules (no scripting required)

Templated Arcade scripts with parameters

Assess feature’s Integrity and geometric properties

Evaluate Spatial relationship across feature classes

Page 11: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Ready To Use Rules

• Supported as part of constraints• Triggered during

• Creation • Modification • Deletion of a feature

• Can be exported to another feature class or table

Constraint Evaluation

Page 12: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Shankar Chandrasekaran

Manage Ready To Use Rules - Demo

Page 13: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Ready To Use RulesDomainFinds attribute values that do not comply with coded value or range domains that are associated with an attribute field.

Query AttributesFinds features based on a query WHERE clause run against row attributes.

Duplicate VertexFinds vertices from the same feature that are collocated or within a specified tolerance of one another.

Supported Checks

• Supported as part of constraints• Assess

• Feature’s Integrity• Spatial relationships

CutbacksFinds segments where the angle between segments in a polygon or polyline is below a specified minimum value.

Polyline or Path Closes on SelfFinds paths or lines in polyline features that close themselves.

Feature on FeatureFinds features that have a specific relationship, either from two different feature layers or within the same feature layer.

MonotonicitySearches Z or M-enabled polylines for vertices that are not strictly increasing or decreasing in value or are trending based on specified conditions.

Page 14: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Ready To Use Rules

Evaluate Polygon Perimeter and AreaFinds polyline segments, parts, or features that have a line length within a specified tolerance.

• Supported as part of constraints• Assess

• Feature’s Integrity• Spatial relationships• Geometric properties like

Length, vertices, area or perimeter based on set rules

Evaluate Polyline LengthFinds polyline segments, parts or features that have a line length within a specified tolerance.

Evaluate Vertex CountFinds polyline or polygon features that have a vertex count within a specified tolerance.

Evaluate Part CountFinds features with a part count that is within a specified value.

Supported Checks

Page 15: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Shankar ChandrasekaranEditor - Demo

Page 16: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Summary

• Data Reviewer – A Quality Assurance platform• Configurable Attribute Rules – Constraints• Configurable Attribute Rules - Validations (coming soon..)

Page 17: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Want to learn more?

• Product page

www.esri.com/datareviewer

Page 18: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Want to learn more?

• Documentation- ArcGIS Pro

desktop.arcgis.com

Page 19: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Want to learn more?

• Documentation- ArcGIS Pro

• GeoNet (geonet.esri.com)- Data Reviewer place

Page 20: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Complete answersand select “Submit”

Scroll down to find the feedback section

Select the session you attended

Download the Esri Events app and find your event

Please Take Our Survey on the App

Page 21: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm

Questions

Page 22: ArcGIS Data Reviewer: Automating Quality Control in the ... › library › userconf › dev...2019 Esri Developer Summit Palm Springs -- Presentation, 2019 Esri Developer Summit Palm