geomorph
v1.2.0
Published
geo algorithm visualization cli
Readme
geomorph
geomorph takes a GeoJSON FeatureCollection or Feature and animates it on a map. Use geomorph to visualize and debug geographic algorithms. The output is raw HTML, which can be piped to your browser using hcat.
###install
npm install geomorph -g###usage
cat algorithm.geojson | geomorph --speed 200 | hcat###test
cat fixtures/buffer.geojson | node index.js | hcat