Registry / other / go-spatial-geom

go-spatial-geom

JSON →
library0.1.0gogounverified

A Go package describing geometry interfaces for spatial data.

go get github.com/go-spatial/geom
INSTALL
IMPORT
SIG · GO-SPATIAL-GEOM
G
go-spatial-geom
othergov0.1.0
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/go-spatial/geom

Creates and inspects a 2D point.

package main import ( "fmt" "github.com/go-spatial/geom" ) func main() { point := geom.Point{1.0, 2.0} fmt.Println(point.X(), point.Y()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
go-spatial-geom — go get go-spatial-geom · libregistry