- With the new
n_cpu
option incartogram_cont()
andcartogram_ncont()
, the distortion can be calculated on multiple CPU cores. - The default value for the treshold option in cartogram_cont() will be automatically increased if the weighting variable contains a lot of zeros.
- New testthat tests
- Remove sp, rgdal and maptools from examples and suggestions.
cartogram_cont()
has a new parameterverbose = FALSE
to hide print of size error on each iteration.
- Fix geometry replacement in cartogram_ncont
- Migrated all functions to sf, fixed problems with multipolygons.
- cartogram functions won't accept features with longitude/latitude coordinates anymore.
- Update sf code. Thanks to @Nowosad for speeding things up!
- Non-Overlapping Circles Cartogram (Dorling)
- sf support added
- Non-contiguous Area Cartogram
- Prepare data with missing or extreme values before cartogram calculation for faster convergence
- Initial Release