Recent Releases of rasterpic

rasterpic - rasterpic 0.3.0

  • When the output has 3 or more layers, the first three are renamed as "r", "g", "b". In cases with 4 layers or more the fourth layer is renames as "alpha". This allows compatibility with tmap >= 4.0 avoiding error ! [subset] you cannot select a layer with a name that is not unique.

What's Changed

  • Bump dieghernan/cran-status-check from 1 to 2 by @dependabot in https://github.com/dieghernan/rasterpic/pull/28

Full Changelog: https://github.com/dieghernan/rasterpic/compare/v0.2.6...v0.3.0

- R
Published by dieghernan about 1 year ago

rasterpic - rasterpic 0.2.6

  • Update documentation.

Full Changelog: https://github.com/dieghernan/rasterpic/compare/v0.2.5...v0.2.6

- R
Published by dieghernan over 1 year ago

rasterpic - rasterpic 0.2.5

  • Update documentation.
  • Title and Description of the package are more specific.

Full Changelog: https://github.com/dieghernan/rasterpic/compare/v0.2.5...v0.2.5

- R
Published by dieghernan about 2 years ago

rasterpic - rasterpic 0.2.4

  • 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

  • Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/dieghernan/rasterpic/pull/20
  • Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/dieghernan/rasterpic/pull/19
  • [ImgBot] Optimize images by @imgbot in https://github.com/dieghernan/rasterpic/pull/21
  • Update docs by @dieghernan in https://github.com/dieghernan/rasterpic/pull/22
  • [ImgBot] Optimize images by @imgbot in https://github.com/dieghernan/rasterpic/pull/23

Full Changelog: https://github.com/dieghernan/rasterpic/compare/v0.2.3...v0.2.4

- R
Published by dieghernan over 2 years ago

rasterpic - rasterpic 0.2.3

  • Now asp_ratio is an internal function.
  • Improve docs and tests.

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/dieghernan/rasterpic/pull/16
  • Improve tests for remote images by @dieghernan in https://github.com/dieghernan/rasterpic/pull/17

Full Changelog: https://github.com/dieghernan/rasterpic/compare/v0.2.2...v0.2.3

- R
Published by dieghernan over 2 years ago

rasterpic - rasterpic 0.2.2

  • Remove unused dependencies

  • Improve docs.

  • Fix typos on messages.

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

  • Add ggplot2 to "Suggests".

What's Changed

  • Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/dieghernan/rasterpic/pull/8
  • Fix covr by @dieghernan in https://github.com/dieghernan/rasterpic/pull/9
  • [ImgBot] Optimize images by @imgbot in https://github.com/dieghernan/rasterpic/pull/10

New Contributors

  • @dependabot made their first contribution in https://github.com/dieghernan/rasterpic/pull/8

Full Changelog: https://github.com/dieghernan/rasterpic/compare/v0.2.1...v0.2.2

- R
Published by dieghernan about 3 years ago

rasterpic - rasterpic 0.2.1

  • Add tidyterra to 'Suggests'

- R
Published by dieghernan almost 4 years ago

rasterpic - rasterpic 0.2.0

  • 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.

- R
Published by dieghernan over 4 years ago

rasterpic - rasterpic 0.1.0

  • Initial release

- R
Published by dieghernan over 4 years ago