Difference between revisions of "GeoPackage Tips"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
</span> | </span> | ||
= Introduction = | = Introduction = | ||
− | This page includes tips and tricks for working with the GeoPackage format (supported since the TUFLOW 2023-03-AA Release). GeoPackage is a widely supported, open GIS database format, built upon an SQLite database (data is stored as a single file with the extension .gpkg). This database format has several benefits, including: | + | This page includes tips and tricks for working with the GeoPackage format (supported since the TUFLOW 2023-03-AA Release). GeoPackage is a widely supported, open GIS database format, built upon an SQLite database (data is stored as a single file with the extension .gpkg). <br><br> |
+ | This database format has several benefits, including: | ||
*Multiple GIS layer can be stored in the single file database. For example, all GIS input layers can be stored in a single GeoPackage file. | *Multiple GIS layer can be stored in the single file database. For example, all GIS input layers can be stored in a single GeoPackage file. | ||
*Supports spatial indexing, greatly reducing loading and viewing times making it much faster to work with in GIS packages. | *Supports spatial indexing, greatly reducing loading and viewing times making it much faster to work with in GIS packages. | ||
Line 9: | Line 10: | ||
For more information see the <u>[https://downloads.tuflow.com/TUFLOW/Releases/2023-03/TUFLOW%20Release%20Notes.pdf 2023 Release Notes]</u>. | For more information see the <u>[https://downloads.tuflow.com/TUFLOW/Releases/2023-03/TUFLOW%20Release%20Notes.pdf 2023 Release Notes]</u>. | ||
<br><br> | <br><br> | ||
− | |||
= Command Files = | = Command Files = | ||
== Referencing a GeoPackage Database == | == Referencing a GeoPackage Database == |
Revision as of 20:35, 6 July 2023
Page Under Construction
Introduction
This page includes tips and tricks for working with the GeoPackage format (supported since the TUFLOW 2023-03-AA Release). GeoPackage is a widely supported, open GIS database format, built upon an SQLite database (data is stored as a single file with the extension .gpkg).
This database format has several benefits, including:
- Multiple GIS layer can be stored in the single file database. For example, all GIS input layers can be stored in a single GeoPackage file.
- Supports spatial indexing, greatly reducing loading and viewing times making it much faster to work with in GIS packages.
- Faster to write from TUFLOW than the shapefile format.
For more information see the 2023 Release Notes.