json-cli
v0.1.1
Published
convert multipule file format to json.
Downloads
5
Maintainers
Readme
json-cli
convert multipule file format to json, geojson via cli interface.
Install
npm install -g json-cli
Support
json
File format that support converting to json format.
- tsv
- csv
- xml
- xls
- xlsx
geojson
File format that support converting to geojson format.
- gpx
- topojson
- kml
Usage
json
For json format, you can simply enter
$ json-cli <file input> <file output>
// for example
$ json-cli ./sample/sample.csv ./dist/test.json
geojson
For converting to geojson format, just simply add a -g
option in command.
$json-cli -g <file input> <file outpu>
// for example
$ json-cli ./sample/us-10m.topojson ./dist/test.geojson
See also
- https://github.com/DataGarage/convert-geo
- https://github.com/DataGarage/convert-json
License
MIT @chilijung