1

I developed this model to perform multiple service area analyis. As you can see, in the final step I want to extract only the developed service polygons from the model and save them separatedly to work with. I do this by selecting only the polygons data and then copy these polygons to my disk.

For some reason I'm only ably to extract and copy the last developed service polygon, while I need all different service polygons for my further analysis. I tested my model and it works perfectly, untill this last step of extracting and copying the needed polygons. I do not know how I can adjust my model to extract and save each service polygon individually. In my previous models this problem was solved by using the percentage (%) symbols, but this doesn't seem to work here.

Is there an obvious thing I'm missing here?

enter image description here

Vince
20.5k16 gold badges49 silver badges65 bronze badges
asked Jan 16, 2020 at 10:26

1 Answer 1

2

What have you set the output of the copy features tool to be? You need to make it a unique value on each iteration, otherwise you simply end up overwriting the output.

You typically get the value out of the iterator. So I would expect to see the output featureclass to be something like:

c:\temp\servicearea_%Name%.shp

%Name% is coming from the iterator and will be a unique value.

answered Jan 16, 2020 at 11:22
1
  • 2
    Ah that indeed did the trick Hornbydd! Thanks for the solution! Commented Jan 16, 2020 at 11: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.