gpkg_read | R Documentation |
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()
.
gpkg_read(x, connect = FALSE, quiet = TRUE)
x |
Path to GeoPackage |
connect |
Connect to database and store connection in result? Default:
|
quiet |
Hide printing of gdalinfo description to stdout. Default: |
A geopackage object (list containing tables, grids and vector data)
gpkg_tables()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.