tidyterra 0.6.0
- Requires ggplot2 (>= 3.5.0).
- New methods for
SpatVector
objects:pivot_longer.SpatVector()
andpivot_wider.SpatVector()
.fill.SpatVector()
.
- New geom
geom_spatraster_contour_text()
implemented on top of
isoband::isolines_grob()
. glimpse.SpatRaster()
andglimpse.SpatVector()
now displays information
using?tibble::print.tbl_df
approach for the header and the footer. The
body is still displayed transposed as ofdplyr::glimpse()
. See
pillar::tbl_format_header()
andpillar::tbl_format_footer()
for
examples.as_sf()
converts aSpatVector
to asf
object with an additional
tbl_df
class for pretty printing.fortify.SpatRaster()
gains a new argumentpivot
that allows better
integration with other ggplot2 geoms when pivoting. This is a wrapper of
tidyr::pivot_longer()
.- Tidy documentation.
- metR added to Suggests.
What's Changed
- Add
pivot
methods by @dieghernan in #133 - Add
fill
method by @dieghernan in #135 - Improve glimpse method by @dieghernan in #136
- Make docs tidy by @dieghernan in #138
- Add
geom_spatraster_contour_text
by @dieghernan in #143 - New argument on fortify by @dieghernan in #144
- Doc update by @dieghernan in #145
Full Changelog: v0.5.2...v0.6.0