GRID to GRID draft: Difference between revisions

Content deleted Content added
Line 72:
*Runs a difference operation on GeoTIFF outputs.<br>
:<tt>grid_to_grid.exe -dif proposed.tif existing.tif</tt>
*As above with specified output name "difference.tif".<br>
:<tt>grid_to_grid.exe -out difference.tif -dif proposed.tif existing.tif</tt>
* Runs a difference operation on GPKG outputs. The layer name needed is assumed to be the same as the database name.<br>