1.0.2 • Published 9 years ago

turf-hex v1.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

turf-hex

build status

turf hex module

turf.hex(bbox, size)

Takes a bounding box and a cell size in degrees and returns a FeatureCollection of flat-topped hexagons (Polygon features) aligned in an "odd-q" vertical grid as described in Hexagonal Grids

Parameters

parametertypedescription
bboxArray.bounding box in minX, minY, maxX, maxY order
sizeNumbersize of cells in degrees

Example

var bbox = [7.2669410, 43.695307, 7.2862529, 43.706476];
var size = 0.001;

var hexgrid = turf.hex(bbox, size);

//=hexgrid

Installation

Requires nodejs.

$ npm install turf-hex

Tests

$ npm test
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago