Getting from Correspondences to Animation
I used @rukemn's PointMovementCompleter
as the basis to get from the correspondences (as output of the dynamic program) to the timing of the transition and the output of the animation as svg. All functions are in the package de.geoinfobonn.traveltimemaps.schematicmorph.timing
and a test for three provided examples (larger_example
, graph_condensation
and independent_timing
) can be found in the class PointMovementGeneratorTest