UDST / pandana

Pandas Network Analysis by UrbanSim: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:
http://udst.github.io/pandana
GNU Affero General Public License v3.0
385 stars 84 forks source link

[Feature Request] Aggreggation queries to subset of nodes #162

Open chourmo opened 3 years ago

chourmo commented 3 years ago

I would be interested in limiting net.aggregate or net.nearest_pois queries to a subset of nodes to make them faster.

This would be useful to avoid nodes :

API wise, a subset keyword with a list of nodes in net.aggregate and net.nearest_pois would be great.