Versions in this module Expand all Collapse all v0 v0.0.3 Dec 9, 2024 v0.0.2 Dec 6, 2024 v0.0.1 Nov 27, 2024 Changes in this version + type GeoPackage struct + func NewGeoPackage(path string) (*GeoPackage, error) + func (g *GeoPackage) Close() + func (g *GeoPackage) Extract(table config.FeatureTable, fields []string, where string, limit int, ...) ([]t.RawRecord, error)