
AddGrids |
org.ecoinformatics.seek.gis.java_gis.AddGrids |
Name: AddGrids.java
Purpose: The purpose of this actor is to 'merge' multiple ASC grids. This differs from
MergeGrid in that more than 2 grids can be merged.
Extent and cell size will match that of the first grid.
The primary purpose is to combine stochastic grids to give a spatial
distribution where more probable cells have larger values. Thus,
cell values are added for all pixels in the input grid file list.
Author(s): : Dan Higgins NCEAS UC Santa Barbara
Version:
gridFilenameArrayPort
A string array of filenames of grid files to be added
mergedGridFileName
The name to be given to the resulting output file
mergedGridFileResult
The file name of the resulting grid (acts as a trigger when addition is complete)