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
Tests
go test
is used for testing.
Roadmap
- WKB encoding
- GeoJSON decoding
- WKT encoding/decoding
- interoperability with popular geospatial libraries
- GEOS via github.com/paulsmith/gogeos
- GDAL via github.com/lukeroth/gdal
- adding more tests and benchmarks
License
This code is licensed under the MIT license. See LICENSE.