up vote 10 down vote favorite
10
share [g+] share [fb]

Is there a good free Point of Interest (POI) database (I'm thinking mainly public places like cinemas, shops, etc). OpenStreetMap would seem like a good source, but I haven't worked out how to download the POI database.

link|improve this question

71% accept rate
feedback

8 Answers

up vote 10 down vote accepted

The OpenStreetMap data can be downloaded at http://planet.openstreetmap.org/planet-latest.osm.bz2 (7.6Gb file!) - or you can get smaller, country-specific excerpts from geofabrik.de or cloudmade.com. There's no POI-only download as best I know; you need to process the XML data and extract it from there.

link|improve this answer
thanks, i've actually looked in to the openstreetmap thing, and i noticed that cloudmade were offering continent-wide data here - downloads.cloudmade.com there seems to be an ambiguity about what cloudmade (a commercial company) and openstreetmap produce. the cloudmade terms and conditions suggest that it is not quite free. – cannyboy Dec 22 '09 at 19:52
@cannyboy: Cloudmade Map Data downloads are licensed under CC-BY-SA-2.0 just as OpenStreetMap requires. See cloudmade.com/terms_conditions under 5. API and Map Data Downloads. – Christian Jan 26 '10 at 17:31
feedback

If you want to retrieve points of interest from OpenStreetMap, you basically have two choices:

  1. Use a snapshot of the OpenStreetMap database and extract the data you need. Information regarding where to download the data and how to extract it can be found in the Planet.osm article on OpenStreetMap's wiki.
  2. Depending on your application you might want to query the OpenStreetMap database live on smaller areas. There are several APIs available, of which one is xapi. For example, the query http://www.informationfreeway.org/api/0.6/node[amenity=hospital][bbox=-0.54,51.38,0.33,51.64] will get all hospitals in and around London as an XML file.
link|improve this answer
feedback

If you want to retrieve POI from OpenStreetMap for some European countries, try this

OpenStreetMap POI Export

link|improve this answer
feedback

This is ages too late, but this seems to answer your question, which I stumbled on today while looking for the same thing.

http://www.hyperpublic.com/

link|improve this answer
feedback

Theres also http://poi.gps-data-team.com/

link|improve this answer
feedback

SimpleGeo's Places might be an option if your app can run on their free tier/offer (i.e. currently rated at below 10K requests per day)

link|improve this answer
feedback

You can also download SimpleGeo's 1.0 dataset (roughly 2.2GB)

http://s3.amazonaws.com/simplegeo-public/places_dump_20110628.zip

The 1.2 Places uses Factual so SimpleGeo opensourced the data from their earlier release.

link|improve this answer
feedback

There's also a website called OpenPOIMap coming soon.

OSM data coverage is currently only for Switzerland:

http://openpoimap.ch

Yours, Stefan

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.