0

I am using ArcMap 10.8.2.

I'm working on a GIS update for a local municipality. They've asked that I only send them back data that I've added or changed.

It seems the easiest way for me to do this would be to isolate out everything that I've tagged as edited by "me", and split it out to a separate file geoDB to send back to the client.

However, I'm having trouble making that work. If I try to select by attributes, I have to select one layer (feature class) at a time, which would take forever, since there are a LOT of layers in this project.

How can I set up a query to do this or is there an easier way to separate out a subset of data across multiple classes, so I can send it to my client?

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Aug 10, 2022 at 18:45

1 Answer 1

3

You can build a model (see What is ModelBuilder?) with an Iterate Feature Classes iterator which:

Iterates over feature classes in a Workspace or Feature Dataset.

followed by Select which:

Extracts features from an input feature class or input feature layer, typically using a select or Structured Query Language (SQL) expression and stores them in an output feature class.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
answered Aug 10, 2022 at 19:12

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.