An unofficial Turf function for calculating the polygon diameter of a Feature.
Creates a honeycomb-like grid of hexagons within a bounding box.
Generates a bounding box around a GeoJSON feature.
a JavaScript library for performing geospatial operations with GeoJSON
A treeshaken subset of JSTS functions for use within
Returns a cloned copy of the passed GeoJSON Object, including possible 'Foreign Members'.
Determines whether the first geometry is completely within the second geometry.
Determine whether each segment of a line is parallel to the correspondent segment of another line.
Checks if the geometry is a valid according to the OGC Simple Feature Specification.
Takes any number of features and returns a rectangular Polygon that encompasses all vertices.
Finds the angle formed by two adjacent segments.
Determine whether none of the points common to both geometries intersect the interiors of both geometries.
Calculates the geodesic area in square meters of one or more polygons.
Determines whether the second geometry is completely within the first geometry.
Creates line segments from a GeoJSON feature.
Polygonizes a set of lines that represents edges in a planar graph.
Split a LineString by another GeoJSON Feature.
Converts a bounding box to a GeoJSON polygon.
Group points into clusters based on their spatial proximity or properties.
Takes a bounding box and calculates the minimum square bounding box that would contain the input.
Takes a FeatureCollection of points and calculates the median center.
Creates a convex hull around points
Calculates the distance between a given point and the nearest point on a line.
Takes a kinked polygon and returns a feature collection of polygons that have no kinks.