Hello! We are some students who have some issues with a project of ours. We are looking for a way to collect all the addresses (tag = addr: ) from an OSM file. We are coding in the language of Java. Do you by any chance have some suggestions on how to implement this, so we are able to search for the addresses in an address-bar (GUI). We have thought about using TR-Tries for our search-function. Thanks in advance! asked 29 Mar '19, 17:06 Cramselademaden |
Could you clarify the scope of your question? You can edit the text to add more info. Is this about parsing the OSM file, or about how to store the addresses in memory/database/search index, or about how to search efficiently for the search term? How many addresses do you have in your file?