GRID to GRID draft: Difference between revisions

Content deleted Content added
No edit summary
Line 21:
|"-cog"||Output to Cloud Optimised GeoTIFF format, overviews (pyramids) for GPKG rasters.
|-
|"-out <output_name/output_name.ext>"||Specifies output file name,. whenWhen output extension is included in the name it also specifies output extension. A space is required between the -out and the filename.
|-
|"-co"||Creation option switch, see <u>[[#Creation_Options | Creation Options]]</u>.
|}
 
A list of the general switches is provided in the table below, these are available for all operations listed above:<br>
{| align="center" class="wikitable"
 
! style="background-color:#005581; font-weight:bold; color:white;"| Switch
! style="background-color:#005581; font-weight:bold; color:white;" width=80% | Description
|-
|"-b"|| Run the utility in batch mode, this suppresses the prompt to press enter at the end of processing. Used in .bat files where two or more files are to be processed. The -b flag should be placed after the grid_to_grid.exe call, before the function command. For example:<br> <tt>grid_to_grid.exe -b -brkline 2d_zsh_breaklines_L.shpgpkg DEM.asctif</tt><br>
|-
|"-grc"||For use with the "-classify" option and .asc format output. This creates a classified grid (uses name rather than number). This is only valid if using Vertical Mapper, neither QGIS or ArcMap will recognise this format. This can also be used with the -RGB option to specify the output colouring of your grid.
|-
|"-check"||This creates check files for the data processing if applicable.
|-
|"-src"||For use with -min,-max or various stat options to supress the source grid output. Will only output the minimum, maximum, mean, median, frac grid. The src_legend.csv is also supressed.
|}-
|"-grc"||For use with the "-classify" option and .asc format output. This creates a classified grid (uses name rather than number). This is only valid if using Vertical Mapper, neither QGIS or ArcMap will recognise this format. This can also be used with the -RGB option to specify the output colouring of yourthe grid.
|}
<br>
 
=Operations=