geojson2poly

command module
v0.0.0-...-64b071d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2021 License: MIT Imports: 5 Imported by: 0

README

geojson2poly

CI License

Converts geojson Polygon/MultiPolygon to openstreetmap(osm) poly format file.

Usage

usage: geojson2poly --input=GEOJSON --output=POLY [<flags>]

Flags:
  -h, --help           Show context-sensitive help (also try --help-long and --help-man).
  -i, --input=GEOJSON  a .geojson file as input
  -o, --output=POLY    a .poly file as output

example,

$ geojson2poly -i test.geojson -o test.poly

Install

Build from sourcecodes

$ go get -u github.com/shanghuiyang/geojson2poly
# from project directory
$ go build .
$ cp cp geojson2poly /usr/local/bin
# test
$ geojson2poly -h

Download from the per-compiled binary Download from Release

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL