8000 GitHub - pathmapper/turf: A modular geospatial engine written in JavaScript
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pathmapper/turf

 
 

Repository files navigation

turf

Version Badge Travis CI Gitter chat Backers on Open Collective Sponsors on Open Collective Coverage Status Greenkeeper badge

A modular geospatial engine written in JavaScript

turfjs.org


Turf is a JavaScript library for spatial analysis. It includes traditional spatial operations, helper functions for creating GeoJSON data, and data classification and statistics tools. Turf can be added to your website as a client-side plugin, or you can run Turf server-side with Node.js (see below).

Installation

In Node.js

npm install @turf/turf

In browser