tidyterra 0.4.0
- This release focuses heavily on SpatVectors. The improvements have been:
- New methods for SpatVectors:
glimpse.SpatVector()
arrange.SpatVector()
distinct.SpatVector()
inner_join.SpatVector()
,left_join.SpatVector()
,
right_join.SpatVector()
andfull_join.SpatVector()
semi_join.SpatVector()
andanti_join.SpatVector()
summarise.SpatVector()
rowwise.SpatVector()
group_by.SpatVector()
,ungroup.SpatVector()
count.SpatVector()
,tally.SpatVector()
bind_spat_cols()
,bind_spat_rows()
- Already implemented methods now works with
dplyr::group_by()
. - Internal review of code. Now the methods does not rely on
sf::st_as_sf()
coercion. In fact coercion between object classes is
avoided as much as possible.
- New methods for SpatVectors:
- New
glimpse.SpatRaster()
method for SpatRaster. - Other coercing and helper functions:
as_spatvector()
as_sf()
is_grouped_spatvector()
What's Changed
- Add new methods for SpatVectors by @dieghernan in #82
- Update docs and fix tests by @dieghernan in #85
- Add bind methods for SpatVector by @dieghernan in #86
- Adapt SpatVectors methods by @dieghernan in #87
- Re-think group handling by @dieghernan in #90
- [ImgBot] Optimize images by @imgbot in #91
- Add rowwise for SpatVectors by @dieghernan in #92
New Contributors
Full Changelog: v0.3.2...v0.4.0