/fast-linear-carto

Spatially-informative linear cartograms using least squares adjustment.

Primary LanguageC++

Fast linear cartograms

Spatially-informative linear cartograms using least squares adjustment.

Teaser image

For details, see:

Realtime linear cartograms and metro maps [ doi, author's copy ] Thomas C. van Dijk, Dieter Lutz (Lehrstuhl für Informatik I, Universität Würzburg)- SIGSPATIAL '18: Proceedings of the 26th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems (November 2018) Pages 488–491

Building

Run make in the src directory.

Dependencies

Convenience copies of eigen, pugixml and shapelib are included in the repository.

The graphical user interface uses FLTK and some algorithms use CGAL: your compiler needs to be able to find them. We recommend the vcpkg package manager.