Tidyterra Versions Save

tidyverse and ggplot2 methods for terra spatial objects

v0.2.1

1 year ago
  • Now geom_spatraster_rgb() works with facet_wrap() (#35)
  • Improve facetting when the plot facets are created using non-Spat* layers.
  • Precompute vignettes.

What's Changed

Full Changelog: https://github.com/dieghernan/tidyterra/compare/v0.2.0...v0.2.1

v0.2.0

1 year ago
  • 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.

What's Changed

Full Changelog: https://github.com/dieghernan/tidyterra/compare/v0.1.0...v0.2.0

v0.1.0

2 years ago

v0.0.1

2 years ago
  • 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.