turf-go

A Go language port of Turf.js

MIT License

Stars
65
Committers
4

Bot releases are visible (Hide)

turf-go - v0.0.5 Latest Release

Published by github-actions[bot] about 2 years ago

Changelog

  • 8efe391 Add .whitesource configuration file (#49)
  • 76cbcbd Add renovate.json (#48)
  • 66dcc81 Update actions/checkout action to v3 (#51)
  • c845163 Update actions/setup-go action to v3 (#53)
  • e71ef8f Update goreleaser/goreleaser-action action to v3 (#54)
  • 38fda88 Update module go to 1.19 (#50)
  • 8b0a5f5 update geojson library (#55)
  • 2b42296 update github workflows- go version (#56)
turf-go - v0.0.4

Published by github-actions[bot] over 2 years ago

Changelog

  • 9238485 Ftr decouple geojson (#47)
turf-go - v0.0.3

Published by github-actions[bot] almost 3 years ago

Changelog

  • 4436197 Add RhumbBearing (#37)
  • b72f3ef Add RhumbDestination (#39)
  • 0fce0f6 Add RhumbDistance (#42)
  • ed80509 Fix length typo (#40) credits: @kgiann78
  • d242c16 meta GetType and GetCoords implementation (#44)
  • 3cb9f09 add feature tests (#36)
  • 56d2583 add geojson tests (#35)
  • 9c47716 update README (#38)
turf-go - v0.0.2

Published by github-actions[bot] almost 3 years ago

Changelog

4f3249b Support Random Functions(#32)
9a0abc0 coveralls integration (#33)
ad55b29 update random documentation (#34)

turf-go - v0.0.1

Published by github-actions[bot] almost 3 years ago

This release (v0.0.1) brings some of the most important turf functions.

Features:

  • geojson (featureCollection,geometryCollection, feature, lineString, multiLineString, multiPoint, multiPolygon, point, polygon)
  • measurement (along, area, bbox, bboxPolygon, bearing, center, centroid, destination, distance, envelope, length, midpoint)
  • joins (pointsWithinPolygon)
  • classification (nearestPoint)
  • meta (coordAll, coordEach)
  • unit conversion ( bearingToAzimuth, convertArea, convertLength, degreesToRadians, lengthToRadians, lengthToDegrees, radiansToLength, radiansToDegrees, toMercator, toWgs84)

Contributors:
@kgiann78