tidyterra 0.3.1
- New ggplot2 methods added:
-
Methods for
autoplot.SpatVector()
,autoplot.SpatRaster()
.autoplot.SpatRaster()
now is smarter on identifying the type of
plot to produce. Can still be overridden with parameters.
-
Methods for fortifying SpatRasters and SpatVectors:
fortify.SpatRaster()
,fortify.SpatVector()
.
-
- Three additional palettes are included on
hypso.colors()
:"artic"
,
"meyers"
and"nordisk-familjebok"
. - Added colour scales to all palettes:
scale_colour_*
. - Remove use of
ggplot2::aes_string()
. - Adapt geom_
spatraster_contour()
andgeom_spatraster_contour_filled()
to
the changes introduced in ggplot2 (3.4.0), most notably the adoption of
linewidth = .2
, by default.
What's Changed
- Add new palettes to hypso.colors() by @dieghernan in #56
- Add fortify methods by @dieghernan in #57
- Add color scales by @dieghernan in #58
- pkgdown build on ubuntu by @dieghernan in #59
- Bump actions/checkout from 2 to 3 by @dependabot in #60
- Try best practices with non-standard evaluation by @dieghernan in #63
New Contributors
- @dependabot made their first contribution in #60
Full Changelog: v0.3.0...v0.3.1