UrbanAnalyst / m4ra

many-to-many multi-modal routing aggregator
https://urbananalyst.github.io/m4ra/
15 stars 2 forks source link

Loop over subsets of stops in m4ra_gtfs_traveltimes #21

Closed mpadge closed 1 year ago

mpadge commented 1 year ago

Because for cities like Paris, the matrices are huge and almost don't fit into 32GB of memory. Looping over subsets and saving intermediate results before a final re-assembly step will be more memory-efficient, and will also allow a progress indicator.