Recreate extdata/volcano2.tif
using official DEM
information from New Zealand. Source: Auckland
LiDAR 1m DEM (2013).
Add volcano2
dataset.
Fix errors on slice_min()
and
slice_max()
for SpatRasters (#20). Also add a new parameter
na.rm
.
Add new gradient scales for use on hypsometry:
scale_fill_hypso_c()
scale_fill_whitebox_c()
scale_fill_wiki_c()
scale_fill_cross_blended_c()
Add new asia.tif file on extdata
.
Add DOI.
CRAN release.
Improvements on performance:
Conversion to tibble is avoided as much as possible.
Internally use data.table
instead of
tibbles.
The package is compatible with dtplyr
.
as_spatraster()
handles tibbles with characters and
factors.
Simplification and tests for geom_spatraster()
and
geom_spatraster_rgb()
.
New methods:
pull()
transmute()
rename()
New geoms:
geom_spatraster_contour()
family.NEWS.md
file to track changes to the
package.