gpkg_contents {gpkg}R Documentation

Get gpkg_contents or gpkg_ogr_contents Table

Description

These functions provide convenient access to the contents of the standard GeoPackage tables of the same name.

Usage

gpkg_contents(x, create = FALSE)

gpkg_ogr_contents(x)

Arguments

x

A geopackage object, path to a GeoPackage or an SQLiteConnection

create

Create table gpkg_contents if does not exist? Default: “

Value

gpkg_contents(): a data.frame containing columns table_name, data_type, identifier, description, last_change, min_x, min_y, max_x, max_y, srs_id

gpkg_ogr_contents(): a data.frame containing columns table_name and feature_count.


[Package gpkg version 0.0.8 Index]