This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

POI download

0

Hi, i need all poi (restaurants, supermarkets, bars, basically all food related businesses) in Europe. Is there any repository i can download? do the files from geofabrik contain this information? thanks!

asked 26 Jan '23, 08:41

eldoland's gravatar image

eldoland
11334
accept rate: 0%


One Answer:

0

The download file for Europe on the Geofabrik download server contains all OSM data for Europe, including POIs. Be aware however that POIs can be modeled as nodes or ways in OSM, or sometimes even as relations. Serious processing (and not just simple filtering) of the PBF file is required to get a reliable list of POIs. One possible approach is loading the file into a PostgreSQL database and then extracting the POIs from there with suitable SQL queries.

answered 26 Jan '23, 10:07

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%