FIELDimageR icon indicating copy to clipboard operation
FIELDimageR copied to clipboard

Error while trying to read custom data

Open tejasri19 opened this issue 3 years ago • 4 comments

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

tejasri19 avatar Sep 12 '22 13:09 tejasri19

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

nfahlgren avatar Sep 12 '22 14:09 nfahlgren

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

tejasri19 avatar Sep 13 '22 06:09 tejasri19

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

nfahlgren avatar Sep 13 '22 16:09 nfahlgren

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?

tejasri19 avatar Sep 22 '22 06:09 tejasri19