Difference between revisions of "TUFLOW Message 0635"

From Tuflow
Jump to navigation Jump to search
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{TUFLOW_Message
 
{{TUFLOW_Message
|tuflow_message=ERROR 0635 -  
+
|tuflow_message=ERROR 0635 - Require at least one IFD in GeoTIFF file.
|alt_msg=NA<br>
+
|alt_msg=ERROR 0635 - TUFLOW currently only supports LZW, PackBits, Deflate compression or no commpression in GeoTIFF. Compression type found: <>.<br>
 +
ERROR 0635 - Unable to determine compression type in GeoTIFF.<br>
 +
ERROR 0635 - TUFLOW currently only supports 1 sample per pixel in GeoTIFF. Number of samples per pixel found: <>.<br>
 +
ERROR 0635 - TUFLOW currently only supports horizontal difference predictors or no predictor. Predictor found: <>.<br>
 +
ERROR 0635 - TUFLOW currently only supports 32-bit float data in TIF. Current TIF is using: <>.<br>
 +
ERROR 0635 - TUFLOW does not currently support TIF tile format.<br>
 +
ERROR 0635 - GeoTIFF ASCII Parameter GeoKey is not type ascii.<br>
 +
ERROR 0635 - Unrecognised TIF format: <>.<br>
 +
ERROR 0635 - Unexpected issue reading TIF Header.<br>
 +
ERROR 0635 - Unrecognised byte order in TIF header: <>.<br>
 +
ERROR 0635 - Unexpected issue reading TIF Header - number of directories in IFD < 0.<br>
 +
ERROR 0635 - Raster Band '<>' not in TIF (maximum number of bands in TIF: <>).<br>
 +
ERROR 0635 - Writing TIF Header.<br>
 +
ERROR 0635 -  Writing data to TIF.<br>
 +
WARNING 0635 - GeoTIFF ASCII Parameter GeoKey not found.<br>
 +
WARNING 0635 - GeoTIFF geokey directory not found.<br>
  
|type=[[ERROR]]
+
|type=[[ERROR]]<br>
 +
[[WARNING]]
 
|message_desc=
 
|message_desc=
|suggestions=
+
|suggestions= <b>ERROR 0635 - TUFLOW does not currently support TIF tile format.</b><br>
 +
The TIF format supports storing data in both a tiled and strip structure. The 2023-03 release only supports the strip structure as this is the most common and the default out of QGIS/GDAL. <br>
 +
[[File: tif_strip_tile_structure.PNG]]<br>
 +
To convert a tiled GeoTIFF to a format that TUFLOW 2023-03 can read, please use one of the steps below. Please ensure you don't select 'Cloud Optimised GeoTIFF' as an output as this format uses a tiled format.
 +
* Open the GeoTIFF in QGIS and export it into a new GeoTIFF (QGIS by default will use a strip structure)
 +
* Use the raster conversion tool in QGIS (via the menu "Raster >> Conversion >> Translate") - the default GeoTIFF format will be use the strip structure
 +
* Use "raster_translate" GDAL tool either through the processing toolbox in QGIS or by following the instructions on the following wiki page to use GDAL directly:
 +
: <u>[[Raster_Format_Conversion_Using_gdal_translate#Cloud_Optimised_GeoTIFFs | Converting from Cloud Optimised GeoTIFFs]]</u>
 +
 
 +
 
  
|prelink=[[TUFLOW_Message_0634|Message 0634]]
 
 
|uplink=[[0xxx_TUFLOW_Messages|0xxx Messages]]
 
|uplink=[[0xxx_TUFLOW_Messages|0xxx Messages]]
|nextlink=[[TUFLOW_Message_0636|Message 0636]]
 
 
}}
 
}}

Latest revision as of 16:28, 4 January 2024

TUFLOW Message
ERROR 0635 - Require at least one IFD in GeoTIFF file.

Alternate Message
ERROR 0635 - TUFLOW currently only supports LZW, PackBits, Deflate compression or no commpression in GeoTIFF. Compression type found: <>.
ERROR 0635 - Unable to determine compression type in GeoTIFF.
ERROR 0635 - TUFLOW currently only supports 1 sample per pixel in GeoTIFF. Number of samples per pixel found: <>.
ERROR 0635 - TUFLOW currently only supports horizontal difference predictors or no predictor. Predictor found: <>.
ERROR 0635 - TUFLOW currently only supports 32-bit float data in TIF. Current TIF is using: <>.
ERROR 0635 - TUFLOW does not currently support TIF tile format.
ERROR 0635 - GeoTIFF ASCII Parameter GeoKey is not type ascii.
ERROR 0635 - Unrecognised TIF format: <>.
ERROR 0635 - Unexpected issue reading TIF Header.
ERROR 0635 - Unrecognised byte order in TIF header: <>.
ERROR 0635 - Unexpected issue reading TIF Header - number of directories in IFD < 0.
ERROR 0635 - Raster Band '<>' not in TIF (maximum number of bands in TIF: <>).
ERROR 0635 - Writing TIF Header.
ERROR 0635 - Writing data to TIF.
WARNING 0635 - GeoTIFF ASCII Parameter GeoKey not found.
WARNING 0635 - GeoTIFF geokey directory not found.

Message Type
ERROR
WARNING

Description


Suggestions
ERROR 0635 - TUFLOW does not currently support TIF tile format.
The TIF format supports storing data in both a tiled and strip structure. The 2023-03 release only supports the strip structure as this is the most common and the default out of QGIS/GDAL.
Tif strip tile structure.PNG
To convert a tiled GeoTIFF to a format that TUFLOW 2023-03 can read, please use one of the steps below. Please ensure you don't select 'Cloud Optimised GeoTIFF' as an output as this format uses a tiled format.

  • Open the GeoTIFF in QGIS and export it into a new GeoTIFF (QGIS by default will use a strip structure)
  • Use the raster conversion tool in QGIS (via the menu "Raster >> Conversion >> Translate") - the default GeoTIFF format will be use the strip structure
  • Use "raster_translate" GDAL tool either through the processing toolbox in QGIS or by following the instructions on the following wiki page to use GDAL directly:
Converting from Cloud Optimised GeoTIFFs


Up
Go-up.png 0xxx Messages