QGIS is a fully Open Source Geographic Information System designed for the visualization, editing, and analysis of both spatial and non‑spatial data. One of its most relevant capabilities is the ability to display geometries and attribute tables together, leveraging customizable attribute forms that can be tailored to project‑specific data‑entry workflows.
These features make QGIS an excellent choice as the primary user-facing environment for consulting and updating the contents of the Geopackage. Custom forms provide a controlled, guided interface for data entry, ensuring consistency with the underlying data model and validation rules.
While QGIS serves as the main interface for interactive data inspection and editing, it is not the only tool capable of interacting with the Geopackage. The database structure can also be accessed, queried, or transformed through:
These complementary tools support more complex data‑processing scenarios such as bulk imports, schema transformations, QC procedures, and integration with external systems.
For a complete understanding of the database structure, its constraints, relationships, and the required loading logic, users should refer to the Data Loading & Modelling Guide , which defines the conceptual and structural foundations of the Geopackage.
Below is the index of the technical documentation available in this repository:
Open the Soilwise Geopackage in QGIS
Renaming the Soilwise GeoPackage
Customized Attribute Forms in QGIS
Navigating GeoPackage Tables via Forms
Importing Geometric Features
Editing Records Through a QGIS Form
Saving Edits in QGIS Forms
Export a Layer as an Excel File
Soil Site Form
Soil Plot Form
Soil Profile Form
WRB Classification in the Soilwise GeoPackage
Profile Element Form
Datastream Form
Observation Form
A set of ready‑to‑use QGIS models that demonstrate how to automate transformations, joins, and statistical summaries on GeoPackage data with just a few clicks. Compact, reproducible workflows that showcase the capabilities and simplicity of the Model Designer for technical users.