[pgrouting-dev] Re: [gdal-dev] Adopt RFC48: Geographical networks support

Followup response from Dmitry.

-------- Forwarded Message --------
Subject: Re: [gdal-dev] Adopt RFC48: Geographical networks support
Date: Fri, 31 Jul 2015 23:44:56 +0300
From: Dmitry Baryshnikov <bishop.dev@gmail.com>
To: gdal-dev@lists.osgeo.org

Hi Stephen,

31.07.2015 22:54, Stephen Woodbridge пишет:

On 7/31/2015 2:51 PM, Dmitry Baryshnikov wrote:

Hi everybody,

The motion of RFC48 has been adopted with support from PSC members
JukkaR, TamasS and EvenR.

The code merged in trunk now (r29585). Let me know if issues arise.

Also the RFC
(https://trac.osgeo.org/gdal/wiki/rfc48_geographical_networks_support) and

RFC common page (https://trac.osgeo.org/gdal/wiki/RfcList) were
corrected.

This looks very interesting. I have a few questions which might get
added to the futures if they are not already supported.

Are there any drivers yet? Which?
  * like read/write OSM data or pgRouting tables

By now only two drivers present - both implements generic (or GDAL)
network. The pgRouting driver in plans. The GNMNetwork API let write
features to the network and connect them. See
https://trac.osgeo.org/gdal/wiki/rfc48_geographical_networks_support and
https://github.com/OSGeo/gdal/blob/trunk/gdal/gnm/gnm_arch.dox and
https://github.com/OSGeo/gdal/blob/trunk/gdal/gnm/gnm_tut.dox

Are there plans to support turn restrictions?
  * OSM defines edge-node-edge restrictions AND edge-edge-edge-...
restrictions
* currently OSRM only supports edge-node-edge restrictions
  * pgRouting supports edge-edge-edge-... restrictions

In GNM you can block edge and connection (node), but in generic network.
In other drivers i.e. pgRoputing, OSRM, graphopper etc. it'll depends on
implementation. Also the API of GNMNetwork class may be change (so the
compiling of GNM is disabled by default).

There is a real need to be able to move network data between pgRouting
and OSRM. The osm2pgrouting tool is undergoing some enhancements
during the current GSoC. There is also a need to be able to move
pgrouting tables to OSM pbf files so we can load them into OSRM and
this seems like an excellent use case for this.

We can begin thinking about network2network tool after the couple of
network drivers will be implemented. The help is welcome, as I plan now
to concentrate on cmake for GDAL.

Thanks,
  -Steve
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Best regards,
      Dmitry

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev