Skip to content

Releases: dieghernan/rasterpic

rasterpic 0.2.6

17 Dec 12:01
Compare
Choose a tag to compare
  • Update documentation.

Full Changelog: v0.2.5...v0.2.6

rasterpic 0.2.5

12 Apr 18:41
Compare
Choose a tag to compare
  • Update documentation.
  • Title and Description of the package are more specific.

Full Changelog: v0.2.5...v0.2.5

rasterpic 0.2.4

18 Jan 15:22
Compare
Choose a tag to compare
  • Ensure SpatVectors always have crs.
  • If the image has less than 3 channels the raster output does not have the
    property RGB (terra::has.RGB() is FALSE). This is expected to be a
    corner case.
  • If the image file (i.e. tiff) already has a RGB definition, keep that in
    the output.
  • Update docs and tests.

What's Changed

Full Changelog: v0.2.3...v0.2.4

rasterpic 0.2.3

08 Sep 18:25
Compare
Choose a tag to compare
  • Now asp_ratio is an internal function.
  • Improve docs and tests.

What's Changed

Full Changelog: v0.2.2...v0.2.3

rasterpic 0.2.2

18 Apr 18:07
Compare
Choose a tag to compare
  • Remove unused dependencies

  • Improve docs.

  • Fix typos on messages.

  • Declares output as RGB raster with terra::RGB().

  • Add ggplot2 to "Suggests".

What's Changed

New Contributors

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

What's Changed

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

rasterpic 0.2.1

10 Jun 13:05
Compare
Choose a tag to compare
  • Add tidyterra to 'Suggests'

What's Changed

Full Changelog: v0.2.0...v0.2.1

rasterpic 0.2.0

18 Feb 10:22
Compare
Choose a tag to compare
  • Add support for:

    • terra: SpatVector, SpatExtent,

    • sf: sfg, sf::st_bbox().

    • Numeric vectors c(xmin, ymin, xmax, ymax)

  • Now img parameter on rasterpic_img() accepts online images.

  • Add an article
    to the pkgdown site

  • Fix CRAN errors.

What's Changed

  • Add support for SpatVector, SpatExtent and character bboxes by @dieghernan in #4

Full Changelog: v0.1.0...v0.2.0

rasterpic 0.1.0

27 Jan 10:05
Compare
Choose a tag to compare
  • Initial release