turf-featurecollection

1.0.1 • Public • Published

turf-featurecollection

build status

turf featureCollection module

turf.featurecollection(features)

Takes one or more Feature|Features and creates a FeatureCollection

Parameters

parameter type description
features Feature input Features

Example

var features = [
 turf.point([-75.343, 39.984], {name: 'Location A'}),
 turf.point([-75.833, 39.284], {name: 'Location B'}),
 turf.point([-75.534, 39.123], {name: 'Location C'})
];
 
var fc = turf.featurecollection(features);
 
//=fc

Returns FeatureCollection, a FeatureCollection of input features

Installation

Requires nodejs.

$ npm install turf-featurecollection

Tests

$ npm test

Package Sidebar

Install

npm i turf-featurecollection

Weekly Downloads

3,960

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tcql
  • morganherlocker
  • mourner
  • jvrousseau
  • jseppi
  • cspanring
  • cwmma
  • lyzidiamond
  • tmcw