RGCosm – Reverse Geocode for OpenStreetMap

punnerud | 46 points

In case anyone is wondering:

Reverse geocode is `coordinates -> address`.

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

Geocoding is `address -> coordinates`.

playingalong | 10 days ago

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

Added CLI and import to Python

punnerud | 10 days ago

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.

K0IN | 9 days ago

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…

rock_artist | 10 days ago