mirror of
https://github.com/Turfjs/turf.git
synced 2025-12-08 20:26:16 +00:00
v7.3.1
This commit is contained in:
parent
5a34d08b07
commit
b7f1b4eafb
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"npmClient": "pnpm",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"command": {
|
||||
"publish": {
|
||||
"registry": "https://registry.npmjs.org"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/along",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Calculates a point along a line at a specific distance",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/angle",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Finds the angle formed by two adjacent segments.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/area",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Calculates the geodesic area in square meters of one or more polygons.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/bbox-clip",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a Feature and a bbox and clips the feature to the bbox using lineclip.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/bbox-polygon",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Converts a bounding box to a GeoJSON polygon.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/bbox",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Generates a bounding box around a GeoJSON feature.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/bearing",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes two points and finds the geographic bearing between them.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/bezier-spline",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Smooths a line into a curve using Bézier splines, great for visualizing routes.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-clockwise",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-concave",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a polygon and return true or false as to whether it is concave or not.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-contains",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Determines whether the second geometry is completely within the first geometry.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-crosses",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Checks if two geometries cross each other.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-disjoint",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Checks if two geometries have no overlapping areas.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-equal",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Determine whether two geometries of the same type have identical X,Y coordinate values",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-intersects",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Checks if two geometries overlap in any way.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-overlap",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Checks if two geometries have an area of overlap without one being completely contained inside the other.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-parallel",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Determine whether each segment of a line is parallel to the correspondent segment of another line.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-point-in-polygon",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Checks if a point is inside an area, like a city boundary.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-point-on-line",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Checks if a point lies directly on a line, like a path or road.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-touches",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Determine whether none of the points common to both geometries intersect the interiors of both geometries.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-valid",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Checks if the geometry is a valid according to the OGC Simple Feature Specification.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/boolean-within",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Determines whether the first geometry is completely within the second geometry.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/buffer",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Creates a buffer around a GeoJSON feature.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/center-mean",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a Feature or FeatureCollection and returns the mean center.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/center-median",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a FeatureCollection of points and calculates the median center.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/center-of-mass",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Finds the “balance point” of irregular shapes, like a country outline.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/center",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Finds the central point of a GeoJSON feature, like a city or a park. Ideal for placing labels or markers.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/centroid",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Determines the geometric center of a polygon or shape.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/circle",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a point and calculates the circle polygon given a radius.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/clean-coords",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Removes redundant coordinates from a GeoJSON Geometry.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/clone",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Returns a cloned copy of the passed GeoJSON Object, including possible 'Foreign Members'.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/clusters-dbscan",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a set of points and partition them into clusters according to DBSCAN's data clustering algorithm.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/clusters-kmeans",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a set of points and partition them into clusters using the k-means algorithm.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/clusters",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Group points into clusters based on their spatial proximity or properties.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/collect",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Merges a specified property from a FeatureCollection of points into a FeatureCollection of polygons.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/combine",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Combines a FeatureCollection of Point, LineString, or Polygon features into MultiPoint, MultiLineString, or MultiPolygon features.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/concave",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Creates a concave hull around points.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/convex",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Creates a convex hull around points",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/destination",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "turf destination module",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/difference",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Finds the difference between multiple polygons by clipping the subsequent polygon from the first.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/directional-mean",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Calculates the average angle of a set of lines, measuring the trend of it.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/dissolve",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Dissolves a FeatureCollection of Polygon features.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/distance-weight",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Calculate the influence or weight of points over an area based on their distances.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/distance",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Measures the straight-line distance between two points, like cities or landmarks.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/ellipse",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a Point and calculates the ellipse polygon given two semi-axes expressed in variable units and steps for precision.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/envelope",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes any number of features and returns a rectangular Polygon that encompasses all vertices.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/explode",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a feature or set of features and returns all positions as points.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/flatten",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Flattens any GeoJSON to a FeatureCollection",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/flip",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes input features and flips all of their coordinates.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/geojson-rbush",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "GeoJSON implementation of RBush",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/great-circle",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Calculate great circles routes as LineString or MultiLineString.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/helpers",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/hex-grid",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Creates a honeycomb-like grid of hexagons within a bounding box.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/interpolate",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Creates an interpolated grid of points using the Inverse Distance Weighting method.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/intersect",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Finds the shared area between two polygons.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/invariant",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "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.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/isobands",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "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.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/isolines",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Generate contour lines from a grid of data.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/kinks",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a GeoJSON feature and returns points at all self-intersections.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/length",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": " Calculates the length of a line, perfect for paths or routes.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-arc",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Creates a circular arc, of a circle of the given radius and center point, between two bearings.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-chunk",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Divides a LineString into chunks of a specified length.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-intersect",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes any LineString or Polygon GeoJSON and returns the intersecting point(s).",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-offset",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a line and returns a line at offset by the specified distance.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-overlap",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes any LineString or Polygon and returns the overlapping lines between both features.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-segment",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Creates line segments from a GeoJSON feature.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-slice-along",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Useful for extracting only the part of a route between two distances.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-slice",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Useful for extracting only the part of a route between waypoints.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-split",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Split a LineString by another GeoJSON Feature.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-to-polygon",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Converts line(s) to polygon(s).",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/mask",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes polygons or multipolygons and an optional mask, and returns an exterior ring polygon with holes.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/meta",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Provides tools for iterating over and manipulating GeoJSON objects.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/midpoint",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes two points and calculates a point midway between them geodesically.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/moran-index",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "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",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/nearest-neighbor-analysis",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "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.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/nearest-point-on-line",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Finds the nearest point on a line to a given point",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/nearest-point-to-line",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Returns the closest point, of a collection of points, to a line.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/nearest-point",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Finds the nearest point from a FeatureCollection of Features with Point geometries to a given point.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/planepoint",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a triangular plane as a polygon and a point within that triangle, and returns the z-value at that point.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/point-grid",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Creates a grid of points within a bounding box.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/point-on-feature",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a Feature or FeatureCollection and returns a Point guaranteed to be on the surface of the feature.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/point-to-line-distance",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Calculates the distance between a given point and the nearest point on a line.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/point-to-polygon-distance",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Calculates the distance from a point to the edges of a polygon or multi-polygon.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/points-within-polygon",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Finds points that fall within polygon(s).",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/polygon-smooth",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Smooths a Polygon or MultiPolygon, based on Chaikin's algorithm.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/polygon-tangents",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Finds the tangents of a polygon from a point.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/polygon-to-line",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Converts a polygon to a line string.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/polygonize",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Polygonizes a set of lines that represents edges in a planar graph.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/projection",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Provides tools for conversion between geographic coordinates and projected coordinates.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/quadrat-analysis",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "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.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/random",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Generates random points, lines, or polygons for testing.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/rectangle-grid",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Creates a grid of rectangular polygons with width and height consistent in degrees.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/rewind",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Rewind using Shoelace Formula.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/rhumb-bearing",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes two points and finds the bearing angle between them along a Rhumb line.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/rhumb-destination",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Calculates the destination point having travelled the given distance along a Rhumb line.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/rhumb-distance",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Calculates the distance along a rhumb line between two points.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/sample",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Takes a FeatureCollection and returns a FeatureCollection with given number of features at random.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/sector",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Creates a circular sector of a circle.",
|
||||
"author": "Turf Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/shortest-path",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"description": "Returns the shortest path from start to end without colliding with any Feature in obstacles.",
|
||||
"author": "Turf Authors",
|
||||
"contributors": [
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user