stefancoe

Results 19 comments of stefancoe

@semcogli-that is a great idea! Funny because we are doing that already in our accessibility script to get the distance from each parcel to nearest transit stop. Thanks also to...

Actually, it looks like this is being done purposefully on all dead end segments. It seems that Nodes that are not intersecting 2 or more ways are removed. See line...

I'll try to do a test by keeping all the nodes. BTW, we are using this library as part of our activity based model to generate parcel accessibility variables and...

Sorry for the late response. I am at PSRC and we are using Pandana to build accessibility metrics for our ABM, which you can see here: https://github.com/psrc/soundcast/blob/dev/scripts/accessibility/accessibility.py I am finally...

Overdue update-I ended up creating an OSM network in GIS and then creating text files for the edges and nodes, which are used to build the pandana network. This was...

No problem- I went through the same testing process and it is still an issue. It looks like line 688 in load.py is only getting edges that have nodes that...

Yes- it turns out the missing households have an income of 49,999 or 74,999 so this is a problem with our control totals. But maybe a warning is warranted?

I am experiencing the same issue. The returned distance between two nodes of interest is about a mile shorter than the Euclidian distance. NetworkX is able to return a distance...

@jpn-- I am hoping this will include better documentation of maz_to_maz bike and walk impedances with some more detail about the blending parameters (e.g. max_blend_distance) and exactly how they work....