From golbang.k at gmail.com Sat Dec 16 10:09:39 2017 From: golbang.k at gmail.com (Katarina Golbang) Date: Sat, 16 Dec 2017 19:09:39 +0100 Subject: [pgrouting-users] osm2pgrouting / understanding mapconfig.xml files Message-ID: hi, I have a question regarding the mapconfig.xml files. I've imported Austrian streets by issuing the command: osm2pgrouting -f austria-latest.osm -h localhost -U postgres -d catchment -W postgres --conf=/usr/share/osm2pgrouting/mapconfig_for_cars.xml In case I want to compute pedestrian catchment areas, is it okay to pass false as the last parameter to the pgr_drivingdistance? Currently, the usage looks like this: pgr_drivingdistance('SELECT gid AS id, source, target, length_m / 1.3 AS cost FROM public.ways', pgr_pointToEdgeNode('public.ways', ST_Point($1, $2), 0.01), limit_max, false) 1) SELECT gid AS id, source, target, length_m / 1.3 AS cost FROM public.ways costs are minutes (length_m / pedestrian's speed = seconds) 2) limit_max is a seconds value such as 900 (=15 minutes) 3) false is the last parameter of pgr_drivingdistance (= undirected graph) Do I need to re-import the data to get a truly pedestrian suitable network? Thank you in advance. Katarina -------------- next part -------------- An HTML attachment was scrubbed... URL: From vicky at georepublic.de Mon Dec 18 09:01:26 2017 From: vicky at georepublic.de (Vicky Vergara) Date: Mon, 18 Dec 2017 11:01:26 -0600 Subject: [pgrouting-users] osm2pgrouting release 2.3.3 Message-ID: ​Hello all: Announcing the osm2pgrouting release 2.3.3. Code can be found here: https://github.com/pgRouting/osm2pgrouting/releases/tag/v2.3.3​ The pgRouting team wants to thank Cayetano Benavent for his help on fixing & testing this new release Several bug fixes were done: - Fixed the --clean flag wrong behaviour - Fixed the bad-alloc problem by only including the required relations - Fixed the problem when using the --add-nodes flag The full list of closed issues can be found here: https://github.com/pgRouting/osm2pgrouting/issues?utf8=%E2%9C%93&q=milestone%3Av2.3.3+is%3Aclosed+ ​ ​Regards​ ​pgRouting team​ ​ -- Georepublic UG (haftungsbeschränkt) Salzmannstraße 44, 81739 München, Germany Vicky Vergara Operations Research eMail: vicky at georepublic.de Web: https://georepublic.info Tel: +49 (089) 4161 7698-1 Fax: +49 (089) 4161 7698-9 Commercial register: Amtsgericht München, HRB 181428 CEO: Daniel Kastl -------------- next part -------------- An HTML attachment was scrubbed... URL: