Calculates an index based the average distances between points in the dataset, thereby providing inference as to whether the data is clustered, dispersed, or randomly distributed within the study area.
@turf/clone • 7.4.0Returns a cloned copy of the passed GeoJSON Object, including possible 'Foreign Members'.
INDIRECT
3
@turf/distance • 7.4.0Measures the straight-line distance between two points, like cities or landmarks.
DIRECT
4
@turf/helpers • 7.4.0Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.
DIRECT
2
@turf/invariant • 7.4.0Lightweight 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.
INDIRECT
3
@turf/meta • 7.4.0Provides tools for iterating over and manipulating GeoJSON objects.
DIRECT
3
@turf/nearest-point • 7.4.0Finds the nearest point from a FeatureCollection of Features with Point geometries to a given point.