Reverse geocode is `coordinates -> address`.
https://en.wikipedia.org/wiki/Reverse_geocoding.
Geocoding is `address -> coordinates`.
Playing with the idea to add two intersecting streets and find the coordinate where they are crossing
Added CLI and import to Python
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.
With mobile devices size matters…
Reverse geocode is `coordinates -> address`.
https://en.wikipedia.org/wiki/Reverse_geocoding.
Geocoding is `address -> coordinates`.