Geo General  1
 All Classes Files Functions Variables Pages
mergeRaster

This executable will merge a list of files from an input path into a single output raster of the same data type and number of bands as the input rasters. It assumes that all input rasters are consistent type, dimension etc.

Execute with:

./mergeRaster <inputPath> <outputPath>

Output will be a single file where each pixel value is a uint16_t representation of the sum of all input raster values.

Copyright 2014 Google Inc. All rights reserved.