ASC to ASC: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) |
Ellis Symons (talk | contribs) |
||
Line 67:
===Examples===
<li> <tt>asc_to_asc.exe -diff proposed.tif existing.tif</tt><br>
Runs a difference operation on
<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
<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
<li> <tt>asc_to_asc.exe -max -out "output_grids.gpkg >> maximum_h" *.flt</tt><br>
Runs a maximum operation on all FLT grids in a given location and outputs to a GeoPackage raster
=Operations=
| |||