OpenDroneMap / FIELDimageR

FIELDimageR: A R package to analyze orthomosaic images from agricultural field trials. This package is a compilation of functions to analyze pos-mosaicking images from research fields, and allows to: crop the image; remove soil effect; build vegetation indices; rotate the image; build the plot shapefile; extract information for each plot; and evaluate stand count, canopy percentage, and plant height.
GNU General Public License v2.0
230 stars 89 forks source link

Error while trying to read custom data #37

Open tejasri19 opened 1 year ago

tejasri19 commented 1 year ago

I get the following error while trying to read our own data.

proj_uom_get_info_from_database: cannot build unit of measure 9115: non double value

nfahlgren commented 1 year ago

I'm assuming this error is generated when running the stack function? If so, it is from the raster package

tejasri19 commented 1 year ago

I get the same error while using brick, raster packages to visualize the tif image.

nfahlgren commented 1 year ago

The error suggests to me that the data type in your TIF is not supported by raster - perhaps there are missing values or the numeric data type is not supported

tejasri19 commented 1 year ago

The error suggests to me that the data type in your TIF is not supported by raster - perhaps there are missing values or the numeric data type is not supported

My data file is of high memory. I could open it in QGIS and reduce the memory and then could use the FIELDimageR. Is there any package to read high memory size tif files?