Questions tagged [geopackage]

A GeoPackage is an open, standards-based, platform-independent, portable, self-describing, compact format for transferring geospatial information.

GeoPackage is an open, standards-based, platform-independent, portable, self-describing, compact format for transferring geospatial information.

The GeoPackage Encoding Standard describes a set of conventions for storing the following within an SQLite database:

  • vector features
  • tile matrix sets of imagery and raster maps at various scales
  • attributes (non-spatial data)
  • extensions

Resources:

Home

Encoding Standard

Getting Started With GeoPackage

46 questions
13
votes
1 answer

Can geopandas get a geopackage's (or other vector file) all layers?

I want to use geopandas read a geopackage file, It can read the first layer or specific layer with layer='' parameter. But how can it read all layers? May be like: all_layers = gp.read_xxxx('xxx.gpkg') for layer in layers: # fetch this layer
wsf1990
  • 195
  • 2
  • 12
7
votes
2 answers

st_write refuses to overwrite layers in geopackage in R

Using the sf package in R, I am reading in a series of layers stored in a geopackage, filtering them and then re-saving them as a new geopackage. When I set up my script I tested one of the layers and it worked fine, but when running then same code…
Brian Fisher
  • 1,305
  • 7
  • 17
3
votes
1 answer

Geopackage not rendering polygons to map

The code to create the map: