- The new
n_cpuoption incartogram_cont()andcartogram_ncont()enables distortion calculation across multiple CPU cores (thanks to e-kotov!) - The default threshold value in
cartogram_cont()will now automatically increase if the weighting variable contains a significant number of zeros. - Additional tests have been implemented.
- Remove
sp,rgdalandmaptoolsfrom examples and suggestions. cartogram_cont()has a new parameterverbose = FALSEto 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