Registry / utility / twpayne-go-geom

twpayne-go-geom

JSON →
library1.6.1gogounverified

Efficient geometry types for geospatial applications in Go.

go get github.com/twpayne/go-geom
INSTALL
IMPORT
SIG · TWPAYNE-GO-GEOM
T
twpayne-go-geom
utilitygov1.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

geom
github.com/twpayne/go-geom

Create a 2D point

package main import ( "fmt" "github.com/twpayne/go-geom" ) func main() { point := geom.NewPoint(geom.XY).SetCoords(geom.Coord{1.0, 2.0}) fmt.Println(point) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
twpayne-go-geom — go get twpayne-go-geom · libregistry