# 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.