rnaturalearth
Access Natural Earth map data for producing world maps in R
rnaturalearth finished its sp exit and is now optimising how the data actually arrives.
◆Recent moves
- 6mo ago
rnaturalearth 1.2.0
Adds caching to `ne_download()` for persistent `destdir` values, replaces devtools with pak for installing the companion data packages, and copes with Natural Earth's inconsistent raster archives. Practical friction removal for repeated use.
View source ↗ - 1y ago
rnaturalearth 1.1.0
Reads data straight from the zip via the GDAL Virtual File System, begins the move from shapefile to GeoPackage for unloaded downloads, and updates the base URL to naciscdn.org. It removes the extraction step from the download path entirely.
View source ↗ - 2y ago
rnaturalearth 1.0.0 drops sp for sf and terra
Ends sp support across `ne_countries()`, `ne_coastline()`, `ne_states()`, `ne_load()` and `ne_download()`, defaulting to sf with terra's SpatVector as the alternative. Breaking, but telegraphed in 0.3.3 and tracking rgdal's retirement rather than leading it.
View source ↗ - 3y ago
rnaturalearth 0.3.3 deprecates sp, imports terra
Adds lifecycle badges warning that sp support will be dropped and pulls terra into Imports. The setup release for the 1.0.0 break.
View source ↗