Reverse geocoding is hard
shkspr.mobi
Reverse geocoding is hard
1–10 of 139 posts
Re: Reverse geocoding is hard
#2Re: Reverse geocoding is hard
#3Nicely written article. So simple yet interesting. I wish more people made projects like these.
Re: Reverse geocoding is hard
#4Re: Reverse geocoding is hard
#5Re: Reverse geocoding is hard
#6Re: Reverse geocoding is hard
#7Re: Reverse geocoding is hard
#8Info and schema is here, https://download.geonames.org/export/dump/readme.txt
Could be a good source. Not sure how good it is worldwide, but the countries I’ve used it for, it’s been useful and pretty good.
Try the search too, https://www.geonames.org/search.html?q=R%C3%ADo+grande&count...
Not just roads, but there’s rivers, and other things too
Re: Reverse geocoding is hard
#9This problem has been the subject of intense interest by the defense research community for decades. It has been conjectured to be an AI-complete type problem for at least ten years, i.e. solving it is equivalent to solving AGI. The current crop of LLM type AI persistently fails at this class of problems, which is one of the arguments for why LLM tech can’t lead to true AGI.
Re: Reverse geocoding is hard
#10You write a query of all the different kinds of addresses you'd like to display. The query result is a list of valid candidate addresses for the point matching at least one format that you can rank based on whatever criteria you like.
[0] https://developers.google.com/maps/documentation/geocoding/r...