Crates.io | poly2geojson |
lib.rs | poly2geojson |
version | 0.1.3 |
source | src |
created_at | 2020-12-26 16:52:46.839608 |
updated_at | 2024-08-03 12:48:40.815222 |
description | Convert from Osmosis POLY to GeoJSON |
homepage | |
repository | https://github.com/frafra/poly2geojson |
max_upload_size | |
id | 327565 |
size | 11,941 |
This is a fast converter from POLY files (Osmosis Polygon Filter File Format) to GeoJSON.
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
Cargo should be installed.
cargo build --release
poly2geojson < test.poly > test.geojson