1

I am using ModelBuilder to batch project multiple (site) specific geodatabases' contents then "Merge" like components into a single geodatabase.

I have up to eight FCs for each site (e.g. parcels, easements) and 21 sites. Say for parcels I have 21 parcels connected to the batch project.

How can I then add the "Merge tool" to the processing?

I can't actually add the 21 parcels since the reprojections do not yet exist.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked May 11, 2015 at 23:57
5
  • Are you reprojecting within the model? If so, you may source the in-memory output variables of the project tool as the input layers for the merge tool. Commented May 12, 2015 at 1:00
  • That sounds good. How? Commented May 12, 2015 at 15:23
  • In simplest terms try the following; 1. add in 21 project tools, 2. define the input and output for the 21 tools, 3. Add in the merge tool and source all the project tool outputs as the input for the merge tool. Commented May 12, 2015 at 17:06
  • Thank you. I had another advice source and went with iterating on feature class: project then append. Commented May 12, 2015 at 20:27
  • It sounds like you may have found your solution. Assuming so, perhaps you or @artwork21 could write up a short (few sentences/steps) answer. Commented May 15, 2015 at 2:58

1 Answer 1

2

As I stated in my comment one solution is:

  1. Add in 21 project tools into MOdelBuilder
  2. Define the input and output for the 21 tools
  3. Add in the merge tool and source all the project tool outputs as the input for the merge tool

Or, the work around you noted:

  1. Add in the feature class iterater and run fc through the Project tool
  2. Reference output object of project tool into Append tool
answered May 15, 2015 at 13:01
1
  • @Chuckadillus both approaches will work, just wanted to say I think the second approach would be the quickest model to knock out rather than dragging 21 tools into model builder and setting each one.. Commented May 15, 2015 at 16:43

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.