1

I need some assistance for my workflow in ArcGIS ModelBuilder. I have two datasets:

  1. Points (unique ID field: "bldg_id")
  2. Parcels

I am trying to select Parcels within a certain distance (e.g., within 100 m) from the Points feature. There are several entities within the Points feature. The selected Parcels may sometimes overlap with each other for certain Points. I then want to output the selected Parcels into a new feature class.

My model has been successful up to a point, and I need assistance.

I am able to output each Parcels into a new shapefile based on the "bldg_id" field (%VALUE%) in the Points feature. In other words, if there are 10 unique "bldg_id" values, I get 10 unique parcel outputs called "Output_BldgID_%VALUE%." However, I want to merge all these individual outputs into one single output with a new field ID that identifies the corresponding BldgID (%VALUE%).

I am using the "MERGE" tool, but I don't know how to generate the unique field ID. My full dataset is several hundred points, so dealing with 100+ feature classes would be unwieldy. As a result, I want one single feature class. Any suggestions?

enter image description here

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Mar 13, 2016 at 4:48
1
  • Welcome to GIS SE! As a new user please take the Tour where you will see that there should be only one question asked per question. Commented Mar 13, 2016 at 7:04

1 Answer 1

1
answered Mar 13, 2016 at 23:22

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.