From geocodeando at gmail.com Sun Jan 10 16:47:51 2021 From: geocodeando at gmail.com (Alfredo Barragan) Date: Sun, 10 Jan 2021 17:47:51 +0100 Subject: [OSRM-talk] OSRM with postgis+pgrouting extension Message-ID: Good afternoon, I am looking for information to study the feasibility of using OSRM with my own cartographic base based on OSM through a postgis database, so that the route analysis is done with pgrouting. However, I can't find any experience that could help me, would you be so kind as to point me to an experience? Basically I need to use my own road network. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel at mapbox.com Sun Jan 10 17:19:56 2021 From: daniel at mapbox.com (Daniel Patterson) Date: Sun, 10 Jan 2021 09:19:56 -0800 Subject: [OSRM-talk] OSRM with postgis+pgrouting extension In-Reply-To: References: Message-ID: Why would you not just use pgRouting all by itself? Why do you want to use OSRM as well as pgRouting - they serve a common purpose. To use OSRM with data in a psotgres database, you would need to export it into an OSM compatible XML or PBF format - how you do this would depend on how you've stored the data. daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: From fl.infosreseaux at gmail.com Mon Jan 11 00:25:10 2021 From: fl.infosreseaux at gmail.com (=?UTF-8?Q?Fran=C3=A7ois_Lacombe?=) Date: Mon, 11 Jan 2021 01:25:10 +0100 Subject: [OSRM-talk] OSRM with postgis+pgrouting extension In-Reply-To: References: Message-ID: Hi everyone Le dim. 10 janv. 2021 à 18:22, Daniel Patterson via OSRM-talk < osrm-talk at openstreetmap.org> a écrit : > Why would you not just use pgRouting all by itself? Why do you want to > use OSRM as well as pgRouting - they serve a common purpose. > > To use OSRM with data in a psotgres database, you would need to export it > into an OSM compatible XML or PBF format - how you do this would depend on > how you've stored the data. > Just to mention this tool I maintain : https://github.com/DCbrainOrg/pgsql2osm intended to convert data from pgsql to osm. Data model is described on readme. It's currently a draft which would suffer some issues at world scale, but it brings value on small or medium sized datasets (I currently use it on whole metropolitan France to run OSRM on custom data). All the best François -------------- next part -------------- An HTML attachment was scrubbed... URL: