Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColorblue
titleColor#ffffff
borderWidth1
titleBGColor#2b32ff
borderStylesolid
titleRecommendation:

Include only one variable per GeoTIFF File.

Recommendation Details: The GeoTIFF format was initially developed during the early 1990’s with the objective being to leverage a mature platform independent file format (TIFF) by adding metadata required for describing and using geographic image data (OGC, 2019).

...

We Discourage Packing Multiple Different Variables in a Multi-Band GeoTIFF File.:  At this moment, there is no commonly-agreed-upon approach to tag GeoTIFF files at the band-level to associate metadata (e.g. variable name and units) to each individual band.  Even though there are libraries (like GDAL) that support adding custom-defined metadata tags to individual bands of GeoTIFF files, many tools and applications still lack the capability to add or use such custom-defined metadata tags at the band-level.  Such GeoTIFF files become less self-descriptive and thus decreasing their interoperability.  Different data variables must be in the same data type (e.g. Int16 and Float32) once being physically stacked as multiple bands in a GeoTIFF file.

...