Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

turf-intersect

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-intersect

find the intersection of spatial features

  • 1.3.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9.7K
decreased by-47.3%
Maintainers
2
Weekly downloads
 
Created
Source

turf-intersect

build status

Find the intersection of two Polygon Features.

##Install

npm install turf-intersect

##Parameters

namedescription
feature1Geometry or Feature
feature2Geometry or Feature

##Usage

intersect(poly1, poly2)

###Example

var intersect = require('turf-intersect');
var park = require('park.json');
var lake = require('lake.json');

var intersection = intersect(park, lake);
console.log(intersection);

Keywords

FAQs

Package last updated on 18 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc