# Packages
Package geobuf is a library for encoding and decoding geobuf into Go structs using.
Package geocsv is a library for read csv file with geospatial data.
Package geojson is a library for encoding and decoding GeoJSON into Go structs using the geometries.
Package wkb is for decoding ESRI's Well Known Binary (WKB) format specification at https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry#Well-known_binary.
Package wkt is for decoding Well Known Text (WKT) format specification at https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry#Well-known_binary.
# Functions
Decode Returns geometry of that decode string by codeType.
Encode Returns string of that encode geometry by codeType.
Read Returns geometry from reader by codeType.
ReadGeoJSON Returns geometry from reader by codeType.
Write write geometry to writer.
WriteGeoJSON write geometry to writer by codeType.
# Interfaces
Encoder defines encoder for encoding and decoding into Go structs using the geometries.