0

I have lots of building polygons in my parcels. Each with individual attributes. I want to select for each parcel the building polygon with the highest value from one field. How can I accomplish this in ArcGIS Desktop.

enter image description here

aldec
  • 53
  • 1
  • 6
  • Sort by that column and https://gis.stackexchange.com/questions/200150/auto-incrementing-field-based-on-groups-within-feature-class/200154#200154 – FelixIP Feb 10 '18 at 18:51
  • I'm not exactly sure what this is doing, but it is not working. For better understanding: I have layer 1 with my parcels and layer 2 with my buildings. For each parcel in layer 1 I want to select the building from layer 2 with the max value of field z of all the polygons in that specific parcel. – aldec Feb 11 '18 at 10:28

1 Answers1

0

Simplified solution, because you did not understand one in comments.

INPUTS: enter image description here enter image description here

Sort houses using "VALUE" in descending order and delete identical using PARC_ID".

OUTPUT: enter image description here

FelixIP
  • 22,922
  • 3
  • 29
  • 61