2007-06-11: Binary Grid Processing Service
From Datafedwiki
Back to DataFed Development Events
Inputs:
- Two grid datasets
- Grid processing algorithm (e.g., 'a+b' or '(a-b)/a')
- Settings (e.g., number of rows, columns and bounding box) for output grid
Output:
- A calculated grid based on the processing algorithm
Algorithm Description:
- For each grid cell in the output grid, find the corresponding values from the two input grids and plug their values into the user-defined processing algorithm.
Categories: DevEvents | Atomic | Yymmdd
