0

I have a shapefile of lakes with lots of polygons. The features I am interested in are only big lakes.

Is there any way to subset only the polygons I am interested in from the shapefile using ArcMap?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Dec 12, 2013 at 3:21
0

1 Answer 1

2

You can use the Select (Analysis) tool which:

Extracts features from an input feature class or input feature layer, typically using a select or Structured Query Language (SQL) expression and stores them in an output feature class.

For your SQL expression use something like "Shape_Area" >= 10000 (or whatever threshold value you want to use)

answered Dec 12, 2013 at 3:32
0

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.