Skip to content

Releases: dieghernan/tidyterra

tidyterra 0.2.2

30 Sep 06:35
Compare
Choose a tag to compare
  • Changes on how dplyr, tibble and tidyr are attached. Now these
    packages are listed on 'Depends' and are attached before tidyterra when
    library or require is called. Messages on load can be suppressed with
    suppressPackageStartupMessages(library(tidyterra)).

What's Changed

Full Changelog: v0.2.1...v0.2.2

tidyterra 0.2.1

23 Sep 12:04
Compare
Choose a tag to compare
  • 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: v0.2.0...v0.2.1

tidyterra 0.2.0

21 Jun 09:55
7945413
Compare
Choose a tag to compare
  • 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: v0.1.0...v0.2.0

tidyterra 0.1.0

24 May 15:26
Compare
Choose a tag to compare
  • Add DOI.

  • CRAN release.

Full Changelog: v0.0.1...v0.1.0

tidyterra 0.0.1

23 May 08:09
8409d59
Compare
Choose a tag to compare
  • 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.