Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/achapkowski/pygeopackage
/ types & classes
Types & classes
8 in github.com/achapkowski/pygeopackage
⨍
Functions
116
◇
Types & classes
8
↓ 21 callers
Class
GeoPackage
A single instance of a GeoPackage file.
src/geopackage/_geopackage.py:39
↓ 3 callers
Class
SpatialTable
Represents a Feature Class inside a GeoPackage
src/geopackage/_geopackage.py:724
↓ 3 callers
Class
Table
A Table object is a attribute only set of data. No spatial data is associated with this information. =============== ==============
src/geopackage/_geopackage.py:411
↓ 2 callers
Class
_Row
A Single Row Entry. This class is created by the `Table` class. ** It should not be created by a user. **
src/geopackage/_geopackage.py:272
Class
TestGeoPackageClass
Tests the geopackage level operations
src/tests.py:101
Class
TestRowClass
Tests the row object
src/tests.py:392
Class
TestTableClass
Tests the geopackage table/spatial table level operations
src/tests.py:224
Class
TestWKBGeometry
Tests the Geometry Ops
src/tests.py:356