psrc / urbansim2

3 stars 0 forks source link

Speed-up within-walking-distance variables #39

Closed hanase closed 7 years ago

hanase commented 7 years ago

Currently it's implemented using scipy cKDTree, see #32. It's quite slow. Maybe pandana would help. Or, as we did in Opus, using gridcells.

hanase commented 7 years ago

Solved by using the gridcells table as has been done in Opus, see #32 for details.