2

enter image description hereI am trying to create a tool using ModelBuilder that takes a table of XY data, creates buffers of 1 mile and 0.5 miles around a polygon, selects the XY data that is inside the mile buffer, and copy's the features to a new feature class.

I know I have the correct workflow set up, but when I run the tool I keep getting an error at the Select By Location tool. I'm using the default geodatabase while I'm testing this out. I've tried writing to just a regular folder as well with no dice.

Ultimately my final layers will need to show the half-mile buffer, the mile buffer, and the subset wells.

"ERROR 000229: Cannot open C:*****\ArcGIS\Default1.gdb\CopyFeatures3 Failed to execute (Select Layer By Location)."

It would save me a ton of time if I could get this to work.

Link to the picture: https://www.dropbox.com/s/06t35zpdck56qmw/Untitled.jpg?dl=0

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Feb 28, 2017 at 18:23
6
  • Please use the Picture button to include your picture within your question. Commented Feb 28, 2017 at 20:00
  • imgur will not let me add it Commented Feb 28, 2017 at 20:46
  • I see - meta.stackexchange.com/q/291672/215590 - make sure you switch it when you can because I know that I am one potential answerer who will not visit dropboxes for pictures, data or code. Commented Feb 28, 2017 at 20:53
  • 3
    Try inserting a Make Feature Layer between Copy Features (2) and Select Layer by Location Commented Mar 1, 2017 at 12:04
  • 2
    Select Layer By Location expects layers as inputs and it looks like you are providing feature classes. Have you tried adding Make Feature Layer tools in between? Commented Mar 1, 2017 at 12:05

1 Answer 1

3

I would try adding Make Feature Layer prior to Select By Location since the tool expects a feature layer and not a feature class. Or make sure all feature classes are added to the map.

You dont need to buffer the polygons since Select By Location have the parameter Search Distance (unless you in fact want to save the buffered polygons).

Model below worked for me. I use the For Iterator to select twice with different search distances and output two feature classes.

enter image description here

answered Mar 1, 2017 at 14:55

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.