Select to view content in your preferred language

Extract New Features?

708
2
Jump to solution
04-02-2014 10:04 AM
MadisonDixon
Deactivated User
I receive an updated shapefile each week that includes a comprehensive set of lines.  I need to learn how to extract ONLY the "new"/additional lines each week.

New Shapefile lines - Old Shapefile lines = SHAPEFILE OF LINES I NEED!

Can someone please help identify the proper tool/procedure in order to accomplish this?
0 Kudos
1 Solution

Accepted Solutions
markdenil
Frequent Contributor
Select Layer By Location
with an overlap type of ARE_IDENTICAL_TO
Will get the old ones.
reverse the selection for the new ones

View solution in original post

0 Kudos
2 Replies
markdenil
Frequent Contributor
Select Layer By Location
with an overlap type of ARE_IDENTICAL_TO
Will get the old ones.
reverse the selection for the new ones
0 Kudos
MadisonDixon
Deactivated User
Thank you!
0 Kudos