ASC to ASC: Difference between revisions

Content deleted Content added
Line 39:
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>
''<b>''Note:</b>
* quotes will always be required when using this syntax
<ol>
<li>* quoteswildcard willexpansion always(i.e. be* requiredor ?) is not supported yet when using this syntax
''</b><Br>
<li> wildcard expansion (i.e. * or ?) is not supported yet when using this syntax
</ol>
''</b><Br>
 
===Creation Options===