Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
/geojsonio-cliPublic archive

a cli for geojson.io

License

NotificationsYou must be signed in to change notification settings

mapbox/geojsonio-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

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/"

installation

npm install -g geojsonio-cli

examples

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

Ports

About

a cli for geojson.io

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp