brooksjessup / parkaccess

0 stars 0 forks source link

Remove limit on travel distance? #3

Closed brooksjessup closed 2 years ago

brooksjessup commented 2 years ago

Currently, I'm limiting the travel distance to 60 mins. This means I'm only getting distance data for nodes that are within 60 mins of the nearest park.

But if I want to calculate the average distance of nodes within a census tract, then I need the distances for ALL nodes, not just those within 60 mins. Is it possible to leave the limit parameter blank in pandana?

brooksjessup commented 2 years ago

Panadana requires a limit be set. So I just set the limit very high (200 mins). That should include every node within the two-county region, so that none are excluded.