1.2.0 • Published 8 years ago

turf-cli v1.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

turf-cli

Circle CI

A command-line interface to the Turf library. This is autogenerated from Turf documentation and features all turf operations.

installation

npm install -g turf-cli

usage

Generate random points

turf random points 1000 {} > randompoints.geojson

Sample 10 points from that set

turf sample randompoints.geojson 10

Documentation

turf -h