This package contains example code for reading and exporting data from different data sources within a data product. The input data products can either have ENVISAT or MATBX-DIMAP format.

Currently three examples are provided:

  1. {@link BandWriterMain} is a command-line tool which can be used to export bands from a product. The example code shows you how to read and write specific bands in their native data format.
  2. {@link TiePointGridWriterMain} is a command-line tool which can be used to export tie-piont grids from a product. The example code shows you how to read and write specific tie-point grids interpolated into the product's scene raster co-ordinates.
  3. {@link BitmaskWriterMain} is a command-line tool which can be used to export bit-mask images computed from arbitrarily formed bit-mask expressions. The example code shows you how to read a bit-mask from a product using a pre-compiled bit-mask expression which can contain references to multiple flag datasets at the same time.
@see matbx.framework.dataio @see matbx.framework.dataop @see matbx.util