feat(postcodes/GI): add Gibraltar postcode (#1039)#1408
Merged
Conversation
Adds Gibraltar's single national postcode "GX11 1AA". Country-only (no state-level subdivisions in this dataset). Gibraltar uses a single fixed postcode for the entire territory, formerly under the UK PO box system; the GX11 1AA code was assigned in 2008 when Gibraltar joined the UK postcode address file. Validated: - 1 record passes schema rules - country_id 84 / country_code "GI" agree - code "GX11 1AA" matches countries.postal_code_regex - state_id correctly null Refs: #1039 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
CSC Validation ReportPR Format
Labels applied: Schema Validation (1 records)✅ All records passed validation Cross-Reference Validation✅ 1 reference(s) verified ✅ All checks passed | Status: Ready for review |
There was a problem hiding this comment.
Pull request overview
Adds Gibraltar’s country-scoped postcode entry to the postcodes contributions dataset, following the same “single national postcode” pattern used for Monaco and Vatican City.
Changes:
- Added
contributions/postcodes/GI.jsonwith Gibraltar’s national postcodeGX11 1AA. - Included minimal required fields (
code,country_id,country_code) plus optional metadata (locality_name,type,source).
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Gibraltar's single national postcode GX11 1AA. Country-only (Gibraltar has no state-level subdivisions in this dataset; same shape as Monaco #1402 / Vatican #1406).
Gibraltar uses one fixed postcode assigned in 2008 when it joined the UK postcode address file.
Validation
country_id: 84/country_code: "GI"agreecountries.postal_code_regex(GX11 1AA)state_idcorrectly nullRefs: #1039