{"id":19509630,"url":"https://github.com/raspi/finnishstreetdatabaseconverter","last_synced_at":"2026-05-12T12:02:34.557Z","repository":{"id":138159415,"uuid":"123803028","full_name":"raspi/FinnishStreetDatabaseConverter","owner":"raspi","description":"Finnish street database parser","archived":false,"fork":false,"pushed_at":"2018-10-01T00:13:22.000Z","size":423,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T22:46:32.746Z","etag":null,"topics":["converter","go","golang","json","parser"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raspi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-04T15:41:32.000Z","updated_at":"2021-06-22T20:47:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b993850-5069-4709-83dd-777af0f42b9e","html_url":"https://github.com/raspi/FinnishStreetDatabaseConverter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raspi/FinnishStreetDatabaseConverter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspi%2FFinnishStreetDatabaseConverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspi%2FFinnishStreetDatabaseConverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspi%2FFinnishStreetDatabaseConverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspi%2FFinnishStreetDatabaseConverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raspi","download_url":"https://codeload.github.com/raspi/FinnishStreetDatabaseConverter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspi%2FFinnishStreetDatabaseConverter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32938003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","go","golang","json","parser"],"created_at":"2024-11-10T23:12:42.273Z","updated_at":"2026-05-12T12:02:34.517Z","avatar_url":"https://github.com/raspi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Finnish street database converter\n\nConvert Finnish post office's (Posti) street database file (`BAF_yyyymmdd.dat`) to JSON.\n\n## Sources:\n* English: https://www.posti.fi/business/help-and-support/postal-code-services/postal-code-files.html\n* Finnish: https://www.posti.fi/yritysasiakkaat/apu-ja-tuki/postinumeropalvelut/postinumerotiedostot.html\n* Database: http://www.posti.fi/webpcode/\n\n## Basic Address File Record Description\nFile format (`BAF_yyyymmdd.dat`): ISO-8859-1 formatted text file separated by newlines (`\\n`).\n\n| #   | Position | Length | Optional | Description                                                       | Example              |\n|-----|----------|--------|----------|-------------------------------------------------------------------|----------------------|\n|  1. |        1 |      5 |          | Record identifier                                                 | \"`KATUN`\"            |\n|  2. |        6 |      8 |          | Running date                                                      | yyyymmdd, `20171231` |\n|  3. |       14 |      5 |          | Postal code                                                       | \"`40100`\"            |\n|  4. |       19 |     30 |          | Postal code name in Finnish                                       | \"`Jyväskylä`\"        |\n|  5. |       49 |     30 | \u0026#10004; | Postal code name in Swedish                                       |                      |\n|  6. |       79 |     12 |          | Postal code name abbreviation in Finnish                          | \"`jkl`\"              |\n|  7. |       91 |     12 | \u0026#10004; | Postal code name abbreviation in Swedish                          |                      |\n|  8. |      103 |     30 |          | Street (location) name in Finnish                                 | \"`vapaudenkatu`\"     |\n|  9. |      133 |     30 | \u0026#10004; | Street (location) name in Swedish                                 |                      |\n| 10. |      163 |     12 |          | Blank                                                             | \"` `\" x 12           |\n| 11. |      175 |     12 |          | Blank                                                             | \"` `\" x 12           |\n| 12. |      187 |      1 | \u0026#10004; | Building data type                                                | 1 = odd, 2 = even    |\n| 13. |          |        |          | Smallest building number (information about an odd/even building) |                      |\n| 14. |      188 |      5 | \u0026#10004; | Smallest building number 1                                        | \"`1`\"                |\n| 15. |      193 |      1 | \u0026#10004; | Smallest building delivery letter 1                               | \"`A`\"                |\n| 16. |      194 |      1 | \u0026#10004; | Smallest building punctuation mark                                | \"`/`\"                |\n| 17. |      195 |      5 | \u0026#10004; | Smallest building number 2                                        | \"`10`\"               |\n| 18. |      200 |      1 | \u0026#10004; | Smallest building delivery letter 2                               | \"`C`\"                |\n| 19. |          |        |          | Highest building number (information about an odd/even building)  |                      |\n| 20. |      201 |      5 | \u0026#10004; | Highest building number 1                                         | \"`10`\"               |\n| 21. |      206 |      1 | \u0026#10004; | Highest building delivery letter 1                                | \"`F`\"                |\n| 22. |      207 |      1 | \u0026#10004; | Highest building punctuation mark                                 | \"`-`\"                |\n| 23. |      208 |      5 | \u0026#10004; | Highest building number 2                                         | \"`11`\"               |\n| 24. |      213 |      1 | \u0026#10004; | Highest building delivery letter 2                                | \"`E`\"                |\n| 25. |      214 |      3 |          | Municipality code                                                 |                      |\n| 26. |      217 |     20 |          | Municipality name in Finnish                                      |                      |\n| 27. |      237 |     20 | \u0026#10004; | Municipality name in Swedish                                      |                      |\n| 28. |      257 |      1 |          | New line                                                          | \"\\n\"                 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraspi%2Ffinnishstreetdatabaseconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraspi%2Ffinnishstreetdatabaseconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraspi%2Ffinnishstreetdatabaseconverter/lists"}