gpkg_read: Read data from a GeoPackage

View source: R/gpkg-io.R

gpkg_readR Documentation

Read data from a GeoPackage

Description

This function creates a geopackage object with references to all tables from the GeoPackage source specified in x. For a simple list of tables see gpkg_tables().

Usage

gpkg_read(x, connect = FALSE, quiet = TRUE)

Arguments

x

Path to GeoPackage

connect

Connect to database and store connection in result? Default: FALSE

quiet

Hide printing of gdalinfo description to stdout. Default: TRUE

Value

A geopackage object (list containing tables, grids and vector data)

See Also

gpkg_tables()


gpkg documentation built on April 3, 2025, 8:55 p.m.