--
You received this message because you are subscribed to the Google Groups "FIELDimageR: A R package to analyze orthomosaic images from field trials." group.
To unsubscribe from this group and stop receiving emails from it, send an email to FIELDimageR...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/FIELDimageR/e804b7ea-adea-4b83-87a4-59182cf08e22n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "FIELDimageR: A R package to analyze orthomosaic images from field trials." group.
To unsubscribe from this group and stop receiving emails from it, send an email to FIELDimageR...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/FIELDimageR/eec7dcde-e92a-4d94-a124-c08db910611fn%40googlegroups.com.
Hi Artūrs,
Thanks for sharing your code and orthomosaic. There seems to be an issue with the orthomosaic generation. It is incomplete and lacks essential properties, such as minimum and maximum values. It may be helpful to review the process of creating an orthomosaic from your raw images. Hope it helps...!
EX1
class : RasterStack
dimensions : 2799, 1821, 5096979, 7 (nrow, ncol, ncell, nlayers)
resolution : 0.00633518, 0.00633518 (x, y)
extent : 103.716, 115.2524, -11.56315, 6.169022 (xmin, xmax, ymin, ymax)
crs : +proj=geocent +datum=WGS84 +units=m +no_defs
names : Maize.1.1_1, Maize.1.1_2, Maize.1.1_3, Maize.1.1_4, Maize.1.1_5, Maize.1.1_6, Maize.1.1_7
When you check the tutorial image properties, you'll see this (the min, max values, :
EX1
class : RasterStack
dimensions : 1353, 477, 645381, 3 (nrow, ncol, ncell, nlayers)
resolution : 0.06256, 0.06256 (x, y)
extent : 296600.6, 296630.4, 4888177, 4888261 (xmin, xmax, ymin, ymax)
crs : +proj=utm +zone=16 +datum=WGS84 +units=m +no_defs
names : EX1_RGB_1, EX1_RGB_2, EX1_RGB_3
min values : 7.062500, 7.171875, 5.285156
max values : 232.9180, 172.9883, 160.1172
To view this discussion on the web visit https://groups.google.com/d/msgid/FIELDimageR/CAGp-DiKAMx4PSgT-2%2BU2tUcFfT7Ubp4YphA4fyoUFsn6u0O8iA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/FIELDimageR/CAMKZOONareywXVje-wtLdxnvJzzm9_oM9GQhv4FaW9PKer9ZbQ%40mail.gmail.com.