topojson / topojson-server

Convert GeoJSON to TopoJSON.
ISC License
117 stars 32 forks source link

Geo2topo without files #16

Closed borisrorsvort closed 5 years ago

borisrorsvort commented 5 years ago

would there be a way to use geo2topo using string input rather than files?

geo2topo "some geojson" and output result in the console?

mbostock commented 5 years ago

Try echo "some geojson" | geo2topo -.

borisrorsvort commented 5 years ago

Thanks! I think it would worth to put it in the docs/example no?