David Wasserman

Results 36 comments of David Wasserman

Hi Sam, That is essentially correct. I borrowed from that assuming you had nodes and edges. Thanks clearer docs are great. No problem on vincenty. Thought you would like to...

Hi @sablanchard, This echos what I thought I could do based on how headway are computed. The fact they are accessible in a table is very convenient, and thanks for...

To add on to this, I am also running into this issue with pre-compute.

I guess from a user perspective this seems to be a new introduction to the library, but thinking on it it might just be non-linear growth in data consumption at...

Hi @fscottfoti , In networkx, the edges are one-way by default. In pandana, your docs say [twoway=True is the default](https://udst.github.io/pandana/network.html). Is this correct? The way I would approach this outside...

That is what I was thinking too in pandas. Do the edge flip then append myself and set twoway=False. I think this could be pretty isolated convenience function for pandana...

@fscottfoti I felt I should report back after the help I got here and from @sablanchard. Thanks again. Long story short, I gave up on using NetworkX, and found a...

@smmaurer I also think this makes sense, but also I have usually seen the convention be that you have to declare one-way segments (directed edges) rather twoway segments. This makes...

Agreed. To be honest, I am not sure anyone is really qualified to speak to "convention", but I will qualify it by saying 'based on my understanding of the convention...

Hi @fillipefeitosa, I recently updated this code with a few minor changes that resolves some bugs. To keep the discussion related to Pandana, I have moved this code to this...