#geo-json #convert #osmosis #polygon #poly

app poly2geojson

Convert from Osmosis POLY to GeoJSON

3 releases

0.1.2 May 13, 2021
0.1.1 Dec 28, 2020
0.1.0 Dec 26, 2020

#614 in Science

34 downloads per month

GPL-3.0-or-later

5KB
82 lines

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

Dependencies

~2.9–4MB
~81K SLoC