Socket
Socket
Sign inDemoInstall

turf

Package Overview
Dependencies
52
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf


Version published
Weekly downloads
10K
decreased by-30.85%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

turf

Build Status

A modular GIS engine written in JavaScript


##Installation

In Node.js:

npm install turf

In browser:

Download the minified file, and include it in a script tag. This will expose a global variable named "turf".

<script src="turf.min.js"></script>

Browserify:

All of Turf's functions can also be installed as seperate modules. This works well with tools like browserify where you only want to install only the code you need. It also allows you to mix and match modules as needed. This is the recommended usage patter for most production environments. For example, to install the point and buffer modules use:

npm install turf-point
npm install turf-buffer

##Features

####geometry

####joins

####data

####measurement

####interpolation

####classification

####aggregation

####transformation

####misc


Created by @morganherlocker :)

Keywords

FAQs

Last updated on 03 Jun 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc