Skip to content

Releases: tomchavakis/turf-go

v0.0.5

08 Sep 21:15
2b42296
Compare
Choose a tag to compare

Changelog

v0.0.4

21 Jun 21:47
Compare
Choose a tag to compare

Changelog

v0.0.3

10 Dec 08:54
d242c16
Compare
Choose a tag to compare

Changelog

v0.0.2

19 Nov 17:56
ad55b29
Compare
Choose a tag to compare

Changelog

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

v0.0.1

04 Nov 19:54
Compare
Choose a tag to compare

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