4 releases

0.1.3 Aug 3, 2024
0.1.2 May 13, 2021
0.1.1 Dec 28, 2020
0.1.0 Dec 26, 2020

#220 in Science

Download history 113/week @ 2024-07-30 22/week @ 2024-08-06 3/week @ 2024-08-13 9/week @ 2024-09-10 4/week @ 2024-09-17 9/week @ 2024-09-24 5/week @ 2024-10-01

159 downloads per month

GPL-3.0-or-later

6KB
92 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.8–4MB
~78K SLoC