Re: [OSRM-talk] OSRM Table Service

2020-12-10 Thread Sasha Khapyorsky
Hello,

On Thu, Dec 10, 2020 at 12:43 PM Ata Abdollahi 
wrote:

> Hello
> I want to use the table service. It gives an error when I use annotations.
> I use the Windows version of OSRM
> please guide me
>

https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md




> ___
> OSRM-talk mailing list
> OSRM-talk@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/osrm-talk
>
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] Freebsd install of osrm-backend

2020-12-10 Thread Jeff Carroll
Hi,

Is there any documentation on how to install this on FreeBSD 12?  I'm trying to 
follow the Ubuntu install to no avail.

Thanks.

Jeff Carroll
DTI/Sudenga Industries, Inc.
IT Director
Web: http://www.sudenga.com
Facebook: http://www.facebook.com/SudengaIndustries

[dti1.png]

Confidentiality Notice: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s) and may contain privileged and 
confidential information.  Any unauthorized review, use, disclosure or 
distribution is prohibited.  If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.



___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] OSRM API Address

2020-12-10 Thread Kirtzic, Steven via OSRM-talk
Hi,

I’m currently working on a project with OSRM and I’m moving it to another 
environment that is a lot more secure, so I need to request access for the OSRM 
API to be able to reach out to the external Internet. Can someone tell me what 
address(es)/site(s) I need to have made available for the API to retrieve OSM 
data correctly? I’ve looked through the documentation and source code and 
haven’t been able to find this info. For what it’s worth, I’m using the Docker 
image for the OSRM backend. Thanks

Steven Kirtzic, PhD | Senior Data Scientist | Advanced Analytics & Machine 
Learning
[A close up of a logo  Description automatically generated]
P, USAA
7300 Parkwood Bvld & Legacy Dr, Plano, TX 75024
Phone: (214) 392-1971
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] Question regarding generating routed binary

2020-12-10 Thread Harry Lee
Hi, I'm wondering how to specify OSRM_PROJECT_DIR? When I set it up in my
compiler command line on Ubuntu like following:
*c++ -std=c++14 -DOSRM_PROJECT_DIR="/home/hbss/Hui/GSEfarm_prettified" -L
/opt/oracle/instantclient_12_2 -I
/opt/oracle/instantclient_12_2/sdk/include -I
/home/hbss/osrm/osrm-backend/include -I
/home/hbss/osrm/osrm-backend/build/include  -I
/home/hbss/Hui/GSEfarm_prettified  routed.cpp  -o osrm-routed
-lboost_system -lpthread -lrt -locci -lnnz12 -lclntsh*
I get following errors:









*routed.cpp: In function ‘std::istream&
osrm::engine::operator>>(std::istream&,
osrm::engine::EngineConfig::Algorithm&)’:routed.cpp:95:41: error: expected
primary-expression before ‘(’ token throw
util::RuntimeError( token, ErrorCode::UnknownAlgorithm, SOURCE_REF );
   ^:0:18: error: expected
primary-expression before ‘/’
token/home/hbss/osrm/osrm-backend/include/util/exception_utils.hpp:8:64:
note: in expansion of macro ‘OSRM_PROJECT_DIR’ #define
PROJECT_RELATIVE_PATH_(x) std::string(x).substr(strlen(OSRM_PROJECT_DIR) +
1)
^/home/hbss/osrm/osrm-backend/include/util/exception_utils.hpp:10:27: note:
in expansion of macro ‘PROJECT_RELATIVE_PATH_’ #define OSRM_SOURCE_FILE_
PROJECT_RELATIVE_PATH_(__FILE__)*

Please let me know how to fix my issue.

Thank you very much!

__
Harry
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] Routing error on highway

2020-12-10 Thread OpenStreetMap Brasil
Greetings,

I have a car routing error, between two points on a highway: -26.4926,
-49.0021 and -26.4937, -49.0014.  I looked for errors in the OSM and found
nothing wrong.  Could anyone help find the problem?  In GraphHopper this
problem does not occur.
Sincerely,

Helio Cesar Tomio
Mapeador Openstreetmap
www.openstreetmap.org/user/Tomio
Canal YouTube:
www.youtube.com/OpenStreetMapBrasil
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] File Location

