[pgrouting-users] How many people use the wrapper functions?

Pavel Iacovlev iacovlev.pavel at gmail.com
Sat May 11 13:54:16 PDT 2013


I don't, probably for the same reasons, if you need to use/swap
multiple algorithms using wrapper functions can get really tricky.

With the amount of helper functions current available (astar example)
astar_sp
astar_sp_bbox
astar_sp_bbox_directed
astar_sp_delta
astar_sp_delta_cc
astar_sp_delta_cc_directed
astar_sp_delta_directed
astar_sp_directed
it's just easier to lean the API, and there are great examples in the
workshop to do so.


On Sat, May 11, 2013 at 11:20 PM, Stephen Woodbridge <
woodbri at swoodbridge.com> wrote:

> Hi all,
>
> Daniel and I have been wondering if people use the wrapper function versus
> the core functions directly? Or if you have written your own wrapper
> functions? etc.
>
> The core functions are the low level function that directly call the
> internal library functions.
>
> The wrapper functions are all the additional plpgsql convenience functions
> that generate more complex SQL queries and then call the core functions.
>
> I know that I never use the wrapper functions because I found them to
> messy and inconsistent and have hard coded values in them, etc. So I wrote
> my own high level wrapper functions that made it easy for me to work with
> the core functions.
>
> So I thought it would be wise to ask our users what they use? and how they
> use pgRouting, so we do not may a decision like "Throw out the wrapper
> functions" without some input from the user community.
>
> PLEASE TAKE ACTION and let us know!
>
> Thanks,
>   -Steve
> ______________________________**_________________
> Pgrouting-users mailing list
> Pgrouting-users at lists.osgeo.**org <Pgrouting-users at lists.osgeo.org>
> http://lists.osgeo.org/**mailman/listinfo/pgrouting-**users<http://lists.osgeo.org/mailman/listinfo/pgrouting-users>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pgrouting-users/attachments/20130511/c807ae88/attachment.html>


More information about the Pgrouting-users mailing list