Releases: dieghernan/rasterpic
Releases · dieghernan/rasterpic
rasterpic 0.4.0
- Migrate vignettes to Quarto.
Full Changelog: v0.3.1...v0.4.0
rasterpic 0.3.1
- New logo.
- Minimum R version required is now 4.1.0.
- Minor internal and documentation improvements.
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #30
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #31
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #32
Full Changelog: v0.3.0...v0.3.1
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.0avoiding
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 #28
Full Changelog: v0.2.6...v0.3.0
rasterpic 0.2.6
- Update documentation.
Full Changelog: v0.2.5...v0.2.6
rasterpic 0.2.5
- Update documentation.
- Title and Description of the package are more specific.
Full Changelog: v0.2.5...v0.2.5
rasterpic 0.2.4
- Ensure
SpatVectors always havecrs. - If the image has less than 3 channels the raster output does not have the
property RGB (terra::has.RGB()isFALSE). 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 #20
- Bump github/codeql-action from 2 to 3 by @dependabot in #19
- [ImgBot] Optimize images by @imgbot in #21
- Update docs by @dieghernan in #22
- [ImgBot] Optimize images by @imgbot in #23
Full Changelog: v0.2.3...v0.2.4
rasterpic 0.2.3
- Now
asp_ratiois an internal function. - Improve docs and tests.
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #16
- Improve tests for remote images by @dieghernan in #17
Full Changelog: v0.2.2...v0.2.3
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 #8
- Fix covr by @dieghernan in #9
- [ImgBot] Optimize images by @imgbot in #10
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v0.2.1...v0.2.2
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #8
- Fix covr by @dieghernan in #9
- [ImgBot] Optimize images by @imgbot in #10
Full Changelog: v0.2.1...v0.2.2
rasterpic 0.2.1
- Add tidyterra to 'Suggests'
What's Changed
- Add tidyterra by @dieghernan in #6
Full Changelog: v0.2.0...v0.2.1
rasterpic 0.2.0
-
Add support for:
-
terra:
SpatVector,SpatExtent, -
sf:
sfg,sf::st_bbox(). -
Numeric vectors
c(xmin, ymin, xmax, ymax)
-
-
Now
imgparameter onrasterpic_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