Message Boards Message Boards

0
|
2702 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Import GeoTiff (*.tif) failure

I downloaded a GeoTiff file from the google earth engine.
Mathematica keeps reporting import failure.
Files can be read within QGIS.
Does anyone know what the reason is?

Import["test.tif","GeoTiff"]
Attachments:
POSTED BY: Tsai Ming-Chou

I am not familiar with GeoTIFF, but it seems several elements are missing from the file. Perhaps WL is expecting them to be present? The error message $Failed is not very informative. You should report this to Wolfram Support.

elements = Import["~/Downloads/Test.tif", {"GeoTIFF", "Elements"}]
AssociationMap[Import["~/Downloads/Test.tif", {"GeoTIFF", #}] &, elements]
POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract