Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
/ goturf Public archive

goTurf - TurfJS like library for golang

License

Notifications You must be signed in to change notification settings

crra/goturf

Repository files navigation

goTurf - TurfJS like library for golang

goTurf is a (partial) port of the popular TurfJS library to golang.

It's build upon go.geojson (be sure to check out orb) and just offers convenience functions with the semantics of TurfJS.

(partially) implemented packages

  • circle
  • bbox
  • random
  • meta

Run tests

go test -coverprofile cover.out
go tool cover -html=cover.out -o testcoverage.html

Open the file testcoverage.html in your browser

About

goTurf - TurfJS like library for golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages