Skip to content

Getting from Correspondences to Animation

Axel Forsch requested to merge transitionCells into master

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

Merge request reports