ASC to ASC: Difference between revisions

Content deleted Content added
No edit summary
Line 6:
The inputs can be a combination of .asc and .flt grids and the -asc or -flt options can be used to set the output type.<br>
For a complete list to the operations available, please see the table of contents above.
 
=2023-Beta Release=
<b><span style="color:red;font-size:14">Currently only available upon request</span></b> <span style="font-size:11">([mailto:support@tuflow.com support@tuflow.com])</span><br>
 
The ASC_to_ASC-2023-Beta release incorporates several new GIS formats - GeoTIFF, GPKG, NetCDF (note: NetCDF was previously supported but now has better integration with all operations). The commands are largely unchanged and now support input and output to a range of new formats.
 
==GPKG and NetCDF==
GeoPackage and NetCDF are database formats and are able to contain multiple layers in a single file. When passing in an input or output reference to a GeoPackage or NetCDF file the layer name is assumed to be the same as the database name unless otherwise specified. To give the layer a different name than the database, use the following syntax <tt>database >> layer</tt>:<Br>
<pre>asc_to_asc.exe -dif "database.gpkg >> raster1" "database.gpkg >> raster2"</pre>
'''Note: quotes will always be required when using this syntax'''<Br>
 
=Operations=