poly2geojson

Crates.iopoly2geojson
lib.rspoly2geojson
version0.1.3
sourcesrc
created_at2020-12-26 16:52:46.839608
updated_at2024-08-03 12:48:40.815222
descriptionConvert from Osmosis POLY to GeoJSON
homepage
repositoryhttps://github.com/frafra/poly2geojson
max_upload_size
id327565
size11,941
Francesco Frassinelli (frafra)

documentation

README

Description

This is a fast converter from POLY files (Osmosis Polygon Filter File Format) to GeoJSON.

How to install the latest release

Go to https://github.com/frafra/poly2geojson/releases to download a compiled Linux binary for x86_64 or use cargo to build and install it:

cargo install poly2geojson

How to build from Git

Cargo should be installed.

cargo build --release

How to run

poly2geojson < test.poly > test.geojson
Commit count: 10

cargo fmt