UN/Locode translator. Short location name to full location names.
3.4K
United Nations Code for Trade and Transport Location UN/Locode
Contaner translate location code to name and back. If multiple location codes is found they can be selected by adding country. In some cases a coordinates to the location is avaiable and those coordinates is translated to long/lat working with maps
docker run --rm --env name=yngsjö --env country=se klaspihl/unlocode
{
"Location": "YNG",
"LocatioName": "Yngsjö",
"Country": "SE",
"CountryName": "Sweden",
"Coordinates": "+55.88,+14.22"
}
docker run --rm --env location=yng --env country=se klaspihl/unlocode
Maintained by: GitHub.com/klaspihl
Requests or help GitHub Issue
Content type
Image
Digest
sha256:5f4d5ce66…
Size
6 MB
Last updated
7 days ago
docker pull klaspihl/unlocode