Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pickle a TransportNetwork object #400

Open
r-leyshon opened this issue Feb 6, 2024 · 0 comments
Open

pickle a TransportNetwork object #400

r-leyshon opened this issue Feb 6, 2024 · 0 comments

Comments

@r-leyshon
Copy link

Is your feature request related to a problem? Please describe.

The expensive part of an r5py workflow are:

  • building the network
  • computing travel times

Being able to write pre-built networks to disk would be really useful. I recall OTP had a similar functionality.

Describe the solution you'd like

Store the built networks on disk for fast retrieval on subsequent travel time operations.

Describe alternatives you've considered

Writing the travel time matrices is fine, but revisiting old networks with new questions is what I presume to be a common requirement. Eg, I have the same area of interest but now I have new origins / destinations to compute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant