0

I've been reading about using openstreetmap to get hospitals near GPS coordinates but I have become a little confused. It looks like there is the Nominatim and the Overpass API. I'm not sure which one I should be using.

Right now I am doing about 100 queries a day, the most I expect in a day is 500.

Should I be using Nominatim or Overpass API for my task?

asked 29 Jul '18, 09:33

Dave4784's gravatar image

Dave4784
16334
accept rate: 0%

edited 29 Jul '18, 21:38

aseerel4c26's gravatar image

aseerel4c26 ♦
32.2k16239552


One Answer:
2

Both may suit your task, it really depends what type of information you want.

Nominatim returns an object with a hierarchy of location information; Overpass will give you the basic OSM objects as they are tagged.

Both are volunteer maintained services run on OSMF or other non-profit servers, so you should make no assumptions about likely service levels. Availability for uses such as yours entirely depends on whether servers are overloaded or not.

Note that around 150k objects have been mapped as hospitals on OSM, but many of these, particularly in poorer parts of the world, may be other health care facilties (clinics, general practices etc) rather than hospitals with in-patient facilities, and specialist surgeons and physicians.

permanent link

answered 29 Jul '18, 12:08

SK53's gravatar image

SK53 ♦
23.6k46238372
accept rate: 20%

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×163
×126
×122
×100
×12

question asked: 29 Jul '18, 09:33

question was seen: 1,073 times

last updated: 29 Jul '18, 21:38

powered by OSQA