-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed issues with postcode multiple entries and a few edge cases for …
…location names.
- Loading branch information
1 parent
994395b
commit b9199ab
Showing
8 changed files
with
211 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
{ | ||
"results": [ | ||
{ | ||
"addressLine": "ROYAL MAIL, 20, DONEGALL QUAY, BELFAST, BT1 1AA", | ||
"subBuildingName": "ROYAL MAIL", | ||
"buildingNumber": "20", | ||
"street": "DONEGALL QUAY", | ||
"town": "BELFAST", | ||
"administrativeArea": "BELFAST", | ||
"historicCounty": "COUNTY ANTRIM", | ||
"ceremonialCounty": "COUNTY ANTRIM", | ||
"postcode": "BT1 1AA", | ||
"country": "NORTHERN IRELAND", | ||
"xCoordinate": 146778, | ||
"yCoordinate": 530104, | ||
"uprn": "185870402", | ||
"match": "1", | ||
"matchDescription": "EXACT", | ||
"language": "EN" | ||
}, | ||
{ | ||
"addressLine": "ROYAL MAIL, 20, DONEGALL QUAY, BELFAST, BT1 1AA", | ||
"subBuildingName": "ROYAL MAIL", | ||
"buildingNumber": "20", | ||
"street": "DONEGALL QUAY", | ||
"town": "BELFAST", | ||
"administrativeArea": "BELFAST", | ||
"historicCounty": "COUNTY ANTRIM", | ||
"ceremonialCounty": "COUNTY ANTRIM", | ||
"postcode": "BT1 1AA", | ||
"country": "NORTHERN IRELAND", | ||
"xCoordinate": 146778, | ||
"yCoordinate": 530104, | ||
"uprn": "185870402", | ||
"match": "1", | ||
"matchDescription": "EXACT", | ||
"language": "EN" | ||
}, | ||
{ | ||
"addressLine": "24, MACNEAN PARK, BELCOO EAST***", | ||
"buildingNumber": "24", | ||
"street": "MACNEAN PARK", | ||
"locality": "BELCOO", | ||
"town": "ENNISKILLEN", | ||
"administrativeArea": "FERMANAGH AND OMAGH", | ||
"historicCounty": "COUNTY FERMANAGH", | ||
"ceremonialCounty": "COUNTY FERMANAGH", | ||
"postcode": "BT93 5EZ", | ||
"country": "NORTHERN IRELAND", | ||
"xCoordinate": 18204, | ||
"yCoordinate": 505047, | ||
"uprn": "185718202", | ||
"match": "1", | ||
"matchDescription": "EXACT", | ||
"language": "EN" | ||
}, | ||
{ | ||
"addressLine": "47, ELAINE STREET, BELFAST, BT9 5AR", | ||
"buildingNumber": "47", | ||
"street": "ELAINE STREET", | ||
"town": "BELFAST", | ||
"administrativeArea": "BELFAST", | ||
"historicCounty": "COUNTY ANTRIM", | ||
"ceremonialCounty": "COUNTY ANTRIM", | ||
"postcode": "BT9 5AR", | ||
"country": "NORTHERN IRELAND", | ||
"xCoordinate": 145927, | ||
"yCoordinate": 527774, | ||
"uprn": "185070987", | ||
"match": "1", | ||
"matchDescription": "EXACT", | ||
"language": "EN" | ||
}, | ||
{ | ||
"addressLine": "***", | ||
"buildingNumber": "70", | ||
"street": "CLIFTONVILLE ROAD", | ||
"town": "BELFAST", | ||
"administrativeArea": "BELFAST", | ||
"historicCounty": "COUNTY ANTRIM", | ||
"ceremonialCounty": "COUNTY ANTRIM", | ||
"postcode": "BT14 6JZ", | ||
"country": "NORTHERN IRELAND", | ||
"xCoordinate": 145561, | ||
"yCoordinate": 531625, | ||
"uprn": "185759380", | ||
"match": "1", | ||
"matchDescription": "EXACT", | ||
"language": "EN" | ||
}, | ||
{ | ||
"addressLine": "1 HARTINGTON COURT, HARTINGTON ROAD, LONDON, W4 3TT", | ||
"buildingName": "1 HARTINGTON COURT", | ||
"street": "HARTINGTON ROAD", | ||
"town": "LONDON", | ||
"administrativeArea": "HOUNSLOW", | ||
"historicCounty": "MIDDLESEX", | ||
"ceremonialCounty": "GREATER LONDON", | ||
"postcode": "W4 3TT", | ||
"country": "ENGLAND", | ||
"xCoordinate": 519925, | ||
"yCoordinate": 177202, | ||
"uprn": "100021585737", | ||
"match": "1", | ||
"matchDescription": "EXACT", | ||
"language": "EN" | ||
}, | ||
{ | ||
"addressLine": "13 GARTH COURT, ELLESMERE ROAD, LONDON, W4 4QL", | ||
"buildingName": "13 GARTH COURT", | ||
"street": "ELLESMERE ROAD", | ||
"town": "LONDON", | ||
"administrativeArea": "HOUNSLOW", | ||
"historicCounty": "MIDDLESEX", | ||
"ceremonialCounty": "GREATER LONDON", | ||
"postcode": "W4 4QL", | ||
"country": "ENGLAND", | ||
"xCoordinate": 520534, | ||
"yCoordinate": 177980, | ||
"uprn": "100023491749", | ||
"match": "1", | ||
"matchDescription": "EXACT", | ||
"language": "EN" | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters