Socket
Socket
Sign inDemoInstall

turf-point-on-surface

Package Overview
Dependencies
5
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    turf-point-on-surface

turf point-on-surface module


Version published
Weekly downloads
9.3K
decreased by-20.3%
Maintainers
1
Install size
243 kB
Created
Weekly downloads
 

Readme

Source

turf-point-on-surface

Build Status

Finds a centroid guaranteed to be on the surface of a geometry, feature, or featurecollection.

###Install

npm install turf-point-on-surface

###Parameters

namedescription
fcA FeatureCollection, Feature, or Geometry of any type

###Usage

centroid(fc)

###Example

var centroid = require('turf-point-on-surface');
var fs = require('fs');

var fc = JSON.parse(fs.readFileSync('path/to/myFile.geojson'));
var cent = centroid(fc);

Keywords

FAQs

Last updated on 18 Dec 2014

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