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 when some_filename.tif.aux.xml is present #23

Open
wiesehahn opened this issue Aug 7, 2023 · 0 comments
Open

Error when some_filename.tif.aux.xml is present #23

wiesehahn opened this issue Aug 7, 2023 · 0 comments

Comments

@wiesehahn
Copy link

I encountered error

ERROR 4: `filepath.tif.aux.xml' not recognized as a supported file format.
Error in if (any(nchar(x) < 1)) stop(sprintf(mess, "Not a valid character vector:")) : 
  missing value where TRUE/FALSE needed

when I tried to read

ras <- ezwarp(
  x = "filepath.tif", 
  y = src, 
  res = 1000)

Strangely ezwarp tried to read the filepath.tif.aux.xml file which was automatically produced when I read the data in QGIS. When I deleted the file it was no problem for ezwarp to rad the .tif file.

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

1 participant