# README
GPKG package
This package is still very much experimental. The API could use a lot of improvement. The idea is to try it out and see how well it works and fix up the API as issues arise.
Look in the example directory to see how it works.
# Functions
No description provided by the author
# Constants
Geometry is the Normative type for a geometry.
GeometryCollection is the Normative type for a collection of geometries.
Linestring is the Normative type for a linestring geometry.
No description provided by the author
No description provided by the author
MultiLinestring is the Normative type for a multilinestring geometry.
MultiPoint is the Normative type for a multipoint geometry.
MultiPolygon is the Normative type for a multipolygon geometry.
No description provided by the author
No description provided by the author
Point is the Normative type for a point geometry.
Polygon is the Normative type for a polygon geometry.
No description provided by the author
No description provided by the author
# Type aliases
GeometryType describes the type of geometry to find for a table.
No description provided by the author