Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 558 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 558 Bytes

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