Releases: dieghernan/rasterpic
Releases · dieghernan/rasterpic
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
SpatVector
s 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_ratio
is 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
img
parameter 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
rasterpic 0.1.0
- Initial release