New release of cartography

cartography
Author

Timothée Giraud

Published

January 20, 2023

A new version of cartography has been released on CRAN this week. cartography is a thematic mapping package for R that has entered in maintenance mode on March 2021.

This release has been triggered by the upcoming retirement (archiving) of rgdal, rgeos and maptools (see R-spatial evolution: retirement of rgdal, rgeos and maptools and Progress on R-spatial evolution, Dec 2022).
So, this release does not import any of these packages anymore and this is done at the cost of losing one function: getTiles(). The purpose of getTiles() was to download and compose raster tiles from a large number of providers.
Fortunately, the maptiles package can be used to replace this function. It has the same features and is more robust.

For the same kind of reasons, smoothLayer() function has been deprecated. This function is using the SpatialPosition package to compute potentials. Potentials computations are now offered by the potential package.

Key messages for cartography users
  • Consider switching from cartography to mapsf. mapsf is the successor of cartography, it offers the same core features, it is friendlier, lighter and more robust.
  • Use maptiles instead of getTiles(). It offers the same features using a modern packages.
  • Use potential instead of smoothLayer(). It offers more features using modern packages.

See the NEWS file for the complete list of changes.