86,065 packages matching “turf-management”
@turf/tesselate
v7.4.0 · 19 days ago
Tesselates a polygon or multipolygon into a collection of triangle polygons using earcut.
No known vulnerabilities
@turf/boolean-disjoint
v7.4.0 · 19 days ago
Checks if two geometries have no overlapping areas.
No known vulnerabilities
@turf/boolean-touches
v7.4.0 · 19 days ago
Determine whether none of the points common to both geometries intersect the interiors of both geometries.
No known vulnerabilities
@turf/envelope
v7.4.0 · 19 days ago
Takes any number of features and returns a rectangular Polygon that encompasses all vertices.
No known vulnerabilities
@turf/voronoi
v7.4.0 · 19 days ago
Takes a collection of points and a bounding box, and returns a collection of Voronoi polygons.
No known vulnerabilities
@turf/truncate
v7.4.0 · 19 days ago
Truncates precision of GeoJSON coordinates.
No known vulnerabilities
@turf/boolean-concave
v7.4.0 · 19 days ago
Takes a polygon and return true or false as to whether it is concave or not.
No known vulnerabilities
@turf/boolean-valid
v7.4.0 · 19 days ago
Checks if the geometry is a valid according to the OGC Simple Feature Specification.
No known vulnerabilities
@turf/polygonize
v7.4.0 · 19 days ago
Polygonizes a set of lines that represents edges in a planar graph.
No known vulnerabilities
@turf/boolean-equal
v7.4.0 · 19 days ago
Determine whether two geometries of the same type have identical X,Y coordinate values
No known vulnerabilities
@turf/invariant
v7.4.0 · 19 days ago
Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.
No known vulnerabilities
@turf/boolean-clockwise
v7.4.0 · 19 days ago
Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.
No known vulnerabilities
@turf/convex
v7.4.0 · 19 days ago
Creates a convex hull around points
No known vulnerabilities
@turf/length
v7.4.0 · 19 days ago
Calculates the length of a line, perfect for paths or routes.
No known vulnerabilities
@turf/unkink-polygon
v7.4.0 · 19 days ago
Takes a kinked polygon and returns a feature collection of polygons that have no kinks.
No known vulnerabilities
@turf/rhumb-distance
v7.4.0 · 19 days ago
Calculates the distance along a rhumb line between two points.
No known vulnerabilities
@turf/distance
v7.4.0 · 19 days ago
Measures the straight-line distance between two points, like cities or landmarks.
No known vulnerabilities
@turf/point-to-line-distance
v7.4.0 · 19 days ago
Calculates the distance between a given point and the nearest point on a line.
No known vulnerabilities
@turf/boolean-point-on-line
v7.4.0 · 19 days ago
Checks if a point lies directly on a line, like a path or road.
No known vulnerabilities
@turf/line-intersect
v7.4.0 · 19 days ago
Takes any LineString or Polygon GeoJSON and returns the intersecting point(s).
No known vulnerabilities