Categorygithub.com/xeonx/geom
repositorypackage
0.0.0-20151223130215-76a21efc1ce4
Repository: https://github.com/xeonx/geom.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

geom

Package geom is a geometry library in Go.

It provides definition of basic geometry structures (Point, LineString, Polygon), including Z, M and ZM variants. MultiGeometry and geometries collections are also provided.

Sub-packages allow encoding to GeoJSON and decoding from Well Known Binary.

Install

go get github.com/xeonx/geom

Docs

GoDoc

Tests

go test is used for testing.

Roadmap

License

This code is licensed under the MIT license. See LICENSE.