Skip to content

tidyterra 0.0.1

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