2

I’m trying to create a model so I can iterate through some feature classes in my gdb. I remember doing it one time while working on wetlands with the US states, where I used the state boundary shape file and the select by attributes tool.

How do I connect the Select by attributes tool to the Iterate Model to enable me select the feature classes I want to use a geoprocessing tool on?

I created a shapefile (utilities) with the list of selections with the names matching the feature classes in the gdb.

enter image description here

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Jan 23, 2020 at 15:23

1 Answer 1

1

You need to connect the output "anomaly" to a make feature layer tool that becomes the input to the select layer by attribute tool. You need to do this because that tool takes as input a feature layer the output of the iterator is a feature class which is a very different type of object.

answered Jan 23, 2020 at 18:27

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.