Socket
Socket
Sign inDemoInstall

turf-grid

Package Overview
Dependencies
2
Maintainers
8
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    turf-grid

turf grid module


Version published
Weekly downloads
14K
increased by0.5%
Maintainers
8
Install size
65.6 kB
Created
Weekly downloads
 

Readme

Source

turf-grid

build status

turf grid module

turf.grid(extent, depth)

Takes a bounding box and a cell depth and returns a FeatureCollection of Point features in a grid.

Parameters

parametertypedescription
extentArray.extent in [minX, minY, maxX, maxY] order
depthNumberhow many cells to output

Example

var extent = [-70.823364, -33.553984, -70.473175, -33.302986];
var depth = 10;

var grid = turf.grid(extent, depth);

//=grid

Installation

Requires nodejs.

$ npm install turf-grid

Tests

$ npm test

Keywords

FAQs

Last updated on 06 Feb 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc