# 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.
# 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.
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.
Point is the Normative type for a point geometry.
Polygon is the Normative type for a polygon geometry.