Select to view content in your preferred language

Parcel geocoder that references PIN and owner name

98
3
a week ago
AaronManuel2
Regular Contributor

Hey all, I feel like I'm missing something obvious here but I can't figure out how to make a parcel role geocoder that searches both PIN and owner name.

I have a parcel feature that has the attributes most parcel features do - property owner, address, mailing address, etc.

How do I setup the field mapping so I can return results from both the owner name field and PIN field? It will only return whatever is mapped to Parcel Name. I'm sure I could make two parcel locators, and then create a composite on top but that seems a bit convoluted for something that seems like a simple problem.

Whats the most efficient way to do this? Thanks!

Tags (2)
0 Kudos
3 Replies
AaronManuel2
Regular Contributor

Now that I think about, I guess I could use the Parcel Role for PIN, and then use POI or some other role for owner name? 

0 Kudos
MichaelVolz
Esteemed Contributor

Is your input data composed of records that would have either PIN or Owner?

Would you want PIN to have higher priority to matching than Owner if a record has both attributes?

0 Kudos
AaronManuel2
Regular Contributor

Hello Michael,

All the records have both a PIN and owner field. It would be either/or depending on how the end user wants to search. But if I had to set PIN as priority that would be ok.

0 Kudos