NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hello All,

  • i have 10 tracking devices posting to my server(with lat,lng),
  • in each day its posting nearly 50,000 packet reads(1 device post 5,000(lat,lng)),
  • storing these lat,lngs and calling server side Google API for getting Address(using these lat,lng) and stored that Address in DataBase,
  • here google map api gives 2,500/day requests only, remain data(50,000 - 2,500 = 47,500) address as null stored in DataBase

  • is there any other solutions like openstreet map or otheres

  • and also if am using these google api in client side it give 1 request = 5 address only(in my application have nearly 200-300 history records),

  • thanks in Advance and save my days please.

asked 08 Sep '15, 11:35

RajkumarP's gravatar image

RajkumarP
11224
accept rate: 0%

edited 08 Sep '15, 13:58

SK53's gravatar image

SK53 ♦
28.1k48268433

1

I have difficulties understanding. Could you please clearly state your question (log in and edit your text)?

You might want to read about OSM and see our docu wiki's main page.

(08 Sep '15, 11:44) aseerel4c26 ♦

@aseerel4c26 thanks, i have updated question.

(08 Sep '15, 12:04) RajkumarP

With this volume of data (50k geocoding requests per day) you will probably need to set up your own geocoding server: e.g. Nominatim.

permanent link

answered 08 Sep '15, 13:57

SK53's gravatar image

SK53 ♦
28.1k48268433
accept rate: 22%

edited 08 Sep '15, 15:05

Vincent%20de%20Phily's gravatar image

Vincent de P... ♦
17.3k18152249

1

The usage policy of the Nominatim server running on openstreetmap.org can be found in the wiki. e.g. there is a limit of 1 request / second. The page also lists 2 commercial geocoders that you can use (probably for a fee)

(08 Sep '15, 16:58) escada
1

... see http://wiki.openstreetmap.org/wiki/Search_engines for an overview, but it really seems to be the best to install an own server by you with an OSM based geocoding service of your choice.

(08 Sep '15, 18:25) stephan75

@escada I'm pretty sure you will get blocked if you run 50k requests against OSMF's Nominatim server. I can't find the link, but I think Mapquest now limit to 15k/month (Certainly they've recently brought OpenMapQuest into line with other products wrt usage & API keys).

(10 Sep '15, 15:29) SK53 ♦

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

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:

×133
×2

question asked: 08 Sep '15, 11:35

question was seen: 5,756 times

last updated: 10 Sep '15, 15:29

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum