Unexpected UInt16 Data Type when building MGRS Landsat Timeseries

Issue #31 resolved
Andreas Janz created an issue

When building Timeseries Stack for input data 141.20.140.91\NAS_Work\EuropeanDataCube\landsat, footprints ['160024','161023','161024'] the resulting images have an unexpected data tye UInt16

Comments (3)

  1. Andreas Janz reporter

    The footprints have mixed file types ENVI BSQ and GTiff with Int16 and UInt16 data types. When building VRT stacks and writing them to disk using gdalbuildvrt and gdal_translate the UInt16 data type is implicitely choosen. Passing the -ot Int16 option to gdal_translate fixes the problem.

  2. Log in to comment