bcgov / bcgov/ols-geocoder

Presence of “, BC” in input string affects standardization choices by the Geocoder

Open
#229 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
17
Forks
7
Avg merge
10h 2m
Merged PRs (30d)
15

Description

NOTE: this is an isolated case.

In the address below, when the address is provided with “, BC” at the end, the Geocoder standardizes to an address that is different than when “, BC” is removed.

**addressString: 201 36 W 1, NORTH VANCOUVER, BC**
Geocodes to: UNIT 201 -- 36W Trans-Canada Hwy, West Vancouver, BC
Score: 90
Faults: [UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1, STREET_NAME.isHighwayAlias:0, STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.missing:6, STREET_TYPE.notSuffix:0, CIVIC_NUMBER_SUFFIX.notMatched:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]

**addressString: 201 36 W 1, NORTH VANCOUVER**
Geocodes to: UNIT 201 -- 36 W 1st Ave, Vancouver, BC
Score: 88
Faults: [LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, PROVINCE.missing:1]

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.