ASC to ASC: Difference between revisions

Content deleted Content added
Line 73:
<li> <tt>asc_to_asc.exe -diff proposed.tif existing.tif</tt><br>
Runs a difference operation on GeoTIFF outputs
<li> <tt>asc_to_asc.exe -diff proposed.gpkg existing.gpkg</tt><br>
Runs a difference operation on GPKG outputs. The layer name needed is assumed to be the same as the database name.
<li> <tt>asc_to_asc.exe -diff "proposed_grid_results.gpkg >> proposed_max_h" "existing_grid_results.gpkg >> existing_max_h"</tt><br>
Runs a difference operation on GeoPackage outputs where the layer name is different than the database name.
<li> <tt>asc_to_asc.exe -conv -tif DEM_M01.asc -co COMPRESS=LZW -co PREDICTOR=2</tt><br>
Converts an ASC grid to a GeoTIFF with an LZW compression and horizontal predictor