mgastner / cartogram-cpp

Cartogram generator in C++
MIT License
8 stars 4 forks source link

Adjust grid size dynamically based on change in area error #150

Closed adisidev closed 10 months ago

adisidev commented 2 years ago

~In the future, it may also be helpful to make the fill_with_desnity smaller once grid size goes above 512.~ (implemented already now).

This considerably speeds up most maps, as they do not require as fine-grain a resolution as 512 x 512. Fine-tuning grid_factor may be looked in the future.

nihalzp commented 10 months ago

The content of this PR has been merged to the 'merge-pr' branch.