Skip to content

Commit b6944fc

Browse files
dr5hnclaude
andcommitted
fix(postcodes/CA): null bogus 90/0 coords on H0H (Santa Claus FSA)
H0H is a real Canadian FSA reserved by Canada Post for letters to Santa Claus at the North Pole. The source dataset has no real lat/lng for it; the importer fell through to (90, 0) which trips the geo- bounds validator. Null the coordinates instead of dropping the row, so the FSA stays queryable. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c9fe192 commit b6944fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contributions/postcodes/CA.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4446,8 +4446,8 @@
44464446
"state_id": 873,
44474447
"state_code": "QC",
44484448
"locality_name": "Reserved (Santa Claus)",
4449-
"latitude": "90",
4450-
"longitude": "0",
4449+
"latitude": null,
4450+
"longitude": null,
44514451
"type": "fsa",
44524452
"source": "statscan-fsa-via-inkjet"
44534453
},

0 commit comments

Comments
 (0)