GRID to GRID draft: Difference between revisions

Content deleted Content added
Line 50:
==Maximum==
'''"-max"'''<br>
Determines the maximum value in all the input .asc files. Two output grids are created:<br>
*A numerical grid containing the maximum value.<br>
*A classified grid with the namesuffix _src.asc which contains the source grid for the maximum value.<br>
Examples:<br>
*Creates a new grid containing the maximum of the 3 input water level grids.<br>
:<tt>grid_to_grid.exe -max Q100_30min_h.asctif Q100_45min_h.asc Q100_60min_h.asc</tt><br>
*As per item 2 above, but specifies the output name "Q100_Max_Levels.asc".<br>
:<tt>grid_to_grid.exe -out Q100_Max_Levels.asc -max Q100_30min_h.asc Q100_45min_h.asc Q100_60min_h.asc</tt><br>