In case anyone is wondering:<p>Reverse geocode is `coordinates -> address`.<p><a href="https://en.wikipedia.org/wiki/Reverse_geocoding" rel="nofollow">https://en.wikipedia.org/wiki/Reverse_geocoding</a>.<p>Geocoding is `address -> coordinates`.
Also recommend checking out this fork: <a href="https://github.com/BlackCatDevel0per/rgcosm">https://github.com/BlackCatDevel0per/rgcosm</a><p>Added CLI and import to Python
I just did something similar with openstreetmaps last week.
In my case I tried the other way around (finding similar addresses)<p>I benchmarked fts(sqllite) Vs typesense.<p>Which I can only recommend for such tasks.<p>repo: <a href="https://github.com/K0IN/open_streetmaps_typesense">https://github.com/K0IN/open_streetmaps_typesense</a><p>btw I also tried the python import but it was unusable (for Germany) slow so I switched to osmtools and exported it to Jason first which is way faster.
Kinda OT but in that context, anyone know of a minimal reverse geocoding yhat has resolution of country, state, county for The entire world?<p>With mobile devices size matters…