licenses.dev

@turf/quadrat-analysis v7.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.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT28
PackageRelationDependenciesPublished
@turf/area • 7.4.0Calculates the geodesic area in square meters of one or more polygons.DIRECT4
@turf/bbox-polygon • 7.4.0Converts a bounding box to a GeoJSON polygon.DIRECT3
@turf/bbox • 7.4.0Generates a bounding box around a GeoJSON feature.DIRECT4
@turf/boolean-contains • 7.4.0Determines whether the second geometry is completely within the first geometry.INDIRECT21
@turf/boolean-disjoint • 7.4.0Checks if two geometries have no overlapping areas.INDIRECT12
@turf/boolean-intersects • 7.4.0Checks if two geometries overlap in any way.INDIRECT13
@turf/boolean-point-in-polygon • 7.4.0Checks if a point is inside an area, like a city boundary.INDIRECT6
@turf/boolean-point-on-line • 7.4.0Checks if a point lies directly on a line, like a path or road.INDIRECT4
@turf/boolean-within • 7.4.0Determines whether the first geometry is completely within the second geometry.INDIRECT22
@turf/centroid • 7.4.0Determines the geometric center of a polygon or shape.DIRECT4
@turf/distance • 7.4.0Measures the straight-line distance between two points, like cities or landmarks.INDIRECT4
@turf/geojson-rbush • 7.4.0GeoJSON implementation of RBushINDIRECT7
@turf/helpers • 7.4.0Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.DIRECT2
@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.DIRECT3
@turf/line-intersect • 7.4.0Takes any LineString or Polygon GeoJSON and returns the intersecting point(s).INDIRECT5
@turf/line-segment • 7.4.0Creates line segments from a GeoJSON feature.INDIRECT5
@turf/line-split • 7.4.0Split a LineString by another GeoJSON Feature.INDIRECT16
@turf/meta • 7.4.0Provides tools for iterating over and manipulating GeoJSON objects.INDIRECT3
@turf/nearest-point-on-line • 7.4.0Finds the nearest point on a line to a given pointINDIRECT6
@turf/point-grid • 7.4.0Creates a grid of points within a bounding box.DIRECT23
@turf/polygon-to-line • 7.4.0Converts a polygon to a line string.INDIRECT4
@turf/random • 7.4.0Generates random points, lines, or polygons for testing.DIRECT3
@turf/rectangle-grid • 7.4.0Creates a grid of rectangular polygons with width and height consistent in degrees.INDIRECT15
@turf/square-grid • 7.4.0Creates a square grid within a bounding box.DIRECT16
@turf/truncate • 7.4.0Truncates precision of GeoJSON coordinates.INDIRECT4
@types/geojson • 7946.0.16TypeScript definitions for geojsonDIRECT0
point-in-polygon-hao • 1.2.4A point in polygon based on the paper Optimal Reliable Point-in-Polygon Test and Differential Coding Boolean Operations on PolygonsINDIRECT1
rbush • 3.0.1High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)INDIRECT1
Unlicense2
PackageRelationDependenciesPublished
robust-predicates • 2.0.4Fast robust predicates for computational geometryINDIRECT0
robust-predicates • 3.0.3Fast robust predicates for computational geometryINDIRECT0
ISC2
PackageRelationDependenciesPublished
quickselect • 2.0.0A tiny and fast selection algorithm in JavaScript.INDIRECT0
tinyqueue • 2.0.3The smallest and simplest JavaScript priority queueINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40turf%2Fquadrat-analysis)](https://licenses.dev/npm/%40turf%2Fquadrat-analysis)
<a href="https://licenses.dev/npm/%40turf%2Fquadrat-analysis">
  <img src="https://licenses.dev/b/npm/%40turf%2Fquadrat-analysis" alt="licenses" />
</a>

Or the licenses badge code for the 7.4.0 version:

[![licenses](https://licenses.dev/b/npm/%40turf%2Fquadrat-analysis/7.4.0)](https://licenses.dev/npm/%40turf%2Fquadrat-analysis/7.4.0)
<a href="https://licenses.dev/npm/%40turf%2Fquadrat-analysis/7.4.0">
  <img src="https://licenses.dev/b/npm/%40turf%2Fquadrat-analysis/7.4.0" alt="licenses" />
</a>
GitHub