turf-extensions
v0.2.15
Published
Assorted functions extending the functionality of Turf.js
Downloads
169
Maintainers
Readme
Turf Extensions
Assorted functions extending the functionality of Turf.js.
Installation
To install, run:
npm install turf-extensionsAPI
The API is unstable, but includes the following:
lineBezierSmoothing
lineSmoothingLine
linesSplittingLineAtCoordinate
bufferedConvex
cleanFeatureCollection
findCoordinate
findLineString
isLineStringFeature
isPointFeature
isPolygonFeature
coordinatesCalculatedAngularChanges
coordinatesCalculatedRadii
coordinatesEqual
coordinatesInsertingPointAfterNearestPointOnLine
coordinatesSubdividing
coordinatesToString
filterCoordinatesWithMaximumAngularChangeDevelopment
To build the project, run:
npm run buildTesting
To run the tests, use:
npm testFor debugging tests, you can use the provided VS Code launch configuration "Debug Jest Tests".
License
This project is licensed under the MIT License. See the LICENSE file for details.
