itinero / routing

The routing core of itinero.
Apache License 2.0
220 stars 70 forks source link

Add to existing matrix? #329

Open EvilDonkey opened 3 years ago

EvilDonkey commented 3 years ago

Hey, thanks for all your hard work. Really enjoy Itinero Routing.

I have a question related to WeightMatrixAlgorithm. I have around 6000 locations and making a matrix takes 2-4min on my laptop, which is fine. However, sometimes I need to add a few more locations, after the matrix is done, which again takes 2-4min. Is there any way to build upon a existing MatrixResult?