Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 485 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 485 Bytes

Geometry Engine

Provides thread and memory safe access for Go programs to the libgeos engine. Requires libgeos 3.5.0 or greater. All exported package functions and objects can freely be used across goroutines and will be managed by the GC. This library deals solely with planar geometry and is not concerned with projections or coordinate systems.

The main entry point for constructing objects from this package is through the geom/context package.