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

Sir I got stuck since last 4 months to implement my algorithm on real ASYMMETRIC road network datasets to get results. I have started research work to address LBS queries like NN, k-NN,ANN, ..... I'm very much confused that I can't interpret data sets as it is given in various uncommon/unknown file format. I believe that I need data sets in the form <longitude, latitude=""> pair for n POI on real road network(spatial data), so that when I give <longitude, latitude=""> of my input query point q, it should find NN, k-NN... In addition we also need directed graph data sets for asymmetric road network where d(a,b) != d(b,a). So, I need step-by-step guidance to implement and test my algorithms in the following contexts a) data sets collection and interpret/Extracting Spatial Data(say from OpenStreetMap) b) implement/simulate a prototype library/framework of LBS queries c) Implement/simulate prototype applications on top of the library so that we can get results of our experiments

asked 18 Mar '17, 07:37

djg1981's gravatar image

djg1981
11112
accept rate: 0%


I suggest you pick a consultant from the list in our wiki and ask them to help you. What you are asking for (step-by-step guidance on a very specific project) is beyond the kind of help we can provide through a Q&A site like this one.

permanent link

answered 18 Mar '17, 08:44

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Your answer
toggle preview

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:

×1

question asked: 18 Mar '17, 07:37

question was seen: 1,046 times

last updated: 18 Mar '17, 08:44

Related questions

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