How may I use a spatial selection to populate fields in another layer via model builder

214
0
08-06-2020 09:12 AM
BryanPrice
New Contributor III

Using Model Builder (which I will later convert to Python) which tools should I use ...

I want to do this process multiple times with many district type polygons that I already have (like Fire , Police, EMS, Senate, House, Commissioner etc...)OK so to make this simple lets concentrate on  2 polygon layers (1) Owner_Parcels and (2) City_Council_Districts. I wish to create an addtional table , lets call it Associated_Districts which will have feilds for the various district types above. I will link Associated_Districts via field Parcel ID to the Owner_Parcels feature dataset. 

   This is my current manual process thinking

  • Spatially Select Owner_Parcels by using City_Council_Districts (deffinition queried to show only district 1) where centroid of Owner_Parcel is within City_Council_Dist
  • Once only District 1 is selected, perform Field Calculate to populate D1 into a field CCDist of table Associated_Districts 
  • Perform setps over & over again
0 Kudos
0 Replies