2020-12-10 Thread Vernon Chapman
I am not sure if this is how to ask questions, but if not please provide the 
correct place to ask.

Where do I find the  output file from pre-processing? This is not my build of 
the OSRM, I am only trying to determine how much memory is needed to run the 
program after preprocessing.

I read somewhere that the amount of memory needed  is whatever the output file 
size from pre-processing is.

The builder is only using North Carolina and Georgia information, and that is 
all.

Thanks,
Vernon


Public Records Law Statement: Please be advised that any e-mail sent to and 
from this e-mail account is subject to the NC Public Records Law and may be 
disclosed to third parties. Confidentiality Statement: This e-mail transmission 
and any documents, files or previous e-mail messages attached to it may contain 
confidential health information. Such documents are legally privileged. The 
authorized recipient of this information is prohibited from disclosing this 
information to any other party unless required to do so by law or regulation. 
Recipients are required to destroy such information after its stated need has 
been fulfilled. If you are not the intended recipient, you are hereby notified 
that any disclosure, copying, distribution, or action taken in reliance on the 
contents of these documents is strictly prohibited. If you have received this 
information in error, please notify the sender immediately and delete the 
e-mail and accompanying file attachment.  ___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] Comparing routes from different datasets

2020-12-10 Thread Martin Schmidl
Hi,

In a project of mine i am using OSM data from a city for 7 different years.
Recent data from 2020 acts as the reference. I want to see how different
changes in the data will affect the routing for quality reasons (e.g: If i
used data from 2014 today, will my route be better or worse?).

For this i am using OSRM on the 2020 data to get a reference route. I
planned to check if the same route is possible in the older datasets from
2014 to 2019 (if the same route isn't possible, i am computing the route to
the destination). I already tried to use some of the values from the
reference route, however many values (like node IDs or locations) change
over the different datasets and i can't really compare them to the original
reference route. Maybe someone has already done something similar and can
tell me what parameters were used from the routing result, i would really
appreciate that.

Best regards,
Martin
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] Something wrong on API

2020-12-10 Thread Jan Pauka
Hi, i'm a Brazilian student and developer, i'm just testing the router 
machine and all of coordinates show me on the same point on the map.


Problem with your service?

If need a help to test, count on me.

Sorry, my english is poor.

Jan Pauka




--
Este email foi escaneado pelo Avast antivírus.
https://www.avast.com/antivirus


___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] Route with optimize waypoints

2020-12-10 Thread Milan Hokr
Hello

I am working on a route planning application and I would like to used your
REST API, but I need to know if your API allows you to plan route, so that
i enter start and end of the route,
waypoints of up to 80 in the request. The start and end of the route +
waypoints will be in Lat Lon format.
This planed route will be use for country The Czech Republic.

The result of the response should include:
a) Total distance traveled
b) Waypoints re-order so as to minimize travel costs.

I don't need to display a map and the number of requests does not exceed
500 per month.

Please send a price offer

Best regards Milan
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] integrate the public transport service (bus) inside the profile foot.lua

2020-12-10 Thread simone zanda
Hi  everyone , My name’s Simone Zanda

i am trying to integrate the public transport service inside  the profile 
foot.lua,   (foot + bus)

in process_way(profile, way, result,relation_data) I can find all the ways that 
have the relation  I thought I would change the 
mode.walking to mode.driving and everything is working.



my problem is that I would like to exchange profiles only when there is a node 
 ___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] Routes not getting displayed in OSRM

2020-12-10 Thread Sanghamitra Ghosh
Hi,

I am trying to get routes in OSRM. The map is only displaying the "From"
and "To" point, but not displaying the actual route. I tried for areas like
Thailand, Sanjose, CostaRica. But the problem exists every where.

Can anyone please help?

One example of route that I was trying is given below:
>From Point:
13.774045, 100.512376
To Point:
13.836041, 100.505593

Regards
Sanghamitra Ghosh
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] inject request to OSRM

2020-12-10 Thread evangelos spyrou
Hi all,

We are in the middle of a project where we have to manually inject a
request to our local OSRM server. Essentially, we want to make a routing
request via the terminal (using a python script for example) from a
specific IP and update the frontend at that PC.

The question is how to inject a request to the OSRM server (not from the
frontend).

Thanks in advance.

Kind Regards

Evangelos
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] OSRM backend

