I am trying to join information from a table to information from a feature class based on "approximate area". I have drawn (on-the-fly) building footprints, multiple footprints per parcel. I have "structures" from a data base report. The total square footage of the structures from the report is a measurement. The square footage will not match exactly but I thought I could match them based on a sort in descending order. For example for parcel 01-12345-123 there are 4 structures in the database #1 = 400 sq ft, #2 = 600 sq ft, #3 = 3500 sq ft and #4 = 1000 sq ft. In building footprints I have 4 structures that have the following sq footage. 1010, 3505, 585, 398. Can someone suggest a python script that would allow me to join each record based on parcel number, and also the approximate square footage, OR join by parcel number and rank order square footage?
أكثر...
أكثر...