gpkg_validate {gpkg}R Documentation

Validate a GeoPackage

Description

Checks for presence of required tables, valid values and other constraints.

Usage

gpkg_validate(x, diagnostics = FALSE)

Arguments

x

A geopackage object, or character path to GeoPackage

diagnostics

Return a list containing individual diagnostic test results (see Details)

Details

Several tests are run on the input GeoPackage, including:

Value

logical. TRUE if valid. FALSE if one or more problems are found. For full diagnostics run with diagnostics = TRUE to return a list containing results for each test run on the input GeoPackage.


[Package gpkg version 0.0.12 Index]