bcgov / ols-geocoder

Physical Address Geocoder
Apache License 2.0
10 stars 6 forks source link

In address match results, fault values and unmatched siteNames are sometimes abbreviated #190

Open mraross opened 3 years ago

mraross commented 3 years ago

Given the following address: UNIT 1 LYNN VALLEY CARE CENTRE -- 1070 Lynn Valley Rd, District of North Vancouver, BC

The geocoder will return:

UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC

The siteName is incorrectly abbreviated. It is unknown and if it were known this doesn't happen. See request

Given the following:

1175 Douglas St, Oak Bay, BC

the geocoder will return the correct match but the fault value for locality.isAlias will have a value of Ok Bay. See request

alixcote commented 6 months ago

The full name is spelled out in the data prep step. Next step would be to see if we want to add this to 4.5 for further investigation.