@lykmapipo/common • 0.44.5 Helper utilities for day to day development DIRECT 13 1636614386 @lykmapipo/env • 0.17.39 Helper utilities for accessing environment variables DIRECT 22 1630939822 @turf/along • 7.4.0 Calculates a point along a line at a specific distance INDIRECT 7 1785771160 @turf/angle • 7.4.0 Finds the angle formed by two adjacent segments. INDIRECT 6 1785771221 @turf/area • 7.4.0 Calculates the geodesic area in square meters of one or more polygons. INDIRECT 4 1785770993 @turf/bbox-clip • 7.4.0 Takes a Feature and a bbox and clips the feature to the bbox using lineclip. INDIRECT 4 1785771008 @turf/bbox-polygon • 7.4.0 Converts a bounding box to a GeoJSON polygon. INDIRECT 3 1785770992 @turf/bbox • 7.4.0 Generates a bounding box around a GeoJSON feature. INDIRECT 4 1785771298 @turf/bearing • 7.4.0 Takes two points and finds the geographic bearing between them. INDIRECT 4 1785771232 @turf/bezier-spline • 7.4.0 Smooths a line into a curve using Bézier splines, great for visualizing routes. INDIRECT 4 1785770895 @turf/boolean-clockwise • 7.4.0 Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise. INDIRECT 4 1785771142 @turf/boolean-concave • 7.4.0 Takes a polygon and return true or false as to whether it is concave or not. INDIRECT 4 1785770839 @turf/boolean-contains • 7.4.0 Determines whether the second geometry is completely within the first geometry. INDIRECT 21 1785771313 @turf/boolean-crosses • 7.4.0 Checks if two geometries cross each other. INDIRECT 15 1785771286 @turf/boolean-disjoint • 7.4.0 Checks if two geometries have no overlapping areas. INDIRECT 12 1785771176 @turf/boolean-equal • 7.4.0 Determine whether two geometries of the same type have identical X,Y coordinate values INDIRECT 7 1785771180 @turf/boolean-intersects • 7.4.0 Checks if two geometries overlap in any way. INDIRECT 13 1785771168 @turf/boolean-overlap • 7.4.0 Checks if two geometries have an area of overlap without one being completely contained inside the other. INDIRECT 19 1785771256 @turf/boolean-parallel • 7.4.0 Determine whether each segment of a line is parallel to the correspondent segment of another line. INDIRECT 9 1785771294 @turf/boolean-point-in-polygon • 7.4.0 Checks if a point is inside an area, like a city boundary. INDIRECT 6 1785771151 @turf/boolean-point-on-line • 7.4.0 Checks if a point lies directly on a line, like a path or road. INDIRECT 4 1785770972 @turf/boolean-touches • 7.4.0 Determine whether none of the points common to both geometries intersect the interiors of both geometries. INDIRECT 8 1785770874 @turf/boolean-valid • 7.4.0 Checks if the geometry is a valid according to the OGC Simple Feature Specification. INDIRECT 31 1785771203 @turf/boolean-within • 7.4.0 Determines whether the first geometry is completely within the second geometry. INDIRECT 22 1785771332 @turf/buffer • 7.4.0 Creates a buffer around a GeoJSON feature. INDIRECT 13 1785771123 @turf/center-mean • 7.4.0 Takes a Feature or FeatureCollection and returns the mean center. INDIRECT 5 1785771248 @turf/center-median • 7.4.0 Takes a FeatureCollection of points and calculates the median center. INDIRECT 9 1785771175 @turf/center-of-mass • 7.4.0 Finds the “balance point” of irregular shapes, like a country outline. INDIRECT 13 1785771015 @turf/center • 7.4.0 Finds the central point of a GeoJSON feature, like a city or a park. Ideal for placing labels or markers. INDIRECT 5 1785771012 @turf/centroid • 7.4.0 Determines the geometric center of a polygon or shape. INDIRECT 4 1785770942 @turf/circle • 7.4.0 Takes a point and calculates the circle polygon given a radius. INDIRECT 5 1785771130 @turf/clean-coords • 7.4.0 Removes redundant coordinates from a GeoJSON Geometry. INDIRECT 5 1785771262 @turf/clone • 7.4.0 Returns a cloned copy of the passed GeoJSON Object, including possible 'Foreign Members'. INDIRECT 3 1785770946 @turf/clusters-dbscan • 7.4.0 Takes a set of points and partition them into clusters according to DBSCAN's data clustering algorithm. INDIRECT 9 1785771023 @turf/clusters-kmeans • 7.4.0 Takes a set of points and partition them into clusters using the k-means algorithm. INDIRECT 7 1785771026 @turf/clusters • 7.4.0 Group points into clusters based on their spatial proximity or properties. INDIRECT 4 1785770950 @turf/collect • 7.4.0 Merges a specified property from a FeatureCollection of points into a FeatureCollection of polygons. INDIRECT 11 1785771029 @turf/combine • 7.4.0 Combines a FeatureCollection of Point, LineString, or Polygon features into MultiPoint, MultiLineString, or MultiPolygon features. INDIRECT 4 1785771075 @turf/concave • 7.4.0 Creates a concave hull around points. INDIRECT 11 1785771033 @turf/convex • 7.4.0 Creates a convex hull around points INDIRECT 10 1785771019 @turf/destination • 7.4.0 turf destination module INDIRECT 4 1785771097 @turf/difference • 7.4.0 Finds the difference between multiple polygons by clipping the subsequent polygon from the first. INDIRECT 7 1785770961 @turf/directional-mean • 7.4.0 Calculates the average angle of a set of lines, measuring the trend of it. INDIRECT 10 1785771114 @turf/dissolve • 7.4.0 Dissolves a FeatureCollection of Polygon features. INDIRECT 9 1785771042 @turf/distance-weight • 7.4.0 Calculate the influence or weight of points over an area based on their distances. INDIRECT 6 1785771044 @turf/distance • 7.4.0 Measures the straight-line distance between two points, like cities or landmarks. INDIRECT 4 1785770916 @turf/ellipse • 7.4.0 Takes a Point and calculates the ellipse polygon given two semi-axes expressed in variable units and steps for precision. INDIRECT 13 1785771320 @turf/envelope • 7.4.0 Takes any number of features and returns a rectangular Polygon that encompasses all vertices. INDIRECT 6 1785771049 @turf/explode • 7.4.0 Takes a feature or set of features and returns all positions as points. INDIRECT 4 1785771025 @turf/flatten • 7.4.0 Flattens any GeoJSON to a FeatureCollection INDIRECT 4 1785771029 @turf/flip • 7.4.0 Takes input features and flips all of their coordinates. INDIRECT 5 1785771052 @turf/geojson-rbush • 7.4.0 GeoJSON implementation of RBush INDIRECT 7 1785771056 @turf/great-circle • 7.4.0 Calculate great circles routes as LineString or MultiLineString. INDIRECT 5 1785771059 @turf/helpers • 7.4.0 Provides helper functions to create GeoJSON features, like points, lines, or areas on a map. INDIRECT 2 1785770868 @turf/hex-grid • 7.4.0 Creates a honeycomb-like grid of hexagons within a bounding box. INDIRECT 10 1785771184 @turf/interpolate • 7.4.0 Creates an interpolated grid of points using the Inverse Distance Weighting method. INDIRECT 37 1785771343 @turf/intersect • 7.4.0 Finds the shared area between two polygons. INDIRECT 7 1785770971 @turf/invariant • 7.4.0 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. INDIRECT 3 1785770935 @turf/isobands • 7.4.0 Takes a grid of values (GeoJSON format) and a set of threshold ranges. It outputs polygons that group areas within those ranges, effectively creating filled contour isobands. INDIRECT 11 1785771528 @turf/isolines • 7.4.0 Generate contour lines from a grid of data. INDIRECT 6 1785771350 @turf/kinks • 7.4.0 Takes a GeoJSON feature and returns points at all self-intersections. INDIRECT 3 1785771217 @turf/length • 7.4.0 Calculates the length of a line, perfect for paths or routes. INDIRECT 6 1785771039 @turf/line-arc • 7.4.0 Creates a circular arc, of a circle of the given radius and center point, between two bearings. INDIRECT 6 1785771184 @turf/line-chunk • 7.4.0 Divides a LineString into chunks of a specified length. INDIRECT 10 1785771225 @turf/line-intersect • 7.4.0 Takes any LineString or Polygon GeoJSON and returns the intersecting point(s). INDIRECT 5 1785771067 @turf/line-offset • 7.4.0 Takes a line and returns a line at offset by the specified distance. INDIRECT 5 1785771070 @turf/line-overlap • 7.4.0 Takes any LineString or Polygon and returns the overlapping lines between both features. INDIRECT 14 1785771290 @turf/line-segment • 7.4.0 Creates line segments from a GeoJSON feature. INDIRECT 5 1785770982 @turf/line-slice-along • 7.4.0 Useful for extracting only the part of a route between two distances. INDIRECT 7 1785771203 @turf/line-slice • 7.4.0 Useful for extracting only the part of a route between waypoints. INDIRECT 7 1785771233 @turf/line-split • 7.4.0 Split a LineString by another GeoJSON Feature. INDIRECT 16 1785771358 @turf/line-to-polygon • 7.4.0 Converts line(s) to polygon(s). INDIRECT 7 1785771134 @turf/mask • 7.4.0 Takes polygons or multipolygons and an optional mask, and returns an exterior ring polygon with holes. INDIRECT 7 1785771139 @turf/meta • 7.4.0 Provides tools for iterating over and manipulating GeoJSON objects. INDIRECT 3 1785771163 @turf/midpoint • 7.4.0 Takes two points and calculates a point midway between them geodesically. INDIRECT 7 1785771249 @turf/moran-index • 7.4.0 Measures patterns of attribute values associated with features. Reveals whether similar values tend to occur near each other, or whether high or low values are interspersed INDIRECT 7 1785771255 @turf/nearest-neighbor-analysis • 7.4.0 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. INDIRECT 12 1785771073 @turf/nearest-point-on-line • 7.4.0 Finds the nearest point on a line to a given point INDIRECT 6 1785771449 @turf/nearest-point-to-line • 7.4.0 Returns the closest point, of a collection of points, to a line. INDIRECT 13 1785771261 @turf/nearest-point • 7.4.0 Finds the nearest point from a FeatureCollection of Features with Point geometries to a given point. INDIRECT 7 1785771082 @turf/planepoint • 7.4.0 Takes a triangular plane as a polygon and a point within that triangle, and returns the z-value at that point. INDIRECT 4 1785771167 @turf/point-grid • 7.4.0 Creates a grid of points within a bounding box. INDIRECT 23 1785771276 @turf/point-on-feature • 7.4.0 Takes a Feature or FeatureCollection and returns a Point guaranteed to be on the surface of the feature. INDIRECT 14 1785771263 @turf/point-to-line-distance • 7.4.0 Calculates the distance between a given point and the nearest point on a line. INDIRECT 12 1785771365 @turf/point-to-polygon-distance • 7.4.0 Calculates the distance from a point to the edges of a polygon or multi-polygon. INDIRECT 17 1785771199 @turf/points-within-polygon • 7.4.0 Finds points that fall within polygon(s). INDIRECT 8 1785770985 @turf/polygon-smooth • 7.4.0 Smooths a Polygon or MultiPolygon, based on Chaikin's algorithm. INDIRECT 4 1785770989 @turf/polygon-tangents • 7.4.0 Finds the tangents of a polygon from a point. INDIRECT 26 1785771401 @turf/polygon-to-line • 7.4.0 Converts a polygon to a line string. INDIRECT 4 1785770989 @turf/polygonize • 7.4.0 Polygonizes a set of lines that represents edges in a planar graph. INDIRECT 11 1785771146 @turf/projection • 7.4.0 Provides tools for conversion between geographic coordinates and projected coordinates. INDIRECT 5 1785771207 @turf/quadrat-analysis • 7.4.0 Quadrat analysis lays a set of equal-size areas(quadrat) over the study area and counts the number of features in each quadrat and creates a frequency table. INDIRECT 33 1785771228 @turf/random • 7.4.0 Generates random points, lines, or polygons for testing. INDIRECT 3 1785770939 @turf/rectangle-grid • 7.4.0 Creates a grid of rectangular polygons with width and height consistent in degrees. INDIRECT 15 1785771211 @turf/rewind • 7.4.0 Rewind using Shoelace Formula. INDIRECT 7 1785771150 @turf/rhumb-bearing • 7.4.0 Takes two points and finds the bearing angle between them along a Rhumb line. INDIRECT 4 1785771210 @turf/rhumb-destination • 7.4.0 Calculates the destination point having travelled the given distance along a Rhumb line. INDIRECT 4 1785771214 @turf/rhumb-distance • 7.4.0 Calculates the distance along a rhumb line between two points. INDIRECT 4 1785770993 @turf/sample • 7.4.0 Takes a FeatureCollection and returns a FeatureCollection with given number of features at random. INDIRECT 3 1785770883 @turf/sector • 7.4.0 Creates a circular sector of a circle. INDIRECT 8 1785771213 @turf/shortest-path • 7.4.0 Returns the shortest path from start to end without colliding with any Feature in obstacles. INDIRECT 20 1785771279 @turf/simplify • 7.4.0 Reduces the number of points in a shape while keeping its overall look. INDIRECT 8 1785771153 @turf/square-grid • 7.4.0 Creates a square grid within a bounding box. INDIRECT 16 1785771368 @turf/square • 7.4.0 Takes a bounding box and calculates the minimum square bounding box that would contain the input. INDIRECT 5 1785770996 @turf/standard-deviational-ellipse • 7.4.0 Takes a collection of features and returns a standard deviational ellipse. INDIRECT 20 1785771311 @turf/tag • 7.4.0 Takes a set of points and a set of polygons and/or multipolygons and performs a spatial join. INDIRECT 9 1785771218 @turf/tesselate • 7.4.0 Tesselates a polygon or multipolygon into a collection of triangle polygons using earcut. INDIRECT 5 1785770887 @turf/tin • 7.4.0 Takes a set of points and creates a Triangulated Irregular Network. INDIRECT 3 1785770892 @turf/transform-rotate • 7.4.0 Rotates a geometry around its center or a given point. INDIRECT 10 1785771313 @turf/transform-scale • 7.4.0 Changes the size of a geometry by scaling it up or down. INDIRECT 12 1785771196 @turf/transform-translate • 7.4.0 Moves a shape or location in a specific direction. INDIRECT 7 1785771157 @turf/triangle-grid • 7.4.0 Creates a triangular grid within a bounding box. INDIRECT 10 1785771100 @turf/truncate • 7.4.0 Truncates precision of GeoJSON coordinates. INDIRECT 4 1785771123 @turf/turf • 7.4.0 a JavaScript library for performing geospatial operations with GeoJSON DIRECT 147 1785771418 @turf/union • 7.4.0 Combines two or more polygons into a single polygon. INDIRECT 7 1785771067 @turf/unkink-polygon • 7.4.0 Takes a kinked polygon and returns a feature collection of polygons that have no kinks. INDIRECT 11 1785771164 @turf/voronoi • 7.4.0 Takes a collection of points and a bounding box, and returns a collection of Voronoi polygons. INDIRECT 7 1785771169 @types/d3-voronoi • 1.1.12 TypeScript definitions for d3-voronoi INDIRECT 0 1699320387 @types/earcut • 2.1.4 TypeScript definitions for earcut INDIRECT 0 1699322690 @types/geojson • 7946.0.16 TypeScript definitions for geojson INDIRECT 0 1737657421 @types/kdbush • 3.0.5 TypeScript definitions for kdbush INDIRECT 0 1699388438 async • 3.2.6 Higher-order functions and common patterns for asynchronous code DIRECT 0 1724109863 auto-parse • 2.5.0 Automatically convert any value to its best matching JavaScript type. Supports numbers, booleans, objects, arrays, BigInt, Symbol, schema-based parsing, configurable date formats, comma-separated numbers, prefix stripping, allowed type enforcement and a p INDIRECT 0 1775361030 bignumber.js • 9.3.1 A library for arbitrary-precision decimal and non-decimal arithmetic INDIRECT 0 1752251918 browser-or-node • 3.0.0 Check in which environment the code is running - browser/node.js/webworker/jsdom/deno INDIRECT 0 1713399800 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 1570772424 csv-parse • 7.0.2 CSV parsing implementing the Node.js `stream.Transform` API DIRECT 0 1785701886 deep-extend • 0.6.0 Recursive object extending INDIRECT 0 1527012797 end-of-stream • 1.4.5 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1750080540 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 geojson-equality-ts • 1.0.2 Check two valid geojson geometries for equality. INDIRECT 1 1718369259 geojson-polygon-self-intersections • 1.2.2 A very simple script to compute all self-intersections in a GeoJSON polygon. INDIRECT 2 1766055682 inflection • 3.0.2 A port of inflection-js to node.js module INDIRECT 0 1736280262 jsonfile • 6.2.1 Easily read/write JSON files. DIRECT 2 1776698908 jsonparse • 1.3.1 This is a pure-js JSON streaming parser for node.js INDIRECT 0 1494359953 lodash • 4.18.1 Lodash modular utilities. DIRECT 0 1775077280 mime • 4.1.0 A comprehensive library for mime-type mapping INDIRECT 0 1757699581 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 moment • 2.31.0 Parse, validate, manipulate, and display dates INDIRECT 0 1789434446 object-hash • 3.0.0 Generate hashes from javascript objects in node and the browser. INDIRECT 0 1645197047 point-in-polygon-hao • 1.2.4 A point in polygon based on the paper Optimal Reliable Point-in-Polygon Test and Differential Coding Boolean Operations on Polygons INDIRECT 1 1734846882 point-in-polygon • 1.1.0 determine if a point is inside a polygon with a ray intersection counting algorithm INDIRECT 0 1615853138 polyclip-ts • 0.16.8 Apply boolean polygon clipping operations (intersection, union, difference, xor) to your Polygons & MultiPolygons. INDIRECT 2 1734402760 pump • 3.0.4 pipe streams together and close all of them if one of them closes DIRECT 3 1772285465 rbush • 2.0.2 High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms) INDIRECT 1 1513849048 rbush • 3.0.1 High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms) INDIRECT 1 1564607862 skmeans • 0.9.7 Super fast simple k-means and k-means++ clustering for unidimiensional and multidimensional data. Works in node and browser INDIRECT 0 1501752889 statuses • 2.0.2 HTTP status utility INDIRECT 0 1749239761 string-template • 1.0.0 A simple string template function based on named or indexed arguments INDIRECT 0 1452196395 strip-json-comments • 2.0.1 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 1455006606 striptags • 3.2.0 PHP strip_tags in Node.js INDIRECT 0 1624036226 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 universalify • 2.0.1 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1698858765 uuid • 14.0.2 RFC9562 UUIDs INDIRECT 0 1787077316