turf-cli

a command line interface for turfjs

Usage no npm install needed!

<script type="module">
  import turfCli from 'https://cdn.skypack.dev/turf-cli';
</script>

README

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