bcgov / bcgov/ols-geocoder

Addresses with STN receive LOCALITY MISSING fault

Open
#170 4 comments 0 reactions 1 assignee Claimed by @bstratto View on GitHub
api enhancement geocoder geocoder parser low priority priority review needed silver snapshot
Dominant language
Java
Stars
17
Forks
7
Avg merge
10h 2m
Merged PRs (30d)
15

Description

In Geocoder 4.1, addresses with the abbreviation STN (sometimes used to mean postal station) appear to receive a penalty of LOCALITY.missing even though the locality is present.

Example:
Address: 33224 FARRANT CRES GD STN, ABBOTSFORD, BC
4.1: 33224 Farrant Cres, Abbotsford, BC
Score: 89, Pecision: 100
Faults:
"/PJ" POSTAL_ADDRESS_ELEMENT.notAllowed 1
"" LOCALITY.missing 10

Address: 2083 CLEARBROOK RD STN, ABBOTSFORD, BC
4.1: 2083 Clearbrook Rd, Abbotsford, BC
Score: 89 Precision: 99
Faults:
"/PJ" POSTAL_ADDRESS_ELEMENT.notAllowed 1
"" LOCALITY.missing 10

Address: 3191 GOLDFINCH ST STN, ABBOTSFORD, BC
4.1: 3191 Goldfinch St, Abbotsford, BC
Score: 89 Precision: 100
Faults:
"/PJ" POSTAL_ADDRESS_ELEMENT.notAllowed 1
"" LOCALITY.missing 10

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.