woshilapin / osm_boundaries_utils_rs

Read OpenStretMap relations with type=boundary as valid MultiPolygon in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osm_boundaries_utils_rs

misc utilities for OpenStreetMap boundary reading in rust

This library provides mainly a method to compute the boundary of an OSM relation (as a geo::MultiPolygon).

It also provides as osm_builder utility to create osm datasets, mainly to write osm tests easily.

Build

cargo build

Test

cargo test

Licence

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.

About

Read OpenStretMap relations with type=boundary as valid MultiPolygon in Rust

License:Do What The F*ck You Want To Public License


Languages

Language:Rust 100.0%