Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while trying to read custom data #37

Open
tejasri19 opened this issue Sep 12, 2022 · 4 comments
Open

Error while trying to read custom data #37

tejasri19 opened this issue Sep 12, 2022 · 4 comments

Comments

@tejasri19
Copy link

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
Copy link
Collaborator

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

@tejasri19
Copy link
Author

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

@nfahlgren
Copy link
Collaborator

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants