All Projects → derhuerst → geojson-to-svg-cli

derhuerst / geojson-to-svg-cli

Licence: ISC License
Command line tool to convert GeoJSON to SVG.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to geojson-to-svg-cli

heic-convert
🤳 convert heic/heif images to jpeg and png
Stars: ✭ 104 (+372.73%)
Mutual labels:  convert
svg2vector
Online batch converter of SVG images to Android vector drawable XML resource files
Stars: ✭ 39 (+77.27%)
Mutual labels:  convert
markdown-utils
Convert plain text into snippets of markdown.
Stars: ✭ 28 (+27.27%)
Mutual labels:  convert
django-graphql-geojson
GeoJSON support for Graphene Django
Stars: ✭ 61 (+177.27%)
Mutual labels:  geojson
geojson-python-utils
Python helper functions for manipulating GeoJSON
Stars: ✭ 86 (+290.91%)
Mutual labels:  geojson
pygeoif
Basic implementation of the __geo_interface__
Stars: ✭ 44 (+100%)
Mutual labels:  geojson
guitar-tabs-to-MIDI
A program that converts Guitar Tabs into MIDI files.
Stars: ✭ 38 (+72.73%)
Mutual labels:  convert
xbytes
Parse bytes to human readable sizes (4747) → ('4.75 KB') and vice versa.
Stars: ✭ 17 (-22.73%)
Mutual labels:  convert
GeoJSON4EntityFramework
Create GeoJSON from Entity Framework Spatial Data or WKT
Stars: ✭ 18 (-18.18%)
Mutual labels:  geojson
civil-services-geojson-app
Electron App for Loading GeoJSON files with Mapbox
Stars: ✭ 18 (-18.18%)
Mutual labels:  geojson
skynet-scrub-server
Backing store for developmentseed/skynet-scrub
Stars: ✭ 13 (-40.91%)
Mutual labels:  geojson
leaflet-examples
🍁 A collection of examples of leaflet map usage
Stars: ✭ 90 (+309.09%)
Mutual labels:  geojson
2anki.net
Server to create Anki flashcards faster, easier and better today ⭐️
Stars: ✭ 190 (+763.64%)
Mutual labels:  convert
to-json-schema
Converts JS objects to JSON Schema
Stars: ✭ 83 (+277.27%)
Mutual labels:  convert
workable-converter
基于libreoffice实现的文档转换项目,无框架依赖,即插即用
Stars: ✭ 74 (+236.36%)
Mutual labels:  convert
leaflet-geojson-selector
Show GeoJSON Layer like as Interactive Menu List
Stars: ✭ 88 (+300%)
Mutual labels:  geojson
xyz-spaces-python
Manage your XYZ Hub or HERE Data Hub spaces from Python.
Stars: ✭ 29 (+31.82%)
Mutual labels:  geojson
nl
geojson and topojson for common dutch areas
Stars: ✭ 30 (+36.36%)
Mutual labels:  geojson
HEIF-converter
Converter for High Efficiency Image Format(HEIF)
Stars: ✭ 24 (+9.09%)
Mutual labels:  convert
GeoJSON.Net.Contrib
Repository for all GeoJSON.Net *.Contrib projects
Stars: ✭ 31 (+40.91%)
Mutual labels:  geojson

geojson-to-svg-cli

Command line tool to convert GeoJSON to SVG.

npm version build status ISC-licensed chat on gitter support me on Patreon

Installing

Run it directly using npx:

cat example.geo.json | npx geojson-to-svg-cli > example.svg

or install it globally and run it:

npm install -g geojson-to-svg-cli
cat example.geo.json | geojson-to-svg-cli > example.svg

Usage

Usage:
    geojson-to-svg [-p mercator]
Options:
    --projection  -p  Which projection to use. Default: mercator
                      Refer to npmjs.com/projections for a list.
Examples:
    cat example.geo.json | geojson-to-svg -p lambert > example.svg

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page. Keep in mind that this project has a code of conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].