playingalong
In case anyone is wondering:

Reverse geocode is `coordinates -> address`.

https://en.wikipedia.org/wiki/Reverse_geocoding.

Geocoding is `address -> coordinates`.

punnerud
Also recommend checking out this fork: https://github.com/BlackCatDevel0per/rgcosm

Added CLI and import to Python

K0IN
I just did something similar with openstreetmaps last week. In my case I tried the other way around (finding similar addresses)

I benchmarked fts(sqllite) Vs typesense.

Which I can only recommend for such tasks.

repo: https://github.com/K0IN/open_streetmaps_typesense

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.

rock_artist
Kinda OT but in that context, anyone know of a minimal reverse geocoding yhat has resolution of country, state, county for The entire world?

With mobile devices size matters…