GRID to GRID draft: Difference between revisions

Content deleted Content added
Line 76:
* Runs a difference operation on GPKG outputs. The layer name needed is assumed to be the same as the database name.<br>
:<tt>grid_to_grid.exe -dif proposed.gpkg existing.gpkg</tt>
* Runs a difference operation on GeoPackage outputs where the layer name is different than the database name, see <u>[[#GPKG_and_NetCDF | GPKG and NetCDF]]</u>.<br>
:<tt>grid_to_grid.exe -dif "proposed_grid_results.gpkg >> proposed_max_h" "existing_grid_results.gpkg >> existing_max_h"</tt>