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

Path to GeoPackages

diagnostics

Return a list containing diagnostics (missing table names, invalid values, other errors)

Value

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 input GeoPackage.


[Package gpkg version 0.0.8 Index]