Releases: tomchavakis/turf-go
Releases · tomchavakis/turf-go
v0.0.5
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)
v0.0.4
v0.0.3
Changelog
v0.0.2
v0.0.1
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