[postgis-users] flow analysis

Jonatan Malaver jon.malaver at shrewsburyma.gov
Tue May 14 10:20:48 PDT 2013


The WITH RECURSIVE construct looks a lot as to what I am trying to do. I'm not sure if pgRouting has functions already built in.

Thanks,

Jonatan Malaver

-----Original Message-----
From: postgis-users-bounces at lists.osgeo.org [mailto:postgis-users-bounces at lists.osgeo.org] On Behalf Of Stephen Woodbridge
Sent: Tuesday, May 14, 2013 1:12 PM
To: postgis-users at lists.osgeo.org; pgRouting Users List
Subject: Re: [postgis-users] flow analysis

Hi,

Here is a write up of a Max Flow Analysis I found on the pgRouting wiki:

https://github.com/pgRouting/pgrouting/wiki/Max-Flow

But I am not aware that this was ever implemented. I also searched to see if Jay had it in fork but did not see one.

I'm CC'ing this to the pgRouting list as someone might have more information on this.

-Steve

On 5/14/2013 1:02 PM, Nicolas Ribot wrote:
> Hi,
>
> The WITH RECURSIVE construct allows to walk a graph:
>
> This link may help:
> http://blog.cleverelephant.ca/2010/07/network-walking-in-postgis.html
>
> Nicolas
>
>
> On 14 May 2013 18:40, Jonatan Malaver <jon.malaver at shrewsburyma.gov 
> <mailto:jon.malaver at shrewsburyma.gov>> wrote:
>
>     Hello, is it possible to do any flow analysis? For example, query
>     postgis for what down flow a certain point?____
>
>     __ __
>
>     Thanks,____
>
>     __ __
>
>     Jonatan Malaver____
>
>     __ __
>
>
>     _______________________________________________
>     postgis-users mailing list
>     postgis-users at lists.osgeo.org <mailto:postgis-users at lists.osgeo.org>
>     http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
>
>
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
>

_______________________________________________
postgis-users mailing list
postgis-users at lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users


More information about the postgis-users mailing list