I wonder if there is a tool (or a couple of tools in a model) I can use to accomplish this or if I need to write a python script...
this is what I need to do: I have parcels and I have zones from a masterplan. The parcels are sometimes not completely in one zone but has for example a small share in A1 and a bigger share in Z2. I want to write Z2 (the zone of the bigger share) into my parcel layer. With Tabulate Intersection I managed to write the area per share into a table together with the UPI for example. From this table I would like to remove duplicates on the UPI while keeping the bigger area and then I could join the zone back to the parcel. But how could I identify the bigger area to be kept (automatically)?
Thanks for your thoughts!