wsp-sag / network_wrangler

A Python Library for Managing Travel Model Network Scenarios
https://wsp-sag.github.io/network_wrangler/
Apache License 2.0
13 stars 3 forks source link

[FEATURE] Filter network to geographic bounds on read #356

Closed e-lo closed 1 month ago

e-lo commented 1 month ago

User Story

As a user I'd like to filter the network to a geographic bounds when I read it to get speed and memory benefits instead of after I've read the whole thing in.

Resolution Ideas

Add functionality to utils.io.read_table() and pass on kwargs to all functions that use it.

Tests

What are relevant tests or what tests need to be created in order to determine that this issue is complete?

e-lo commented 1 month ago

Fixed in #327