# Packages
Package geojson implements encoding and decoding of GeoJSON as defined in [RFC 7946](https://tools.ietf.org/html/rfc7946).
Package mvt is used to encode MVT tiles
In short, a `Tile`s has `Layer`s, which have `Feauture`s.
Package wkb is for decoding ESRI's Well Known Binary (WKB) format for OGC geometry (WKBGeometry) sepcification at http://edndoc.esri.com/arcsde/9.1/general_topics/wkb_representation.htm There are a few types supported by the specification.
# Structs
ErrInvalidGeoJSON is a wrapper around a []byte that is invalid GeoJson.
ErrUnknownGeometry is returned when a geometry type that is unknown is asked to be encoded.