ASC to ASC: Difference between revisions

Content deleted Content added
Line 13:
 
==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>