GeoPackage Tips: Difference between revisions

Content deleted Content added
No edit summary
Line 16:
 
== Outputs ==
Result and check file vector outputs can be written into separate databases or grouped, with 'grouped' being the default:. Grouped databases will group by output folder location, for example, the check file folder will contain one GeoPackage Database that contains all check file layers within it. Separate databases will group geometries together, for example, PLOT_P, PLOT_L, PLOT_R will be written to one database.<br><br>
This is a huge benefit in terms of file organisation. The below shows a TUFLOW 'Check' folder from a model using the GeoPackage (grouped). The same 'Check' folder for a model using Shapefile would have 44(!) items in it. <br>
 
[[File:GPKG Tips CheckFiles.mp4]]<br><br>
 
The following command can be used to set the output to either separate or grouped:
<font color="blue"><tt>Spatial Database Output</tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>SEPARATE | {GROUPED} </tt></font> <br>
Grouped databases will group by output folder location, for example, the check file folder will contain one GeoPackage Database that contains all check file layers within it. Separate databases will group geometries together, for example, PLOT_P, PLOT_L, PLOT_R will be written to one database.
 
= QGIS Tips & Tricks =