This repository was archived by the owner on Sep 18, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork19
mapbox/geojsonio-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Shoot files from your shell togeojson.io for lightning-fastvisualization and editing. This is anode.js module and thus requiresnode.
Read or pipe a file
geojsonio map.geojsongeojsonio < run.geojson
Options:
--print prints the url rather than opening it--domain="http://custominstancedomain.com/"
npm install -g geojsonio-cli
pipe wkt through wellknown into geojsonio to get magic:
npm install -g geojsonio-clinpm install -g wellknownecho"MultiPoint(0 0, 1 1, 3 3)"| wellknown| geojsonio
pipe grep'ed geojson through geojsonify:
npm install -g geojsonio-clinpm install -g geojsonifygrep -h something*json| geojsonify| geojsonio
convert kml or gpx to geojson and push it to geojson.io:
npm install -g geojsonio-clinpm install -g togeojsontogeojson foo.kml| geojsonio
copy the generated url instead of opening it in a browser (on OSX)
geojsonio foo.geojson --print| pbcopy
simplify geojson withsimplify-geojson
npm install simplify-geojson geojsonio-cli csv2geojson -gcurl https://raw.github.com/maxogden/simplify-geojson/master/test-data/oakland-route.csv| \ csv2geojson --lat"LATITUDE N/S" --lon"LONGITUDE E/W" --linetrue| \ simplify-geojson -t 0.001| \ geojsonio
About
a cli for geojson.io
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Packages0
No packages published