Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frafra/poly2geojson
Convert from Osmosis POLY to GeoJSON
https://github.com/frafra/poly2geojson
geojson osmosis poly
Last synced: 2 months ago
JSON representation
Convert from Osmosis POLY to GeoJSON
- Host: GitHub
- URL: https://github.com/frafra/poly2geojson
- Owner: frafra
- Created: 2020-12-26T16:40:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T12:49:20.000Z (5 months ago)
- Last Synced: 2024-10-13T19:07:49.893Z (3 months ago)
- Topics: geojson, osmosis, poly
- Language: Rust
- Homepage: https://crates.io/crates/poly2geojson
- Size: 14.6 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```