-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
715 changed files
with
1,420,965 additions
and
0 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,268 @@ | ||
{ | ||
"_meta": { | ||
"version": "2.4.2", | ||
"generated": "2024-09-16T15:06:26.546Z", | ||
"url": "https://raw.githubusercontent.com/facebook/rapid/main/dist/data/address_formats.json", | ||
"hash": "82da1c8a121e5a4be3c9924627b670ff" | ||
}, | ||
"addressFormats": [ | ||
{ | ||
"format": [ | ||
["housenumber", "street"], | ||
["city", "postcode"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["au"], | ||
"format": [ | ||
["unit","housenumber", "street"], | ||
["suburb", "state", "postcode"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["id"], | ||
"format": [ | ||
["unit", "housename"], | ||
["street", "housenumber", "neighbourhood"], | ||
["subdistrict", "district"], | ||
["city", "province", "postcode"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["gb"], | ||
"format": [ | ||
["housename"], | ||
["housenumber", "street"], | ||
["city", "postcode"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["ie"], | ||
"format": [ | ||
["housename"], | ||
["housenumber", "street"], | ||
["city"], | ||
["postcode"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["at", "bg", "ch", "de", "si", "pl"], | ||
"format": [ | ||
["street", "housenumber"], | ||
["postcode", "city"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": [ | ||
"ad", "ba", "be", "cz", "dk", "es", "fi", "gr", "hr", "is", | ||
"it", "li", "nl", "no", "pt", "se", "sk", "sm", "va" | ||
], | ||
"format": [ | ||
["street", "housenumber", "unit"], | ||
["postcode", "city"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["fr", "lu", "mo"], | ||
"format": [ | ||
["housenumber", "street"], | ||
["postcode", "city"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["nz"], | ||
"format": [ | ||
["housenumber", "street"], | ||
["suburb"], | ||
["city", "postcode"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["br"], | ||
"format": [ | ||
["street"], | ||
["housenumber", "suburb"], | ||
["city", "postcode"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["vn"], | ||
"format": [ | ||
["housenumber", "street"], | ||
["subdistrict"], | ||
["district"], | ||
["city"], | ||
["province", "postcode"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["ca"], | ||
"format": [ | ||
["housenumber", "street", "unit"], | ||
["city", "province", "postcode"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["us"], | ||
"format": [ | ||
["housenumber", "street", "unit"], | ||
["city", "state", "postcode"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["tw"], | ||
"format": [ | ||
["postcode", "city", "district"], | ||
["place", "street"], | ||
["housenumber", "floor", "unit"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["jp"], | ||
"format": [ | ||
["postcode", "province", "county"], | ||
["city", "suburb"], | ||
["quarter", "neighbourhood"], | ||
["block_number", "housenumber"] | ||
], | ||
"dropdowns": [ | ||
"postcode", "province", "county", "city", "suburb", | ||
"quarter", "neighbourhood", "block_number" | ||
], | ||
"widths": { | ||
"postcode": 0.3, | ||
"province": 0.35, | ||
"county": 0.35, | ||
"city": 0.65, | ||
"suburb": 0.35, | ||
"quarter": 0.5, | ||
"neighbourhood": 0.5, | ||
"block_number": 0.5, | ||
"housenumber": 0.5 | ||
} | ||
}, | ||
{ | ||
"countryCodes": ["kr"], | ||
"format": [ | ||
["province", "city", "district"], | ||
["street", "housenumber", "unit"], | ||
["postcode"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["tr"], | ||
"format": [ | ||
["neighbourhood"], | ||
["street", "housenumber"], | ||
["postcode", "district", "city"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["ua"], | ||
"format": [ | ||
["housenumber", "postcode"], | ||
["street"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["cn"], | ||
"format": [ | ||
["postcode", "province"], | ||
["city", "district"], | ||
["street", "housenumber"] | ||
], | ||
"widths": { | ||
"postcode": 0.3, | ||
"province": 0.7, | ||
"city": 0.5, | ||
"district": 0.5, | ||
"street": 0.7, | ||
"housenumber": 0.3 | ||
} | ||
}, | ||
{ | ||
"countryCodes": ["bo"], | ||
"format": [ | ||
["street", "housenumber"], | ||
["neighbourhood", "city"] | ||
], | ||
"widths": { | ||
"street": 0.7, | ||
"housenumber": 0.3, | ||
"neighbourhood": 0.5, | ||
"city": 0.5 | ||
} | ||
}, | ||
{ | ||
"countryCodes": ["pe"], | ||
"format": [ | ||
["street", "housenumber"], | ||
["neighbourhood"], | ||
["city", "state", "postcode"] | ||
], | ||
"dropdowns": [ | ||
"street", "neighbourhood", "city", "state", "postcode" | ||
], | ||
"widths": { | ||
"street": 0.7, | ||
"housenumber": 0.3, | ||
"city": 0.4, | ||
"state": 0.4, | ||
"postcode": 0.2 | ||
} | ||
}, | ||
{ | ||
"countryCodes": ["mx"], | ||
"format": [ | ||
["street", "housenumber"], | ||
["neighbourhood"], | ||
["postcode", "city", "state"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["lv"], | ||
"format": [ | ||
["street", "housenumber"], | ||
["housename", "subdistrict"], | ||
["district", "city", "postcode"] | ||
], | ||
"dropdowns": [ | ||
"street", "city", "subdistrict", "district", "postcode" | ||
], | ||
"widths": { | ||
"street": 0.7, | ||
"housenumber": 0.3, | ||
"housename": 0.4, | ||
"subdistrict": 0.6, | ||
"district": 0.4, | ||
"city": 0.4, | ||
"postcode": 0.2 | ||
} | ||
}, | ||
{ | ||
"countryCodes": ["in"], | ||
"format": [ | ||
["housenumber", "street"], | ||
["city", "postcode"], | ||
["district"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["ph"], | ||
"format": [ | ||
["unit", "housename", "housenumber", "street"], | ||
["neighbourhood", "district", "city"], | ||
["postcode", "province"] | ||
] | ||
}, | ||
{ | ||
"countryCodes": ["th"], | ||
"format": [ | ||
["housenumber", "place"], | ||
["street"], | ||
["subdistrict", "district"], | ||
["province", "postcode"] | ||
] | ||
} | ||
] | ||
} |
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 @@ | ||
{"_meta":{"version":"2.4.2","generated":"2024-09-16T15:06:26.546Z","url":"https://raw.githubusercontent.com/facebook/rapid/main/dist/data/address_formats.json","hash":"82da1c8a121e5a4be3c9924627b670ff"},"addressFormats":[{"format":[["housenumber","street"],["city","postcode"]]},{"countryCodes":["au"],"format":[["unit","housenumber","street"],["suburb","state","postcode"]]},{"countryCodes":["id"],"format":[["unit","housename"],["street","housenumber","neighbourhood"],["subdistrict","district"],["city","province","postcode"]]},{"countryCodes":["gb"],"format":[["housename"],["housenumber","street"],["city","postcode"]]},{"countryCodes":["ie"],"format":[["housename"],["housenumber","street"],["city"],["postcode"]]},{"countryCodes":["at","bg","ch","de","si","pl"],"format":[["street","housenumber"],["postcode","city"]]},{"countryCodes":["ad","ba","be","cz","dk","es","fi","gr","hr","is","it","li","nl","no","pt","se","sk","sm","va"],"format":[["street","housenumber","unit"],["postcode","city"]]},{"countryCodes":["fr","lu","mo"],"format":[["housenumber","street"],["postcode","city"]]},{"countryCodes":["nz"],"format":[["housenumber","street"],["suburb"],["city","postcode"]]},{"countryCodes":["br"],"format":[["street"],["housenumber","suburb"],["city","postcode"]]},{"countryCodes":["vn"],"format":[["housenumber","street"],["subdistrict"],["district"],["city"],["province","postcode"]]},{"countryCodes":["ca"],"format":[["housenumber","street","unit"],["city","province","postcode"]]},{"countryCodes":["us"],"format":[["housenumber","street","unit"],["city","state","postcode"]]},{"countryCodes":["tw"],"format":[["postcode","city","district"],["place","street"],["housenumber","floor","unit"]]},{"countryCodes":["jp"],"format":[["postcode","province","county"],["city","suburb"],["quarter","neighbourhood"],["block_number","housenumber"]],"dropdowns":["postcode","province","county","city","suburb","quarter","neighbourhood","block_number"],"widths":{"postcode":0.3,"province":0.35,"county":0.35,"city":0.65,"suburb":0.35,"quarter":0.5,"neighbourhood":0.5,"block_number":0.5,"housenumber":0.5}},{"countryCodes":["kr"],"format":[["province","city","district"],["street","housenumber","unit"],["postcode"]]},{"countryCodes":["tr"],"format":[["neighbourhood"],["street","housenumber"],["postcode","district","city"]]},{"countryCodes":["ua"],"format":[["housenumber","postcode"],["street"]]},{"countryCodes":["cn"],"format":[["postcode","province"],["city","district"],["street","housenumber"]],"widths":{"postcode":0.3,"province":0.7,"city":0.5,"district":0.5,"street":0.7,"housenumber":0.3}},{"countryCodes":["bo"],"format":[["street","housenumber"],["neighbourhood","city"]],"widths":{"street":0.7,"housenumber":0.3,"neighbourhood":0.5,"city":0.5}},{"countryCodes":["pe"],"format":[["street","housenumber"],["neighbourhood"],["city","state","postcode"]],"dropdowns":["street","neighbourhood","city","state","postcode"],"widths":{"street":0.7,"housenumber":0.3,"city":0.4,"state":0.4,"postcode":0.2}},{"countryCodes":["mx"],"format":[["street","housenumber"],["neighbourhood"],["postcode","city","state"]]},{"countryCodes":["lv"],"format":[["street","housenumber"],["housename","subdistrict"],["district","city","postcode"]],"dropdowns":["street","city","subdistrict","district","postcode"],"widths":{"street":0.7,"housenumber":0.3,"housename":0.4,"subdistrict":0.6,"district":0.4,"city":0.4,"postcode":0.2}},{"countryCodes":["in"],"format":[["housenumber","street"],["city","postcode"],["district"]]},{"countryCodes":["ph"],"format":[["unit","housename","housenumber","street"],["neighbourhood","district","city"],["postcode","province"]]},{"countryCodes":["th"],"format":[["housenumber","place"],["street"],["subdistrict","district"],["province","postcode"]]}]} |
Oops, something went wrong.