Skip to content

Commit 2654bbb

Browse files
dr5hnclaude
andauthored
feat(postcodes/GF): add French Guiana major-commune postcodes (#1039) (#1421)
Adds 3 well-known commune codes: 97300 Cayenne (capital) 97310 Kourou (Centre Spatial Guyanais) 97320 Saint-Laurent-du-Maroni GF has no state-level subdivisions in this dataset, so postcodes are country-only. ~22 communes total in the 973## range; shipping the 3 largest as a high-confidence starter set. Refs: #1039 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 328037e commit 2654bbb

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

contributions/postcodes/GF.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[
2+
{
3+
"code": "97300",
4+
"country_id": 76,
5+
"country_code": "GF",
6+
"locality_name": "Cayenne",
7+
"type": "full",
8+
"source": "manual"
9+
},
10+
{
11+
"code": "97310",
12+
"country_id": 76,
13+
"country_code": "GF",
14+
"locality_name": "Kourou",
15+
"type": "full",
16+
"source": "manual"
17+
},
18+
{
19+
"code": "97320",
20+
"country_id": 76,
21+
"country_code": "GF",
22+
"locality_name": "Saint-Laurent-du-Maroni",
23+
"type": "full",
24+
"source": "manual"
25+
}
26+
]

0 commit comments

Comments
 (0)