Live data from Hacker News

Open source tools to query OpenStreetMap

wcedmisten.fyi

1–10 of 11 posts

Re: Open source tools to query OpenStreetMap

#4

Author here! Happy to answer any questions you all have about this article.

I think another option to consider would be running your own overpass server with a local copy of the data subsets you want, then using something like python's osmnx to do "native" queries.

Re: Open source tools to query OpenStreetMap

#6
post #5

Author here! Happy to answer any questions you all have about this article.

Whats your take on protomaps?

I'm a big fan! I use it for most of my OSM projects. It's pretty easy to download an OSM extract and process it into base tiles.

Protomaps also provides a free set of base tiles that you can download and rehost yourself if you don't want to process the data locally.

Re: Open source tools to query OpenStreetMap

#7

Author here! Happy to answer any questions you all have about this article.

I think another option to consider would be running your own overpass server with a local copy of the data subsets you want, then using something like python's osmnx to do "native" queries.

osmnx looks like a cool library, I haven't seen that one before!

As for self hosting overpass, I have considered it, but the installation steps seemed a bit tedious to me compared to a lot of tools which are dockerized.

Re: Open source tools to query OpenStreetMap

#9
Has anyone else run into big gaps in OSM data? I’ve tried to cobble together a store locator with Overpass Turbo, and even though the queries look correct I’ll still get fewer results compared to Google Maps. Sephora and Walmart locations in the US, for example.

Re: Open source tools to query OpenStreetMap

#10
post #9

Has anyone else run into big gaps in OSM data? I’ve tried to cobble together a store locator with Overpass Turbo, and even though the queries look correct I’ll still get fewer results compared to Google Maps. Sephora and Walmart locations in the US, for example.

Someone has to add those stores to OSM. It is usually done by local volunteers, so data for businesses could be lacking. On the other hand, in some regions, the quality of road and building data on OSM usually surpasses Google Maps.
Post reply on HN