Skip to content

frafra/poly2geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2fbf238 · Aug 3, 2024

History

13 Commits
May 19, 2024
Dec 26, 2020
May 13, 2021
Aug 3, 2024
Dec 28, 2020

Repository files navigation

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