1.2.0 • Published 9 years ago

geomorph v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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