Registry / utility / whosonfirst-go-whosonfirst-uri

whosonfirst-go-whosonfirst-uri

JSON →
library1.3.0gogounverified

Parses and constructs URIs for Who's On First geographic documents, including support for alternate geometries.

go get github.com/whosonfirst/go-whosonfirst-uri
INSTALL
IMPORT
SIG · WHOSONFIRST-GO-WHO
W
whosonfirst-go-whosonfirst-uri
utilitygov1.3.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.

uri
github.com/whosonfirst/go-whosonfirst-uri

Create a WOF URI from an ID

package main import ( "fmt" "github.com/whosonfirst/go-whosonfirst-uri" ) func main() { u, err := uri.NewURI("101736545") if err != nil { panic(err) } fmt.Println(u.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
whosonfirst-go-whosonfirst-uri — go get whosonfirst-go-whosonfirst-uri · libregistry