Hello,
I'm wondering if anyone here has attempted to setup an automated script that runs feature on feature checks on multiple different layers. Is this even possible? I just need a way to automatically run this and use those outputs to publish to map viewers for other users to look through.
For context, my organization is looking into utility network but we first need to get all of our data clean (points where lines break, everything snapped, etc)
Hey @TristanBest
If I'm understanding you correctly, this would be more of a QA script to ensure everything is in the right place and formatted correctly. If so, this is possible using Arcpy or ArcGIS API for Python, but I feel you'd have more luck using Arcpy.
Could you detail your project a little more? I may be able to point you in the right direction!
Cody
Cody,
Thanks for the help!
I'm wanting to write a script where I can automatically run the feature on feature data reviewer tool. It's not in the toolbox, only available through the Data Reviewer tab on Pro.
This is to help QC our water and wastewater data. So making sure all the water mains have point features where the lines break, everything is snapped properly.
My biggest need is just knowing if this is something that can be ran automatically through a script, and how to do that.