Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 19:54
· 26 commits to master since this release

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