2020-12-10 Thread Jetzer Laurent
Hello,

In one of our project, we are using OSRM, but we only need the match service.
To save memory usage, is it possible to

  1.  import (osrm-extract) only the data needed for the match service?
  2.  start (osrm-routed) the match service only?

Kind regards
--
Laurent Jetzer
Project Manager

Boschung Mecatronic SA
Aéropôle 108
CH-1530 Payerne
Schweiz / Suisse / Switzerland

Tel. +41 26 460 44 11

laurent.jet...@boschung.com
www.boschung.com

___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] OSRM Redis

2020-12-10 Thread Mohammad Hossein Shahin
Hey guys,
I'm trying to store OSRM's data on Redis rather than on Memory. Is this
possible? If yes, how can I achieve this?

Regards,
Mohammad H. Shahin
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


Re: [OSRM-talk] Strange results from map matching

2020-12-10 Thread Frederik Ramm
Hi,

On 13.05.20 23:14, Sasan Amini wrote:
> I am relatively new in using OSRM for map matching. I got my first
> results but there are two issues that I can't understand. My data has
> 130 rows (points) and in return, I get 150 points! 

I think you are approaching this with the wrong expectation.

The map matching algorithm is not one that simply moves each of your
input points onto the output geometry and therefore has one output for
every input.

Instead, the map matching algorithm tries to answer the question: What
is a valid route on the routing graph that is most likely the basis of
this input GPS track?

This "most likely valid route" is then returned to you. It can have more
or fewer points than the input geometry; in fact matching input geometry
points to certain points on the output will be very difficult!

Bye
Frederik

-- 
Frederik Ramm  ##  eMail frede...@remote.org  ##  N49°00'09" E008°23'33"

___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] Running with Debug?

2020-12-10 Thread Artur Bialecki

Hello,

We're running older version of OSRM (5.6.0) and recently started getting 
segmentation faults during osrm-contract. I've recompiled the osrm backend with 
"cmake .. -DCMAKE_BUILD_TYPE=Debug" but I don't see any additional logging. Are 
there any other flags that need to be passed during building or to the process 
itself?

Thank you,

Artur.
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] Re. Final Year Project Idea

2020-12-10 Thread Anjula Paulus via OSRM-talk
Hi,
My final idea is based on routing in road networks using reinforcement
learning to provide the best optimised route from a starting point to a
given destination.
This is based on the *Shortest Route Problem. *
The reinforcement agent is able to adapt in performing a high number of
iterations with their dynamically changing environment. This would be
beneficial when it comes to a dynamic road network which has updates on
edge weights based on traffic data etc. This is not the same with path
finding algorithms like dijkstra and A* algorithms which traverse the graph
each time a request is made.

*Second Assumption*
A novel graph preprocessing technique which could use  time dependent
contraction hierarchies with a customizable approach. This could help in
storing edge weights for a relevant time frame as well as update edge
weights based on abnormal weight changes due to blocks due to weather etc.
Where only edge weights will be updated due to unexpected scenarios
different from previous traffic data.

Please help by providing your valuable input on where these steps would
help in improving routing than using traditional algorithms and techniques.
This would really help me for my final year project.

Thank you in advance!

Regards,
*Anjula Paulus*

*Informatics Institute of Technology*

*Sri Lanka*



*Mobile: +94 718136264/ +94 761514355  *


*Email  : anjula.2016...@iit.ac.lk *
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] need help to use

2020-12-10 Thread lord Mash
hello
i want to use your service in my program.
may you lead me ?
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] OSRM Table Service

2020-12-10 Thread Ata Abdollahi
Hello
I want to use the table service. It gives an error when I use annotations.
I use the Windows version of OSRM
please guide me
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] Strange results from map matching

2020-12-10 Thread Sasan Amini
Dear all,
I am relatively new in using OSRM for map matching. I got my first results
but there are two issues that I can't understand. My data has 130 rows
(points) and in return, I get 150 points! I see a couple of duplicates
(some points are repeated 3 times after map matching). Additionally, 4
points are not map matched, even though it seems they are OK (screenshot
below). The algorithm handles the part where GPS is lost (the car is
driving in a tunnel) but 2 sets of 2 points are just not matched. Can
anyone help me with that?

Thanks,
Sasan
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk