Hi Everyone!
#In my example, I have a single dji image in *JPG:
library(terra)
single.image <-stack("
https://github.com/Leprechault/trash/raw/main/DJI_0274.JPG")
plotRGB(single.image, r = 3, g = 2, b = 1, stretch = "lin")
# class : RasterStack
# dimensions : 3648, 4864, 17743872, 3 (nrow, ncol, ncell, nlayers)
# resolution : 1, 1 (x, y)
# extent : 0, 4864, 0, 3648 (xmin, xmax, ymin, ymax)
# crs : NA
# names : DJI_0274_1, DJI_0274_2, DJI_0274_3
#and the correspond Metadata in *jgw file:
I'd like to know if is possible to add the metadata to the image in order to have a single georeferenced image
and save it in *tif format using FIELDimageR package?
Thanks in advance!
Alexandre