300 packages matching “rfc7946”
@mapbox/geojson-types
v1.0.2 · 8 years ago
Flow type declarations for [GeoJSON](https://tools.ietf.org/html/rfc7946).
No known vulnerabilities
geojson-antimeridian-cut
v0.1.0 · 7 years ago
Splits GeoJSON Objects that cross the Antimeridian. See [RFC 7946 Section 3.1.9](https://tools.ietf.org/html/rfc7946#section-3.1.9)
No known vulnerabilities
rfc7946-to-d3
v1.0.1 · 9 years ago
Converts rfc7946 geojson polygons to d3 compatible ones: d3 requires clockwise winding whereas rfc7946 specifies the opposite. See https://github.com/d3/d3-geo/pull/79
No known vulnerabilities
@turf/helpers
v7.4.0 · 3 days ago
Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.
No known vulnerabilities
@turf/combine
v7.4.0 · 3 days ago
Combines a FeatureCollection of Point, LineString, or Polygon features into MultiPoint, MultiLineString, or MultiPolygon features.
No known vulnerabilities
@turf/kinks
v7.4.0 · 3 days ago
Takes a GeoJSON feature and returns points at all self-intersections.
No known vulnerabilities
@turf/shortest-path
v7.4.0 · 3 days ago
Returns the shortest path from start to end without colliding with any Feature in obstacles.
No known vulnerabilities
@turf/polygonize
v7.4.0 · 3 days ago
Polygonizes a set of lines that represents edges in a planar graph.
No known vulnerabilities
@turf/polygon-to-line
v7.4.0 · 3 days ago
Converts a polygon to a line string.
No known vulnerabilities
@turf/boolean-overlap
v7.4.0 · 3 days ago
Checks if two geometries have an area of overlap without one being completely contained inside the other.
No known vulnerabilities
@turf/bbox-clip
v7.4.0 · 3 days ago
Takes a Feature and a bbox and clips the feature to the bbox using lineclip.
No known vulnerabilities
@turf/line-overlap
v7.4.0 · 3 days ago
Takes any LineString or Polygon and returns the overlapping lines between both features.
No known vulnerabilities
@turf/points-within-polygon
v7.4.0 · 3 days ago
Finds points that fall within polygon(s).
No known vulnerabilities
@turf/invariant
v7.4.0 · 3 days ago
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.
No known vulnerabilities
@turf/unkink-polygon
v7.4.0 · 3 days ago
Takes a kinked polygon and returns a feature collection of polygons that have no kinks.
No known vulnerabilities
@turf/nearest-point-to-line
v7.4.0 · 3 days ago
Returns the closest point, of a collection of points, to a line.
No known vulnerabilities
@turf/mask
v7.4.0 · 3 days ago
Takes polygons or multipolygons and an optional mask, and returns an exterior ring polygon with holes.
No known vulnerabilities
@turf/polygon-smooth
v7.4.0 · 3 days ago
Smooths a Polygon or MultiPolygon, based on Chaikin's algorithm.
No known vulnerabilities
@turf/line-offset
v7.4.0 · 3 days ago
Takes a line and returns a line at offset by the specified distance.
No known vulnerabilities
@turf/point-to-polygon-distance
v7.4.0 · 3 days ago
Calculates the distance from a point to the edges of a polygon or multi-polygon.
No known vulnerabilities